Click here to Skip to main content
15,885,366 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagridView Button Column Cell Editing Control Width. Pin
priyamtheone13-Nov-09 2:38
priyamtheone13-Nov-09 2:38 
AnswerRe: DatagridView Button Column Cell Editing Control Width. Pin
Dave Kreskowiak13-Nov-09 4:45
mveDave Kreskowiak13-Nov-09 4:45 
QuestionHow to get general control of any window in VB .net Pin
mtayyab200913-Nov-09 1:41
mtayyab200913-Nov-09 1:41 
AnswerRe: How to get general control of any window in VB .net Pin
Johan Hakkesteegt13-Nov-09 2:43
Johan Hakkesteegt13-Nov-09 2:43 
AnswerRe: How to get general control of any window in VB .net Pin
EliottA13-Nov-09 2:48
EliottA13-Nov-09 2:48 
AnswerRe: How to get general control of any window in VB .net Pin
Dave Kreskowiak13-Nov-09 4:31
mveDave Kreskowiak13-Nov-09 4:31 
Questionbinding data with gridview Pin
KIDYA12-Nov-09 21:45
KIDYA12-Nov-09 21:45 
AnswerRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 22:46
Johan Hakkesteegt12-Nov-09 22:46 
It is difficult to say, without seeing some code, but generally speaking when adding columns to a datagridview, you can determine all kinds of stuff per column, before you add it at run time. So you could look into resorting the columns at runtime after binding the data to them.
Another possibility, is to change the select clause in your query, so that the order of the columns will already be correct in the dataset.

My advice is free, and you may get what you paid for.

GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:52
KIDYA12-Nov-09 22:52 
GeneralRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 23:23
Johan Hakkesteegt12-Nov-09 23:23 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:25
mveDave Kreskowiak13-Nov-09 4:25 
AnswerRe: binding data with gridview Pin
Shameel12-Nov-09 22:51
professionalShameel12-Nov-09 22:51 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:56
KIDYA12-Nov-09 22:56 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:27
mveDave Kreskowiak13-Nov-09 4:27 
QuestionRunning Value Question Pin
vbbeg12-Nov-09 20:46
vbbeg12-Nov-09 20:46 
QuestionSource code for SQL database Pin
Ravisubrahmanya12-Nov-09 20:14
Ravisubrahmanya12-Nov-09 20:14 
AnswerRe: Source code for SQL database PinPopular
Johan Hakkesteegt12-Nov-09 20:19
Johan Hakkesteegt12-Nov-09 20:19 
AnswerRe: Source code for SQL database Pin
Shameel12-Nov-09 22:54
professionalShameel12-Nov-09 22:54 
AnswerRe: Source code for SQL database Pin
Dave Kreskowiak13-Nov-09 4:19
mveDave Kreskowiak13-Nov-09 4:19 
AnswerRe: Source code for SQL database Pin
Oakman13-Nov-09 5:45
Oakman13-Nov-09 5:45 
QuestionInterop C++ dll from vb.net Pin
ggoutam712-Nov-09 20:07
ggoutam712-Nov-09 20:07 
AnswerRe: Interop C++ dll from vb.net Pin
Luc Pattyn13-Nov-09 1:11
sitebuilderLuc Pattyn13-Nov-09 1:11 
GeneralRe: Interop C++ dll from vb.net Pin
ggoutam715-Nov-09 21:05
ggoutam715-Nov-09 21:05 
GeneralRe: Interop C++ dll from vb.net Pin
Luc Pattyn16-Nov-09 2:46
sitebuilderLuc Pattyn16-Nov-09 2:46 
GeneralRe: Interop C++ dll from vb.net Pin
ggoutam717-Nov-09 0:04
ggoutam717-Nov-09 0:04 

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.