Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWindows Service Pin
_mubashir8-Jun-06 19:48
_mubashir8-Jun-06 19:48 
AnswerRe: Windows Service Pin
Steve Pullan9-Jun-06 0:53
Steve Pullan9-Jun-06 0:53 
AnswerRe: Windows Service Pin
Dave Kreskowiak9-Jun-06 1:13
mveDave Kreskowiak9-Jun-06 1:13 
Questiondoes vb.net has Method to convert string to unicode and unicode to string? Pin
roitha8-Jun-06 17:32
roitha8-Jun-06 17:32 
AnswerRe: does vb.net has Method to convert string to unicode and unicode to string? Pin
progload8-Jun-06 21:39
progload8-Jun-06 21:39 
AnswerRe: does vb.net has Method to convert string to unicode and unicode to string? Pin
Mekong River8-Jun-06 23:48
Mekong River8-Jun-06 23:48 
QuestionCOPYDATASTRUCT Pin
smokepipes8-Jun-06 12:50
smokepipes8-Jun-06 12:50 
AnswerRe: COPYDATASTRUCT Pin
progload8-Jun-06 15:13
progload8-Jun-06 15:13 
smokepipes,

In richards code it is like this:

Line   --- mMain.vb -- from TestSingleInstance By Richard Deeming 

109	Dim CD As COPYDATASTRUCT
110	  With CD
111	   .dwData = 0           '<<-- sets "Value to zero"
112         .cbData = B.Length    '<<-- sets "filename string length" 
113         .lpData = lpB.ToInt32 '<<-- sets "pointer to "filename string" converted to an "integer 32"
114       End With


Adding "1 for trailing zero" to the "filename string length" would cause the function SendCDSToWindow, to fail.

"its not quite doing what I hoped" <<-- What did you hope it would do?

progload
GeneralRe: COPYDATASTRUCT Pin
smokepipes8-Jun-06 22:40
smokepipes8-Jun-06 22:40 
QuestionCustomize Net access? [modified] Pin
Iftikhar Ali8-Jun-06 8:33
Iftikhar Ali8-Jun-06 8:33 
Questionread file Pin
totoblj8-Jun-06 7:50
totoblj8-Jun-06 7:50 
AnswerRe: read file Pin
Dustin Metzgar8-Jun-06 8:11
Dustin Metzgar8-Jun-06 8:11 
QuestionSound?! Pin
md_refay8-Jun-06 6:55
md_refay8-Jun-06 6:55 
AnswerRe: Sound?! [modified] Pin
hmklakmal8-Jun-06 12:19
hmklakmal8-Jun-06 12:19 
QuestionCurrencyManger Pin
md_refay8-Jun-06 6:53
md_refay8-Jun-06 6:53 
QuestionHow do you get .MP3 duration Pin
DaleGraham8-Jun-06 6:08
DaleGraham8-Jun-06 6:08 
AnswerRe: How do you get .MP3 duration Pin
daniel worel11-Jun-06 7:16
daniel worel11-Jun-06 7:16 
Questionprinting in vb.net 1.1 Pin
amaneet8-Jun-06 4:04
amaneet8-Jun-06 4:04 
QuestiondtPicker in VB Pin
.NetRams8-Jun-06 3:06
.NetRams8-Jun-06 3:06 
QuestionDatagrid refreshing problem Pin
Pandian Subramani8-Jun-06 2:51
Pandian Subramani8-Jun-06 2:51 
AnswerRe: Datagrid refreshing problem Pin
amaneet8-Jun-06 3:06
amaneet8-Jun-06 3:06 
AnswerRe: Datagrid refreshing problem Pin
sathish s8-Jun-06 3:24
sathish s8-Jun-06 3:24 
QuestionMSFLEXGRID Pin
krishnarajathanthri8-Jun-06 2:42
krishnarajathanthri8-Jun-06 2:42 
AnswerRe: MSFLEXGRID Pin
jonathan158-Jun-06 3:12
jonathan158-Jun-06 3:12 
Questionebooks regarding vb.net Pin
Himanshuarora_er8-Jun-06 1:37
Himanshuarora_er8-Jun-06 1:37 

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.