Click here to Skip to main content
15,908,675 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I make Control Array in VB.net Pin
Suman Singh15-Mar-05 10:07
professionalSuman Singh15-Mar-05 10:07 
AnswerRe: How can I make Control Array in VB.net Pin
Ray Cassick15-Mar-05 10:50
Ray Cassick15-Mar-05 10:50 
AnswerRe: How can I make Control Array in VB.net Pin
pfsoft16-Mar-05 20:17
pfsoft16-Mar-05 20:17 
Generalcolor in a combobox items Pin
wgalafassijr15-Mar-05 9:28
wgalafassijr15-Mar-05 9:28 
GeneralRe: color in a combobox items Pin
Tom John15-Mar-05 9:41
Tom John15-Mar-05 9:41 
GeneralRe: color in a combobox items Pin
wgalafassijr15-Mar-05 9:53
wgalafassijr15-Mar-05 9:53 
QuestionHow to change Column name in Datagrid Pin
Suman Singh15-Mar-05 9:06
professionalSuman Singh15-Mar-05 9:06 
AnswerRe: How to change Column name in Datagrid Pin
eshban28416-Mar-05 3:01
eshban28416-Mar-05 3:01 
It is possible through SQL query. Use 'ALias' command of sql.

example

select 'FirstName'=au_fname,'LastName'=au_lname from authors

use this query, hope you understand it.

au_fname and au_lname are column names, where as 'First Name' and 'Last Name' are fake names.

bye

EsHbAn BaHaDuR
Questionhow to set date mask Pin
eshban28415-Mar-05 8:28
eshban28415-Mar-05 8:28 
AnswerRe: how to set date mask Pin
Dave Kreskowiak15-Mar-05 9:16
mveDave Kreskowiak15-Mar-05 9:16 
AnswerRe: how to set date mask Pin
numbrel16-Mar-05 12:57
numbrel16-Mar-05 12:57 
QuestionHow to show data in datagrid Pin
eshban28415-Mar-05 8:24
eshban28415-Mar-05 8:24 
AnswerRe: How to show data in datagrid Pin
Suman Singh15-Mar-05 9:08
professionalSuman Singh15-Mar-05 9:08 
AnswerRe: How to show data in datagrid Pin
Dave Kreskowiak15-Mar-05 9:13
mveDave Kreskowiak15-Mar-05 9:13 
GeneralCalling a button click Pin
Suman Singh15-Mar-05 7:55
professionalSuman Singh15-Mar-05 7:55 
GeneralRe: Calling a button click Pin
Jim Matthews15-Mar-05 8:32
Jim Matthews15-Mar-05 8:32 
GeneralRe: Calling a button click Pin
Suman Singh15-Mar-05 8:54
professionalSuman Singh15-Mar-05 8:54 
GeneralRe: Calling a button click Pin
Jim Matthews15-Mar-05 9:25
Jim Matthews15-Mar-05 9:25 
GeneralRe: Calling a button click Pin
Suman Singh15-Mar-05 10:17
professionalSuman Singh15-Mar-05 10:17 
GeneralRe: Calling a button click Pin
Jim Matthews15-Mar-05 10:32
Jim Matthews15-Mar-05 10:32 
GeneralLoop Question Pin
Makniteasy15-Mar-05 7:27
Makniteasy15-Mar-05 7:27 
GeneralRe: Loop Question Pin
Jim Matthews15-Mar-05 8:30
Jim Matthews15-Mar-05 8:30 
GeneralRe: Loop Question Pin
Makniteasy15-Mar-05 8:42
Makniteasy15-Mar-05 8:42 
GeneralRe: Loop Question Pin
Jim Matthews15-Mar-05 9:09
Jim Matthews15-Mar-05 9:09 
GeneralRe: Loop Question Pin
Dave Kreskowiak15-Mar-05 9:11
mveDave Kreskowiak15-Mar-05 9:11 

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.