Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
QuestionDeploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 3:59
kourvoisier24-Apr-07 3:59 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Pete O'Hanlon24-Apr-07 4:20
mvePete O'Hanlon24-Apr-07 4:20 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 7:35
kourvoisier24-Apr-07 7:35 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
dbrenth24-Apr-07 7:51
dbrenth24-Apr-07 7:51 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 9:59
kourvoisier24-Apr-07 9:59 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
dbrenth24-Apr-07 10:39
dbrenth24-Apr-07 10:39 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 10:57
kourvoisier24-Apr-07 10:57 
QuestionDeploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 3:58
kourvoisier24-Apr-07 3:58 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Judah Gabriel Himango24-Apr-07 4:10
sponsorJudah Gabriel Himango24-Apr-07 4:10 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 7:36
kourvoisier24-Apr-07 7:36 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Dan Neely24-Apr-07 7:54
Dan Neely24-Apr-07 7:54 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 10:01
kourvoisier24-Apr-07 10:01 
QuestionDataset to Hash table convertion Pin
gskumar11124-Apr-07 3:39
gskumar11124-Apr-07 3:39 
Questionstring.indexOf [modified] Pin
marky77724-Apr-07 3:38
marky77724-Apr-07 3:38 
AnswerRe: string.indexOf Pin
JoeSharp24-Apr-07 3:56
JoeSharp24-Apr-07 3:56 
AnswerRe: string.indexOf Pin
Martin#24-Apr-07 4:07
Martin#24-Apr-07 4:07 
GeneralRe: string.indexOf Pin
marky77724-Apr-07 4:15
marky77724-Apr-07 4:15 
GeneralRe: string.indexOf Pin
Martin#24-Apr-07 4:17
Martin#24-Apr-07 4:17 
Questionhow to get shotcut in the folder right click Pin
Nkuttynasi24-Apr-07 3:18
Nkuttynasi24-Apr-07 3:18 
AnswerRe: how to get shotcut in the folder right click Pin
Judah Gabriel Himango24-Apr-07 4:08
sponsorJudah Gabriel Himango24-Apr-07 4:08 
GeneralRe: how to get shotcut in the folder right click Pin
Nkuttynasi25-Apr-07 6:19
Nkuttynasi25-Apr-07 6:19 
QuestionMDI Child Pin
sayed8324-Apr-07 3:02
sayed8324-Apr-07 3:02 
i have form MDI parent and other forms child for it
when i open first form inside the MDI parent i use the following code:
Items.AddItem additem = new Items.AddItem();
additem.MdiParent = this;
additem.Show();
untill now there is no problem but when i want to open another form by clicking any button inside the child form, i want to be child for the MDI parent but nothing happen.
i use the following code:
frm_Main main = new frm_Main();
Items.AddItemUnits itemunit = new AddItemUnits();
itemunit.MdiParent = main;
itemunit.Show();
i want to open the itemunit inside the main "which is MDI paren"
please reply me

Sayed M. Ali
Solution Developer
AnswerRe: MDI Child Pin
Pete O'Hanlon24-Apr-07 3:06
mvePete O'Hanlon24-Apr-07 3:06 
QuestionWebServices and classes Pin
JHubSharp24-Apr-07 2:29
JHubSharp24-Apr-07 2:29 
QuestionSystem.NotSupportedException (not support proxies of web-proxy scheme) Pin
AlexZieg7124-Apr-07 2:26
AlexZieg7124-Apr-07 2:26 

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.