Click here to Skip to main content
15,922,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: (null) not a valid win32 application Pin
Christian Graus10-Apr-06 15:28
protectorChristian Graus10-Apr-06 15:28 
AnswerRe: (null) not a valid win32 application Pin
Joshua Quick10-Apr-06 15:39
Joshua Quick10-Apr-06 15:39 
Questionrequiring soure code for direct exchange of xml to relational database Pin
sowbarnika10-Apr-06 6:16
sowbarnika10-Apr-06 6:16 
Questionarray increment in vb.net Pin
pankajgarg1210-Apr-06 3:40
pankajgarg1210-Apr-06 3:40 
AnswerRe: array increment in vb.net Pin
Joshua Quick10-Apr-06 15:36
Joshua Quick10-Apr-06 15:36 
GeneralRe: array increment in vb.net Pin
pankajgarg1210-Apr-06 18:43
pankajgarg1210-Apr-06 18:43 
QuestionDatagridView Master/Detail Pin
alwinSCH10-Apr-06 3:22
alwinSCH10-Apr-06 3:22 
Questioncolored columnheader Pin
Greeky10-Apr-06 3:19
Greeky10-Apr-06 3:19 
Questiondont focus next controls Pin
Greeky10-Apr-06 2:15
Greeky10-Apr-06 2:15 
QuestionOVERRIDE READONLY PROPERTY OF TEXTBOX Pin
Greeky10-Apr-06 0:47
Greeky10-Apr-06 0:47 
AnswerRe: OVERRIDE READONLY PROPERTY OF TEXTBOX Pin
J4amieC10-Apr-06 1:01
J4amieC10-Apr-06 1:01 
GeneralRe: OVERRIDE READONLY PROPERTY OF TEXTBOX Pin
Greeky10-Apr-06 2:08
Greeky10-Apr-06 2:08 
GeneralRe: OVERRIDE READONLY PROPERTY OF TEXTBOX Pin
J4amieC10-Apr-06 2:38
J4amieC10-Apr-06 2:38 
QuestionVB.net help Pin
Ron.S10-Apr-06 0:29
Ron.S10-Apr-06 0:29 
QuestionRe: converting a report to PDF and saving it(in VB 6.0) Pin
dex58ter10-Apr-06 0:10
dex58ter10-Apr-06 0:10 
Questionvery urgent change color a cell in datagrid Pin
vipinpaliwal19809-Apr-06 23:55
vipinpaliwal19809-Apr-06 23:55 
AnswerRe: very urgent change color a cell in datagrid Pin
Dean_SF10-Apr-06 5:15
Dean_SF10-Apr-06 5:15 
QuestionRe: converting a report to PDF and saving it(in VB 6.0) Pin
dex58ter9-Apr-06 23:40
dex58ter9-Apr-06 23:40 
Questionurgent plz Pin
Aayush Singh9-Apr-06 22:47
Aayush Singh9-Apr-06 22:47 
GeneralRe: urgent plz Pin
Guffa10-Apr-06 1:17
Guffa10-Apr-06 1:17 
QuestionPlease, Help me......Datagrid Pin
minhnguyen089-Apr-06 22:09
minhnguyen089-Apr-06 22:09 
AnswerRe: Please, Help me......Datagrid Pin
Robert Rohde9-Apr-06 22:37
Robert Rohde9-Apr-06 22:37 
GeneralRe: Please, Help me......Datagrid Pin
minhnguyen0812-Apr-06 17:24
minhnguyen0812-Apr-06 17:24 
Questionneed Printing Techniques, can you suggest me, How to? Pin
jkrao9-Apr-06 20:36
jkrao9-Apr-06 20:36 
AnswerRe: need Printing Techniques, can you suggest me, How to? Pin
Robert Rohde9-Apr-06 22:40
Robert Rohde9-Apr-06 22:40 
Just create a new PrintDocument, set the page/printer settings and call Print(). You surely have to handle the PrintPage event (the same as in the preview dialog).

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.