Click here to Skip to main content
16,020,182 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: REGEX URGENT !!! Pin
ant1xxx10-May-07 1:54
ant1xxx10-May-07 1:54 
QuestionWin API in vb Pin
aamn19-May-07 18:37
aamn19-May-07 18:37 
AnswerRe: Win API in vb Pin
Christian Graus9-May-07 19:03
protectorChristian Graus9-May-07 19:03 
QuestionRe: Win API in vb Pin
aamn110-May-07 6:07
aamn110-May-07 6:07 
QuestionHelp me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
Đan Đức Giang9-May-07 16:59
Đan Đức Giang9-May-07 16:59 
AnswerRe: Help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
Christian Graus9-May-07 18:11
protectorChristian Graus9-May-07 18:11 
QuestionHow to update listview ONLY when new data is avilable in vb6? Pin
method0079-May-07 15:00
method0079-May-07 15:00 
AnswerRe: How to update listview ONLY when new data is avilable in vb6? Pin
Dave Kreskowiak10-May-07 3:17
mveDave Kreskowiak10-May-07 3:17 
The solution is surprisingly simple and you use them every day. They're called "events". If you break your application into seperate layers for UI, business logic, and data, the opportunity to create your own events that signal changes in the data becomes clear. Then all you have to do is subscribe to those events in your UI code and you've got your solution.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How to update listview ONLY when new data is avilable in vb6? Pin
method00710-May-07 6:59
method00710-May-07 6:59 
GeneralRe: How to update listview ONLY when new data is avilable in vb6? Pin
Dave Kreskowiak10-May-07 12:40
mveDave Kreskowiak10-May-07 12:40 
QuestionHow do I keep track of what Line the cursor is on in a Rich Text Box? Pin
josh04769-May-07 14:03
josh04769-May-07 14:03 
AnswerRe: How do I keep track of what Line the cursor is on in a Rich Text Box? Pin
Vivek Narayanan9-May-07 17:21
Vivek Narayanan9-May-07 17:21 
QuestionSearch for text in file with wildcard Pin
al9689-May-07 12:32
al9689-May-07 12:32 
AnswerRe: Search for text in file with wildcard Pin
Christian Graus9-May-07 14:52
protectorChristian Graus9-May-07 14:52 
Questionsyntax error executescalar Pin
Hansduncan9-May-07 11:35
Hansduncan9-May-07 11:35 
AnswerRe: syntax error executescalar Pin
Guffa9-May-07 12:37
Guffa9-May-07 12:37 
QuestionCombo box assign a value CF 2.0 Pin
steve_rm9-May-07 10:00
steve_rm9-May-07 10:00 
QuestionHow to open new form from a datagridview row? Pin
Rashar9-May-07 8:52
Rashar9-May-07 8:52 
AnswerRe: How to open new form from a datagridview row? Pin
Hansduncan9-May-07 23:28
Hansduncan9-May-07 23:28 
GeneralRe: How to open new form from a datagridview row? Pin
Rashar10-May-07 2:23
Rashar10-May-07 2:23 
GeneralRe: How to open new form from a datagridview row? Pin
Hansduncan10-May-07 4:05
Hansduncan10-May-07 4:05 
GeneralRe: How to open new form from a datagridview row? [modified] Pin
Rashar10-May-07 5:43
Rashar10-May-07 5:43 
GeneralRe: How to open new form from a datagridview row? Pin
Hansduncan10-May-07 8:21
Hansduncan10-May-07 8:21 
Questionsystem shutdown Pin
M269-May-07 7:13
M269-May-07 7:13 
AnswerRe: system shutdown Pin
Dave Kreskowiak9-May-07 7:20
mveDave Kreskowiak9-May-07 7:20 

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.