Click here to Skip to main content
15,907,395 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
Corinna John31-Oct-06 22:14
Corinna John31-Oct-06 22:14 
AnswerRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
JoeSharp31-Oct-06 22:19
JoeSharp31-Oct-06 22:19 
GeneralRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
s4_sabahatf31-Oct-06 22:28
s4_sabahatf31-Oct-06 22:28 
GeneralRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
JoeSharp31-Oct-06 22:31
JoeSharp31-Oct-06 22:31 
QuestionRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
signimage31-Oct-06 22:28
signimage31-Oct-06 22:28 
QuestionCorner handles for the buttons Pin
Marko131-Oct-06 20:46
Marko131-Oct-06 20:46 
QuestionCreating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 20:22
Saira Tanwir31-Oct-06 20:22 
AnswerRe: Creating relationships among selfcreated tables Pin
Russell Jones31-Oct-06 21:25
Russell Jones31-Oct-06 21:25 
hi there,

I'm not sure what you're trying to do here. Do you actually need the relationships created between the tables or are you just trying to query data using joins. I believe that each DB engine will have a slightly different way of creating things like relationships.

this is the code for sql2000

ALTER TABLE Person
ADD CONSTRAINT Person_AddressID
FOREIGN KEY (AddressID)
REFERENCES Address(AddressID)

HTH

Russ
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 22:03
Saira Tanwir31-Oct-06 22:03 
GeneralRe: Creating relationships among selfcreated tables Pin
sam#31-Oct-06 22:45
sam#31-Oct-06 22:45 
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 23:22
Saira Tanwir31-Oct-06 23:22 
GeneralRe: Creating relationships among selfcreated tables Pin
sam#31-Oct-06 23:35
sam#31-Oct-06 23:35 
GeneralRe: Creating relationships among selfcreated tables Pin
Russell Jones31-Oct-06 23:31
Russell Jones31-Oct-06 23:31 
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 23:33
Saira Tanwir31-Oct-06 23:33 
Questionlocation in c# program for creating object Pin
yogita charhate31-Oct-06 20:01
yogita charhate31-Oct-06 20:01 
AnswerRe: location in c# program for creating object Pin
Haseeb Mukhtar31-Oct-06 20:14
Haseeb Mukhtar31-Oct-06 20:14 
GeneralRe: location in c# program for creating object Pin
yogita charhate31-Oct-06 20:28
yogita charhate31-Oct-06 20:28 
QuestionHow can I get MAC address of computers inlocal network in C# programming Pin
samirawww31-Oct-06 19:54
samirawww31-Oct-06 19:54 
AnswerRe: How can I get MAC address of computers inlocal network in C# programming Pin
Haseeb Mukhtar31-Oct-06 20:10
Haseeb Mukhtar31-Oct-06 20:10 
AnswerRe: How can I get MAC address of computers inlocal network in C# programming Pin
hswuzh17-May-09 21:54
hswuzh17-May-09 21:54 
QuestionHow can I get MAC address of computers inlocal network Pin
samirawww31-Oct-06 19:50
samirawww31-Oct-06 19:50 
AnswerRe: How can I get MAC address of computers inlocal network [modified] Pin
Irfan Kothari1-Nov-06 1:48
Irfan Kothari1-Nov-06 1:48 
Questionhow to get installed browser plugins names of a pc Pin
souravmoy sau31-Oct-06 19:02
souravmoy sau31-Oct-06 19:02 
QuestionNEC MAC Address Pin
Reader Man San31-Oct-06 18:51
professionalReader Man San31-Oct-06 18:51 
QuestionRemoving the Close button on Modal Dialog Pin
bankai12331-Oct-06 18:06
bankai12331-Oct-06 18:06 

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.