Click here to Skip to main content
16,008,183 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CopyMemory VB.NET Pin
chiragdanech9-Apr-06 10:55
chiragdanech9-Apr-06 10:55 
AnswerRe: CopyMemory VB.NET Pin
Joshua Quick9-Apr-06 12:12
Joshua Quick9-Apr-06 12:12 
QuestionPDF to printdocument Pin
aWaLsH5237-Apr-06 5:51
aWaLsH5237-Apr-06 5:51 
QuestionWindows Service Not in the list Pin
Brent Lamborn7-Apr-06 5:35
Brent Lamborn7-Apr-06 5:35 
AnswerRe: Windows Service Not in the list Pin
Purple Monk7-Apr-06 5:50
Purple Monk7-Apr-06 5:50 
GeneralRe: Windows Service Not in the list Pin
Brent Lamborn7-Apr-06 9:22
Brent Lamborn7-Apr-06 9:22 
QuestionProblem with form loading Pin
wliong7-Apr-06 5:34
wliong7-Apr-06 5:34 
AnswerRe: Problem with form loading Pin
Purple Monk7-Apr-06 5:55
Purple Monk7-Apr-06 5:55 
If this is VB.NEt select the PROJECT in the SOLUTION explorer and select properties.

Change the startup object in here to the form you require.

You then check the password and do

Dim oFrm as new form1
oFrm.Show
me.hide


If this is VB6 select the PROJECT in the PROJECT explorer and select properties.

Change the startup object in here to the form you require.

You then check the password and call

form1.Show
Unload me

"If i was king cigarettes would be free."


GeneralRe: Problem with form loading Pin
wliong7-Apr-06 6:41
wliong7-Apr-06 6:41 
Questionconverting a report to PDF and saving it(in VB 6.0) Pin
dex58ter7-Apr-06 4:10
dex58ter7-Apr-06 4:10 
AnswerRe: converting a report to PDF and saving it(in VB 6.0) Pin
Vikrant Badhai7-Apr-06 23:38
Vikrant Badhai7-Apr-06 23:38 
QuestionPrintPreviewDialog Class - Default Title Pin
paas7-Apr-06 3:45
paas7-Apr-06 3:45 
AnswerRe: PrintPreviewDialog Class - Default Title Pin
paas7-Apr-06 9:43
paas7-Apr-06 9:43 
Questioni have seriously problem with vb.net (hook) Pin
bkarasa7-Apr-06 2:09
bkarasa7-Apr-06 2:09 
AnswerRe: i have seriously problem with vb.net (hook) Pin
Purple Monk7-Apr-06 2:20
Purple Monk7-Apr-06 2:20 
GeneralRe: i have seriously problem with vb.net (hook) Pin
bkarasa7-Apr-06 3:07
bkarasa7-Apr-06 3:07 
GeneralRe: i have seriously problem with vb.net (hook) Pin
Purple Monk7-Apr-06 5:38
Purple Monk7-Apr-06 5:38 
GeneralRe: i have seriously problem with vb.net (hook) Pin
bkarasa7-Apr-06 14:13
bkarasa7-Apr-06 14:13 
GeneralRe: i have seriously problem with vb.net (hook) Pin
Purple Monk7-Apr-06 5:46
Purple Monk7-Apr-06 5:46 
GeneralRe: i have seriously problem with vb.net (hook) Pin
bkarasa10-Apr-06 13:17
bkarasa10-Apr-06 13:17 
QuestionAfter build Pin
Mr kilany7-Apr-06 1:08
Mr kilany7-Apr-06 1:08 
Questionhow can i use the timer tool in vb.net Pin
Mr kilany7-Apr-06 0:47
Mr kilany7-Apr-06 0:47 
AnswerRe: how can i use the timer tool in vb.net Pin
Chatura Dilan7-Apr-06 1:03
Chatura Dilan7-Apr-06 1:03 
Questioni need to read file from access and notepad Pin
Mr kilany7-Apr-06 0:45
Mr kilany7-Apr-06 0:45 
AnswerRe: i need to read file from access and notepad Pin
Greeky7-Apr-06 1:35
Greeky7-Apr-06 1:35 

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.