Click here to Skip to main content
15,891,828 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Trouble creating a generic function Pin
Dave Kreskowiak21-Oct-11 2:05
mveDave Kreskowiak21-Oct-11 2:05 
GeneralRe: Trouble creating a generic function Pin
Clark Kent12321-Oct-11 2:29
professionalClark Kent12321-Oct-11 2:29 
QuestionHow to automatically Read and update Access database usin VB Pin
Member 808717520-Oct-11 4:37
Member 808717520-Oct-11 4:37 
SuggestionRe: How to automatically Read and update Access database usin VB Pin
DaveAuld20-Oct-11 5:35
professionalDaveAuld20-Oct-11 5:35 
GeneralRe: How to automatically Read and update Access database usin VB Pin
Member 808717520-Oct-11 7:55
Member 808717520-Oct-11 7:55 
GeneralRe: How to automatically Read and update Access database usin VB Pin
DaveAuld20-Oct-11 8:14
professionalDaveAuld20-Oct-11 8:14 
QuestionNVIDIA GPU temperature - VB.NET Pin
Member 807887019-Oct-11 13:41
Member 807887019-Oct-11 13:41 
AnswerRe: NVIDIA GPU temperature - VB.NET Pin
Dave Kreskowiak19-Oct-11 15:41
mveDave Kreskowiak19-Oct-11 15:41 
Instead of using Long for data types, use Integer. Long is a 64-bit integer whereas the C function header is specifying an unsigned int (unsigned 32-bit integer). In this case, it really doesn't matter if you use UInt32 or Integer.

GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Member 807887020-Oct-11 0:22
Member 807887020-Oct-11 0:22 
GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Dave Kreskowiak20-Oct-11 1:48
mveDave Kreskowiak20-Oct-11 1:48 
AnswerRe: NVIDIA GPU temperature - VB.NET Pin
Luc Pattyn20-Oct-11 4:03
sitebuilderLuc Pattyn20-Oct-11 4:03 
GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Member 807887020-Oct-11 5:31
Member 807887020-Oct-11 5:31 
AnswerRe: NVIDIA GPU temperature - VB.NET Pin
Luc Pattyn20-Oct-11 7:07
sitebuilderLuc Pattyn20-Oct-11 7:07 
GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Member 807887020-Oct-11 12:26
Member 807887020-Oct-11 12:26 
AnswerRe: NVIDIA GPU temperature - VB.NET Pin
Luc Pattyn20-Oct-11 12:51
sitebuilderLuc Pattyn20-Oct-11 12:51 
GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Member 807887020-Oct-11 13:07
Member 807887020-Oct-11 13:07 
GeneralRe: NVIDIA GPU temperature - VB.NET Pin
Luc Pattyn20-Oct-11 13:35
sitebuilderLuc Pattyn20-Oct-11 13:35 
QuestionIIS 7 Recycle Schedule Settings via WMI Pin
Mr.EoniX18-Oct-11 23:41
Mr.EoniX18-Oct-11 23:41 
QuestionHow VB2008 set excel sheet header block (not sorting with its column)? Pin
Curious 200916-Oct-11 7:38
Curious 200916-Oct-11 7:38 
QuestionInternet transfer control Pin
Magesa15-Oct-11 4:33
Magesa15-Oct-11 4:33 
AnswerRe: Internet transfer control Pin
Dave Kreskowiak15-Oct-11 8:09
mveDave Kreskowiak15-Oct-11 8:09 
JokeRe: Internet transfer control Pin
Bernhard Hiller16-Oct-11 21:15
Bernhard Hiller16-Oct-11 21:15 
GeneralRe: Internet transfer control Pin
JR21216-Oct-11 22:34
JR21216-Oct-11 22:34 
GeneralRe: Internet transfer control Pin
Magesa17-Oct-11 3:41
Magesa17-Oct-11 3:41 
GeneralRe: Internet transfer control Pin
JR21217-Oct-11 18:33
JR21217-Oct-11 18:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.