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

Visual Basic

 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak5-Mar-12 16:59
mveDave Kreskowiak5-Mar-12 16:59 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov5-Mar-12 18:38
mvaSergey Alexandrovich Kryukov5-Mar-12 18:38 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak6-Mar-12 5:42
mveDave Kreskowiak6-Mar-12 5:42 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov6-Mar-12 18:17
mvaSergey Alexandrovich Kryukov6-Mar-12 18:17 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak7-Mar-12 3:12
mveDave Kreskowiak7-Mar-12 3:12 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov7-Mar-12 12:13
mvaSergey Alexandrovich Kryukov7-Mar-12 12:13 
GeneralRe: Want to create layer like photoshop in vb.net Pin
JohnPayton26-Mar-12 19:00
JohnPayton26-Mar-12 19:00 
QuestionDataGridView BeginEdit Pin
Eddie Randell4-Mar-12 8:52
Eddie Randell4-Mar-12 8:52 
I have this code in CellValidating in order to try and position the cursor in the cell and select the contents, but the contents are not being selected (highlighted). Can anyone tell me why?

dg.Rows(e.RowIndex).Selected = True
dg(dg.Columns("Odds").Index, e.RowIndex).Selected = True
dg.CurrentCell = dg(dg.Columns("Odds").Index, e.RowIndex)
dg.BeginEdit(True)

Thanks
AnswerRe: DataGridView BeginEdit Pin
Dave Kreskowiak4-Mar-12 12:29
mveDave Kreskowiak4-Mar-12 12:29 
QuestionOLEDB Provider Pin
ivo753-Mar-12 8:55
ivo753-Mar-12 8:55 
AnswerRe: OLEDB Provider Pin
Dave Kreskowiak3-Mar-12 12:14
mveDave Kreskowiak3-Mar-12 12:14 
GeneralRe: OLEDB Provider Pin
Luc Pattyn3-Mar-12 13:05
sitebuilderLuc Pattyn3-Mar-12 13:05 
GeneralRe: OLEDB Provider Pin
Dave Kreskowiak3-Mar-12 14:09
mveDave Kreskowiak3-Mar-12 14:09 
AnswerRe: OLEDB Provider Pin
Luc Pattyn3-Mar-12 14:26
sitebuilderLuc Pattyn3-Mar-12 14:26 
GeneralRe: OLEDB Provider Pin
Dave Kreskowiak3-Mar-12 15:06
mveDave Kreskowiak3-Mar-12 15:06 
GeneralRe: OLEDB Provider Pin
ivo755-Mar-12 2:05
ivo755-Mar-12 2:05 
GeneralRe: OLEDB Provider Pin
Dave Kreskowiak6-Mar-12 5:43
mveDave Kreskowiak6-Mar-12 5:43 
GeneralRe: OLEDB Provider Pin
ivo756-Mar-12 6:08
ivo756-Mar-12 6:08 
QuestionI would like to create a textbox where I can input hour and minute. Pin
AlainStP3-Mar-12 6:54
AlainStP3-Mar-12 6:54 
AnswerRe: I would like to create a textbox where I can input hour and minute. Pin
Dave Kreskowiak3-Mar-12 7:26
mveDave Kreskowiak3-Mar-12 7:26 
AnswerRe: I would like to create a textbox where I can input hour and minute. Pin
Shameel3-Mar-12 7:46
professionalShameel3-Mar-12 7:46 
AnswerRe: I would like to create a textbox where I can input hour and minute. Pin
AlainStP3-Mar-12 8:24
AlainStP3-Mar-12 8:24 
QuestionDB connection string Pin
ivo752-Mar-12 18:36
ivo752-Mar-12 18:36 
AnswerRe: DB connection string Pin
Wayne Gaylard2-Mar-12 20:38
professionalWayne Gaylard2-Mar-12 20:38 
GeneralRe: DB connection string Pin
ivo753-Mar-12 8:17
ivo753-Mar-12 8:17 

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.