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

Visual Basic

 
AnswerRe: Can anyone translate this c# code to vb code for me please Pin
Dave Kreskowiak26-Oct-07 6:46
mveDave Kreskowiak26-Oct-07 6:46 
GeneralRe: Can anyone translate this c# code to vb code for me please Pin
Paul Conrad26-Oct-07 6:57
professionalPaul Conrad26-Oct-07 6:57 
Questionhow do i check if exactly the same record is being entered twice? [modified] Pin
anniie26-Oct-07 5:19
anniie26-Oct-07 5:19 
AnswerRe: how do i check if exactly the same record is being entered twice? Pin
AliAmjad26-Oct-07 5:38
AliAmjad26-Oct-07 5:38 
AnswerRe: how do i check if exactly the same record is being entered twice? Pin
Dave Kreskowiak26-Oct-07 6:54
mveDave Kreskowiak26-Oct-07 6:54 
GeneralRe: how do i check if exactly the same record is being entered twice? [modified] Pin
anniie27-Oct-07 2:38
anniie27-Oct-07 2:38 
GeneralRe: how do i check if exactly the same record is being entered twice? Pin
Dave Kreskowiak27-Oct-07 3:34
mveDave Kreskowiak27-Oct-07 3:34 
GeneralRe: how do i check if exactly the same record is being entered twice? Pin
Jason Lepack (LeppyR64)29-Oct-07 7:33
Jason Lepack (LeppyR64)29-Oct-07 7:33 
I'm going to go out on a limb and assume that you have three tables:

emp:
emp_no - PK
emp_name
etc.

pc:
pc_no - PK
etc.

emp_pc:
emp_no - FK to emp.emp_no
pc_no - FK to pc.pc_no, unique

The primary key on emp_pc would be (emp_no, pc_no), you would also create a unique index on pc_no (because a pc can only be assigned to one employee)

Cheers,
Jason Lepack
Questionhow can I read 4 hex characters from a textbox and put them in a uint? Pin
Big Ralph26-Oct-07 4:24
Big Ralph26-Oct-07 4:24 
AnswerRe: how can I read 4 hex characters from a textbox and put them in a uint? Pin
Dave Kreskowiak26-Oct-07 6:44
mveDave Kreskowiak26-Oct-07 6:44 
QuestionNew To VB Pin
FreakNikon26-Oct-07 4:20
FreakNikon26-Oct-07 4:20 
AnswerRe: New To VB Pin
AliAmjad26-Oct-07 5:20
AliAmjad26-Oct-07 5:20 
GeneralRe: New To VB Pin
FreakNikon29-Oct-07 12:42
FreakNikon29-Oct-07 12:42 
QuestionPassing a Javascript variable to a VB variable Pin
gates0926-Oct-07 3:50
gates0926-Oct-07 3:50 
AnswerRe: Passing a Javascript variable to a VB variable Pin
Dave Kreskowiak26-Oct-07 6:15
mveDave Kreskowiak26-Oct-07 6:15 
AnswerRe: Passing a Javascript variable to a VB variable Pin
gates0926-Oct-07 6:19
gates0926-Oct-07 6:19 
QuestionUsing LIKE keyword to search through a datagrid Pin
imonfiredammit26-Oct-07 3:49
imonfiredammit26-Oct-07 3:49 
AnswerRe: Using LIKE keyword to search through a datagrid Pin
Dave Kreskowiak26-Oct-07 6:12
mveDave Kreskowiak26-Oct-07 6:12 
GeneralRe: Using LIKE keyword to search through a datagrid Pin
imonfiredammit26-Oct-07 6:50
imonfiredammit26-Oct-07 6:50 
QuestionHow do I lock two Windows together Pin
G.W.E.26-Oct-07 3:36
G.W.E.26-Oct-07 3:36 
AnswerRe: How do I lock two Windows together Pin
Dave Kreskowiak26-Oct-07 5:51
mveDave Kreskowiak26-Oct-07 5:51 
GeneralRe: How do I lock two Windows together Pin
G.W.E.26-Oct-07 11:22
G.W.E.26-Oct-07 11:22 
GeneralRe: How do I lock two Windows together Pin
Ray Cassick26-Oct-07 20:08
Ray Cassick26-Oct-07 20:08 
QuestionHow to genearte a Gant-Chart frorm VB.Net in MS Visio Pin
RobertSoelner26-Oct-07 3:16
RobertSoelner26-Oct-07 3:16 
AnswerRe: How to genearte a Gant-Chart frorm VB.Net in MS Visio Pin
Paul Conrad27-Oct-07 13:08
professionalPaul Conrad27-Oct-07 13:08 

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.