VS 2013 Cpu Temperature
I tryed to read cpu temperature using the code bellow but I keep getting the same error: Not supported, I've opened the app as an administrator but the same thing happened. I have windows 8.1 Code:...
View ArticleVB question: game hangman
Hello, I'm a student at a university in Leeuwarden(Netherlands) and just started with programming. I'm stuck at my last assignment and i thought maybe you could help me. I program in vb 2010 express. I...
View ArticleUse Keyboard commands in background mode
Hello! I am using keyboard to control my AVR chip but VB program needs to be selected for keyboard to work.. Is there way to use my program's key even if I play games or use browser or etc.. Private...
View ArticleInsert data from select statement into string or array
This should be fairly easy although I am unable to determine how to put my select data into a string. here is my code. thanks in advance for your help. If myconn.State = 1 Then For i = 1 To 16 Dim...
View ArticleSaving Fully Loaded Html File:
I'm using .net 4.5 in VS2013. I've been working on this for 2 days now (sad i know) I'm trying to download a page for parsing with htmlagilitypack. However, the page is rendered via javascript. All of...
View ArticleHow to get text from webbrowser without id
Hi everybody. I need to extract text"Su saldo es 912C$" from Label in webbrowser control and pass it to textbox using vb.net 2012 HTML Code: <form action="publicacion.php?op=1&cod=2"...
View ArticleQuestion in conjunction with another post regarding Crystal Reports 11
Related post: http://www.vbforums.com/showthread.p...ers&highlight= I am really having trouble getting my Label Report to work. I'm not sure where the problem even exists at. It's a very simple...
View ArticleWebbrowser security settings\IE security settings
I have a button that clicks a download link in webrowser1 and on some computers it opens up the saveas\run window and on some computers it doesn't. If I manually click on the download link on a...
View ArticleTV Show Listings
I am looking for some advise/help I am reopening a program i wrote a while back and the point of this program is like a personal scheduler of my favorite tv show listings. So i enter the show name and...
View ArticleTextbox like DataGridView display and selection
I am not sure if this is doable, but I like how I read into DataGridView a csv and I am able to click on fields and it highlights the whole cell and I can go CTRL+C quickly. Is it possible to have a...
View ArticlePublishing an application
Hello! I am soon getting done with the first version of my application, and I want to publish it. However I have some questions regarding the publish feature in Visual Studio 2012. The reasons why I...
View ArticleVS 2010 Database sometimes saving data
Hi, I use this code to save data from a win form to a database vb.net Code: Public Class frmAddCust Private alibraryDS As New LibraryDataSet Private aCustomersTA As...
View ArticleVS 2012 error in code
Hello, I'm a student in Belgium and just started with programming. I'm stuck at my last assignment and i thought maybe you could help me. I program in vb 2012 professional. I have to make a program to...
View Articledirectory accesable for multiple computers
Hi Guys, For my application i'm using an excel sheet, which calculates someone's total expenditure. The values from this excel sheet im importing it into my vb.net application. Now im using the...
View Articlecapturing psexec errors and output
So I've been unable to figure this out... Code: If Not ipMWS.Text = "" Then Dim dir As New IO.DirectoryInfo("\\" & ipMWS.Text & "\c$") Dim pcaXP As New...
View Articletype casting issue in visual studio 2014 - System.web.profile issue
Hi Every one, I have one situation that, we have create one project with the System.web.profile in vb.net visual studio 2008, when we try to migrate to same to vb.net visual studio 2013, i am getting...
View ArticleVS 2010 Drag and Drop - Outlook Attachment
Hi there, I am trying to drag an attachment or attachments from outlook into my form. I need it to then copy the attachment(s) to a specified location. I have this working for dragging files from...
View ArticleVS 2010 self replacing Executable application
well the idea is one file Executable which will check online server for new version of it self what I want to do is if that file found new version it replace it self with the new one so how can I do...
View Article[RESOLVED] Count number of lines with text in a TextBox in vb2010
Using VB 2010 Professional. I would like to count the number of lines in a multi-line textbox that actually contain text. I am using the code below but it returns the number of lines "available" in the...
View Article