Click here to Skip to main content
15,916,293 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralConversion of float to hexadecimal value Pin
phijophlip11-Jan-05 19:56
phijophlip11-Jan-05 19:56 
GeneralRe: Conversion of float to hexadecimal value Pin
Dave Kreskowiak12-Jan-05 3:54
mveDave Kreskowiak12-Jan-05 3:54 
Generaldata connection to ms excel Pin
abdulla hamid11-Jan-05 18:16
abdulla hamid11-Jan-05 18:16 
GeneralRe: data connection to ms excel Pin
Ritesh123411-Jan-05 21:15
Ritesh123411-Jan-05 21:15 
GeneralRe: data connection to ms excel Pin
Britnt712-Jan-05 9:14
Britnt712-Jan-05 9:14 
GeneralRe: ReadFile not working in VB.NET Pin
Dave Kreskowiak11-Jan-05 15:49
mveDave Kreskowiak11-Jan-05 15:49 
GeneralRe: ReadFile not working in VB.NET Pin
Roman Nurik11-Jan-05 18:17
Roman Nurik11-Jan-05 18:17 
GeneralRe: ReadFile not working in VB.NET Pin
Dave Kreskowiak12-Jan-05 1:06
mveDave Kreskowiak12-Jan-05 1:06 
Glad you got it to work!

ByVal will work so long as you never pass in an OVERLAPPED structure and always pass in a 0 for this parameter. If you ever do pass in an OVERLAPPED structure, then you have to change the declaration back to ByRef lpOverlapped As OVERLAPPED and properly declare the OVERLAPPED structure in your code.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalproblem with visual studio .net and the oledb namespace Pin
Anonymous11-Jan-05 14:57
Anonymous11-Jan-05 14:57 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Dave Kreskowiak12-Jan-05 1:01
mveDave Kreskowiak12-Jan-05 1:01 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Anonymous12-Jan-05 4:21
Anonymous12-Jan-05 4:21 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Dave Kreskowiak12-Jan-05 11:58
mveDave Kreskowiak12-Jan-05 11:58 
GeneralFile Delete problem in Windows Service Pin
P Holroyd11-Jan-05 11:02
P Holroyd11-Jan-05 11:02 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak11-Jan-05 15:47
mveDave Kreskowiak11-Jan-05 15:47 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd11-Jan-05 21:01
P Holroyd11-Jan-05 21:01 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak12-Jan-05 0:58
mveDave Kreskowiak12-Jan-05 0:58 
GeneralRe: File Delete problem in Windows Service Pin
Anonymous12-Jan-05 1:37
Anonymous12-Jan-05 1:37 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd12-Jan-05 1:46
P Holroyd12-Jan-05 1:46 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak12-Jan-05 11:51
mveDave Kreskowiak12-Jan-05 11:51 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd13-Jan-05 7:17
P Holroyd13-Jan-05 7:17 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd17-Jan-05 23:35
P Holroyd17-Jan-05 23:35 
GeneralSerial com port communication! Pin
Member 162670711-Jan-05 10:38
Member 162670711-Jan-05 10:38 
GeneralRe: Serial com port communication! Pin
Ritesh123411-Jan-05 21:21
Ritesh123411-Jan-05 21:21 
GeneralExcel Automation VB.Net (SQL Server) Question Pin
JZion11-Jan-05 5:57
JZion11-Jan-05 5:57 
Generalcopy & paste in VB6 Pin
Britnt711-Jan-05 4:32
Britnt711-Jan-05 4:32 

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.