Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
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 
QuestionCOM realted question Pin
Stevo Z24-Apr-07 2:24
Stevo Z24-Apr-07 2:24 
Question(wpf) Panning & zooming Pin
Frostsnow24-Apr-07 2:11
Frostsnow24-Apr-07 2:11 
Questionhow to create an array right, if you don't know its length in advance Pin
greenpci24-Apr-07 1:49
greenpci24-Apr-07 1:49 
AnswerRe: how to create an array right, if you don't know its length in advance Pin
Christian Graus24-Apr-07 1:55
protectorChristian Graus24-Apr-07 1:55 
Generalspeed boost Pin
V.24-Apr-07 1:31
professionalV.24-Apr-07 1:31 
GeneralRe: speed boost Pin
althamda24-Apr-07 1:54
althamda24-Apr-07 1:54 
GeneralRe: speed boost Pin
Christian Graus24-Apr-07 1:59
protectorChristian Graus24-Apr-07 1:59 
GeneralRe: speed boost Pin
V.24-Apr-07 2:18
professionalV.24-Apr-07 2:18 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 4:04
mvePete O'Hanlon24-Apr-07 4:04 
GeneralRe: speed boost Pin
V.24-Apr-07 4:14
professionalV.24-Apr-07 4:14 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 4:22
mvePete O'Hanlon24-Apr-07 4:22 
GeneralRe: speed boost Pin
althamda24-Apr-07 4:41
althamda24-Apr-07 4:41 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 5:17
mvePete O'Hanlon24-Apr-07 5:17 
QuestionHow to copy a string into a byte[] Pin
GDavy24-Apr-07 1:16
GDavy24-Apr-07 1:16 

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.