Click here to Skip to main content
15,909,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: authenticating email Pin
Dave Kreskowiak25-Jan-07 7:45
mveDave Kreskowiak25-Jan-07 7:45 
Questionwhat are the different types of client server architecture ? Pin
Member 342845124-Jan-07 21:01
Member 342845124-Jan-07 21:01 
AnswerRe: what are the different types of client server architecture ? Pin
Colin Angus Mackay24-Jan-07 21:36
Colin Angus Mackay24-Jan-07 21:36 
QuestionCan i debug a program from Program Debug Database (PDB) file? Pin
merlynml24-Jan-07 20:49
merlynml24-Jan-07 20:49 
AnswerRe: Can i debug a program from Program Debug Database (PDB) file? Pin
Duncan Edwards Jones26-Jan-07 9:05
professionalDuncan Edwards Jones26-Jan-07 9:05 
QuestionSend and Recieve Messages Pin
Kumaran21cen24-Jan-07 18:36
Kumaran21cen24-Jan-07 18:36 
Questionhow can i change the cellwidth of all the columns in a table in a dataset Pin
anujose24-Jan-07 18:06
anujose24-Jan-07 18:06 
AnswerRe: how can i change the cellwidth of all the columns in a table in a dataset Pin
nlarson1125-Jan-07 2:20
nlarson1125-Jan-07 2:20 
Give the grid the dataset then use the grid to change the properties...

grd.columns("TStamp").width = 200 'width of column
grd.columns("TStamp").headertext="Time Stamp" 'column header
etc



QuestionHow to tell which form opened this form Pin
sdkgolf24-Jan-07 17:38
sdkgolf24-Jan-07 17:38 
AnswerRe: How to tell which form opened this form Pin
Colin Angus Mackay24-Jan-07 21:39
Colin Angus Mackay24-Jan-07 21:39 
GeneralRe: How to tell which form opened this form Pin
sdkgolf25-Jan-07 16:27
sdkgolf25-Jan-07 16:27 
GeneralRe: How to tell which form opened this form Pin
Colin Angus Mackay25-Jan-07 21:17
Colin Angus Mackay25-Jan-07 21:17 
Questiondisable/enabled tabpages in tabcontrol Pin
gladsmhe24-Jan-07 16:38
gladsmhe24-Jan-07 16:38 
AnswerRe: disable/enabled tabpages in tabcontrol Pin
Juvil John24-Jan-07 17:09
Juvil John24-Jan-07 17:09 
GeneralRe: disable/enabled tabpages in tabcontrol Pin
gladsmhe25-Jan-07 23:28
gladsmhe25-Jan-07 23:28 
QuestionHow To Make Windows Grid Do Operation in Separate Thread Pin
Juvil John24-Jan-07 16:05
Juvil John24-Jan-07 16:05 
QuestionFind closest string match Pin
newb2vb24-Jan-07 14:41
newb2vb24-Jan-07 14:41 
AnswerRe: Find closest string match Pin
The ANZAC24-Jan-07 14:54
The ANZAC24-Jan-07 14:54 
GeneralRe: Find closest string match Pin
newb2vb24-Jan-07 16:20
newb2vb24-Jan-07 16:20 
GeneralRe: Find closest string match Pin
The ANZAC25-Jan-07 12:35
The ANZAC25-Jan-07 12:35 
AnswerRe: Find closest string match Pin
Garth J Lancaster24-Jan-07 14:56
professionalGarth J Lancaster24-Jan-07 14:56 
GeneralRe: Find closest string match Pin
newb2vb24-Jan-07 16:11
newb2vb24-Jan-07 16:11 
GeneralRe: Find closest string match Pin
Garth J Lancaster24-Jan-07 16:27
professionalGarth J Lancaster24-Jan-07 16:27 
GeneralRe: Find closest string match Pin
The ANZAC25-Jan-07 12:37
The ANZAC25-Jan-07 12:37 
QuestionHow to add values in a group of 13 textboxes.... Pin
Joey Picerno24-Jan-07 12:22
Joey Picerno24-Jan-07 12:22 

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.