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

Visual Basic

 
QuestionHow to get height , width in pixel of screen in VB net Pin
dinhnq15-Nov-05 21:31
dinhnq15-Nov-05 21:31 
AnswerRe: How to get height , width in pixel of screen in VB net Pin
Mazitan16-Nov-05 2:59
Mazitan16-Nov-05 2:59 
QuestionCOM and DCOM in VB Pin
Paritos15-Nov-05 20:55
Paritos15-Nov-05 20:55 
AnswerRe: COM and DCOM in VB Pin
Christian Graus17-Nov-05 17:35
protectorChristian Graus17-Nov-05 17:35 
QuestionHow to read and write a text file in VB.Net ? Pin
Zakiah15-Nov-05 20:48
Zakiah15-Nov-05 20:48 
AnswerRe: How to read and write a text file in VB.Net ? Pin
Joshua Quick15-Nov-05 21:07
Joshua Quick15-Nov-05 21:07 
AnswerRe: How to read and write a text file in VB.Net ? Pin
S-to16-Nov-05 15:36
S-to16-Nov-05 15:36 
QuestionIn Datagrid the Error tooltip does not pop up even though ErrorIcon is displayed Pin
BabyEmperor15-Nov-05 20:38
BabyEmperor15-Nov-05 20:38 
Hi,

i have made a form which follows the following logic :-

The form displays various panels which are used to get criterias from the user. then form.layout is suspended and the following algorithm executes :
1. Based on these criterias i add various column to a datatable say dtRecordsReturned.
2. Then datagridcolumnstyles [some of them are instances of classes i inherited from datagridcolumnstyle] are made and added to a datagridtablestyle , which is then added to the TableStyle property of a datagrid say dgRecordsReturned.
3. the dtRecordsReturned is then bound to a dataview dvRecordsReturned.
4. dvRecordsReturned is bound to the dgRecordsReturned.
5. then records(rows) are added to dtRecordsReturned by executing a sqlQuery.
6. Then Values of some of the columns of each row are set according to the criterias got from the user. While doing this some special conditions may arise, which i am displaying to the user by setting an errormessage on that particulare column by calling .SetColumnError(columnname,strSpecialContidionDescription).
7. then the panel [pnlRecordsReturned] which contains dgRecordsReturned is brought to the front by calling pnlRecordsReturned.BringToFront().
8.Finally the form.Resumelayout() is called.

Now the Problem i am facing is that though the ColumnErrorIcon is displayed in the columns, no tooltip message pops up when the cursor is hovered over the icon.

I tried using .RowError instead of .SetColumnError still the result is similar. ErrorIcon appears in the rowheader but no tooltip message pops up.


Any Suggestions?


Thanks
Question3-Tier Coding Pin
rei ayumi15-Nov-05 19:39
rei ayumi15-Nov-05 19:39 
AnswerRe: 3-Tier Coding Pin
StylezHouse16-Nov-05 3:49
StylezHouse16-Nov-05 3:49 
AnswerRe: 3-Tier Coding Pin
Keith Barrow24-Jun-11 0:47
professionalKeith Barrow24-Jun-11 0:47 
QuestionFlickering form Pin
eagertolearn15-Nov-05 16:05
eagertolearn15-Nov-05 16:05 
AnswerRe: Flickering form Pin
Joshua Quick15-Nov-05 16:16
Joshua Quick15-Nov-05 16:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 5:54
eagertolearn16-Nov-05 5:54 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 7:16
Joshua Quick16-Nov-05 7:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 8:13
eagertolearn16-Nov-05 8:13 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 8:52
Joshua Quick16-Nov-05 8:52 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 9:48
eagertolearn16-Nov-05 9:48 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 13:59
Joshua Quick16-Nov-05 13:59 
GeneralRe: Flickering form Pin
eagertolearn17-Nov-05 5:41
eagertolearn17-Nov-05 5:41 
GeneralRe: Flickering form Pin
Joshua Quick17-Nov-05 21:10
Joshua Quick17-Nov-05 21:10 
GeneralRe: Flickering form Pin
eagertolearn18-Nov-05 14:05
eagertolearn18-Nov-05 14:05 
GeneralRe: Flickering form Pin
Joshua Quick18-Nov-05 14:29
Joshua Quick18-Nov-05 14:29 
GeneralRe: Flickering form Pin
eagertolearn20-Nov-05 19:40
eagertolearn20-Nov-05 19:40 
GeneralRe: Flickering form Pin
Joshua Quick21-Nov-05 6:28
Joshua Quick21-Nov-05 6:28 

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.