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

Visual Basic

 
GeneralRe: Identifying a control during a mousedown event?? Pin
DaveAuld31-Oct-09 0:33
professionalDaveAuld31-Oct-09 0:33 
GeneralRe: Identifying a control during a mousedown event?? Pin
comalco200031-Oct-09 0:37
comalco200031-Oct-09 0:37 
GeneralRe: Identifying a control during a mousedown event?? Pin
comalco200031-Oct-09 0:27
comalco200031-Oct-09 0:27 
QuestionBarcode 128 Generation in vb 6 Pin
Tufail Ahmad30-Oct-09 18:59
Tufail Ahmad30-Oct-09 18:59 
AnswerRe: Barcode 128 Generation in vb 6 Pin
Christian Graus30-Oct-09 19:17
protectorChristian Graus30-Oct-09 19:17 
AnswerRe: Barcode 128 Generation in vb 6 Pin
DaveAuld30-Oct-09 23:59
professionalDaveAuld30-Oct-09 23:59 
QuestionMulti Level Database programming in VB !! Pin
jeshra27930-Oct-09 8:02
jeshra27930-Oct-09 8:02 
AnswerParent / Child Relationship Pin
David Mujica30-Oct-09 8:39
David Mujica30-Oct-09 8:39 
One way to look at this is as follows:

setup the table like:
KeyID Integer
ParentID Integer
Name Character

The data would be stored as:

KeyID ParentID Name
100 0 Acme Major Headquarters
200 100 Acme Northeast Division
300 200 Acme New York Office
400 100 Acme Southern Division

The important factor is that the field, ParentID, is set to zero indicating that this is the top-level customer record. You can then see that all the direct children of "Acme Major Headquarters" have a ParentID of 100.

Hope this helps.
QuestionHow to programmatically selected a value in a datagridviewcomboboxcolumn? [modified] Pin
Jon_Boy30-Oct-09 5:22
Jon_Boy30-Oct-09 5:22 
QuestionSort in ComboBox Pin
ivo7529-Oct-09 9:00
ivo7529-Oct-09 9:00 
AnswerRe: Sort in ComboBox Pin
Luc Pattyn29-Oct-09 9:25
sitebuilderLuc Pattyn29-Oct-09 9:25 
QuestionSet DateTimePicker date Pin
ivo7529-Oct-09 7:47
ivo7529-Oct-09 7:47 
AnswerRe: Set DateTimePicker date Pin
John M Bundy29-Oct-09 8:06
John M Bundy29-Oct-09 8:06 
GeneralRe: Set DateTimePicker date Pin
ivo7529-Oct-09 8:19
ivo7529-Oct-09 8:19 
AnswerRe: Set DateTimePicker date Pin
Luc Pattyn29-Oct-09 8:09
sitebuilderLuc Pattyn29-Oct-09 8:09 
GeneralRe: Set DateTimePicker date Pin
EliottA29-Oct-09 8:40
EliottA29-Oct-09 8:40 
GeneralRe: Set DateTimePicker date Pin
Luc Pattyn29-Oct-09 8:43
sitebuilderLuc Pattyn29-Oct-09 8:43 
GeneralRe: Set DateTimePicker date Pin
DaveAuld29-Oct-09 9:29
professionalDaveAuld29-Oct-09 9:29 
QuestionRefreshig a form with dynamic buttons. Pin
Rudyvb0829-Oct-09 4:24
Rudyvb0829-Oct-09 4:24 
AnswerRe: Refreshig a form with dynamic buttons. [modified] Pin
Covean29-Oct-09 4:54
Covean29-Oct-09 4:54 
AnswerRe: Refreshig a form with dynamic buttons. Pin
Ian Shlasko29-Oct-09 5:06
Ian Shlasko29-Oct-09 5:06 
GeneralRe: Refreshig a form with dynamic buttons. Pin
Rudyvb0829-Oct-09 6:14
Rudyvb0829-Oct-09 6:14 
GeneralRe: Refreshig a form with dynamic buttons. Pin
Ian Shlasko29-Oct-09 6:44
Ian Shlasko29-Oct-09 6:44 
GeneralRe: Refreshig a form with dynamic buttons. Pin
Rudyvb0829-Oct-09 6:59
Rudyvb0829-Oct-09 6:59 
Questionregarding functions Pin
vijaylumar29-Oct-09 2:19
vijaylumar29-Oct-09 2:19 

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.