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

Visual Basic

 
GeneralRe: Sharing data between Windows forms Pin
Christian Graus5-Sep-05 12:35
protectorChristian Graus5-Sep-05 12:35 
GeneralRe: Sharing data between Windows forms Pin
roraima5-Sep-05 14:14
roraima5-Sep-05 14:14 
AnswerRe: Sharing data between Windows forms Pin
_mubashir6-Sep-05 2:38
_mubashir6-Sep-05 2:38 
AnswerRe: Sharing data between Windows forms Pin
korso_rogan6-Sep-05 9:08
korso_rogan6-Sep-05 9:08 
AnswerRe: Sharing data between Windows forms Pin
eagertolearn8-Sep-05 8:59
eagertolearn8-Sep-05 8:59 
AnswerRe: Sharing data between Windows forms Pin
roraima14-Sep-05 7:24
roraima14-Sep-05 7:24 
QuestionIntelligent Datagrid Pin
| Muhammad Waqas Butt |5-Sep-05 6:05
professional| Muhammad Waqas Butt |5-Sep-05 6:05 
AnswerRe: Intelligent Datagrid Pin
mikone5-Sep-05 10:16
mikone5-Sep-05 10:16 
If you would have a textbox for each column where you enter the string which should be searched for, i would suggest you to use the textchanged event of that textboxes. you could go through each row of the dataset which is stores the information and check if the specific column contains the string which you're searching for and if it does, copy that row to a second dataset which is binded to the datagrid. although it would work, its a bad idea, since you would have to use two datagrids or something like this to store the original informations, and the ones which should be shown. you also would have to go through the whole table everytime someone writes something. thats not a problem if you're using a small datagrid, but if it gets larger, you will get performance problems...

just some suggestions because nobody answered yet, no good ones though :/

good luck,
mik
QuestionOpen default mail client with attachments Pin
marowle5-Sep-05 4:19
marowle5-Sep-05 4:19 
QuestionListview selects? Pin
dave@ennead5-Sep-05 3:26
dave@ennead5-Sep-05 3:26 
AnswerRe: Listview selects? Pin
dave@ennead5-Sep-05 3:35
dave@ennead5-Sep-05 3:35 
QuestionSlow WMI-Query, what reason? Pin
mikone5-Sep-05 3:26
mikone5-Sep-05 3:26 
AnswerRe: Slow WMI-Query, what reason? Pin
progload6-Sep-05 9:41
progload6-Sep-05 9:41 
GeneralRe: Slow WMI-Query, what reason? Pin
mikone7-Sep-05 21:28
mikone7-Sep-05 21:28 
QuestionT-SQL Clause Pin
Greeky5-Sep-05 3:17
Greeky5-Sep-05 3:17 
AnswerRe: T-SQL Clause Pin
maximvs5-Sep-05 7:15
maximvs5-Sep-05 7:15 
QuestionBooks about .NET with examples for learning Pin
hcmuns5-Sep-05 0:59
susshcmuns5-Sep-05 0:59 
AnswerRe: Books about .NET with examples for learning Pin
Christian Graus5-Sep-05 11:29
protectorChristian Graus5-Sep-05 11:29 
QuestionRotation of Label control in vb.net Pin
premanand jha5-Sep-05 0:46
premanand jha5-Sep-05 0:46 
AnswerRe: Rotation of Label control in vb.net Pin
Briga5-Sep-05 2:51
Briga5-Sep-05 2:51 
QuestionSpecified argument was out of the range of valid values. Pin
Rabeek5-Sep-05 0:25
Rabeek5-Sep-05 0:25 
AnswerRe: Specified argument was out of the range of valid values. Pin
_mubashir5-Sep-05 3:23
_mubashir5-Sep-05 3:23 
Questionstucked newbie Pin
tatchung4-Sep-05 23:59
tatchung4-Sep-05 23:59 
AnswerRe: stucked newbie Pin
Christian Graus5-Sep-05 11:30
protectorChristian Graus5-Sep-05 11:30 
GeneralRe: stucked newbie Pin
tatchung5-Sep-05 14:59
tatchung5-Sep-05 14:59 

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.