Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get thumbnail info from jpeg file Pin
AB77717-Nov-06 1:17
AB77717-Nov-06 1:17 
GeneralRe: Get thumbnail info from jpeg file Pin
i-p-g-i7-Nov-06 2:27
i-p-g-i7-Nov-06 2:27 
AnswerRe: Get thumbnail info from jpeg file Pin
Christian Graus7-Nov-06 9:13
protectorChristian Graus7-Nov-06 9:13 
Questioncreate excel Pin
fmardani7-Nov-06 0:05
fmardani7-Nov-06 0:05 
AnswerRe: create excel Pin
Pete O'Hanlon7-Nov-06 4:59
mvePete O'Hanlon7-Nov-06 4:59 
GeneralRe: create excel Pin
reviashko8-Nov-06 2:14
reviashko8-Nov-06 2:14 
QuestionGraphical Presentation Pin
Rajesh Khubchandani6-Nov-06 23:59
Rajesh Khubchandani6-Nov-06 23:59 
Questionproblem assigning user controls to a panel Pin
quiteSmart6-Nov-06 23:03
quiteSmart6-Nov-06 23:03 
hi,

in my application i need to develop a program that has its visual design some how like the outlook. it is compsed of two panels. one on the left that contains the buttons and the other is empty. when each button is clicked different forms should appear in panel2. To do that, I created diffrent userControls that i designed to work like the forms i need. When clicking on any button for the first time, the user control is assigned to the panel2. but clicking on different button after that should assign another user control to the panel2; but that is not happening. i don't know why.

i used different methods to free the panel2 from the old usercontrol and assign the new one to it but nothing is working.

for example i used this method:
panel2 = new Panel();<br />
usercontrol2.Parent = panel2;<br />


if any body can help i will appreciate that

best regards

Jamil Abou Khalil
AnswerRe: problem assigning user controls to a panel Pin
Martin#6-Nov-06 23:24
Martin#6-Nov-06 23:24 
QuestionConvert.ToDateTime Problem Pin
Support1236-Nov-06 22:36
Support1236-Nov-06 22:36 
AnswerRe: Convert.ToDateTime Problem Pin
_mubashir7-Nov-06 0:29
_mubashir7-Nov-06 0:29 
GeneralRe: Convert.ToDateTime Problem Pin
Support1237-Nov-06 0:41
Support1237-Nov-06 0:41 
GeneralRe: Convert.ToDateTime Problem Pin
Support1237-Nov-06 1:23
Support1237-Nov-06 1:23 
GeneralRe: Convert.ToDateTime Problem Pin
Support1237-Nov-06 2:59
Support1237-Nov-06 2:59 
AnswerRe: Convert.ToDateTime Problem Pin
lainoo7-Nov-06 13:40
lainoo7-Nov-06 13:40 
QuestionImage displaying on a form in treeview....a fileload error Pin
samtam6-Nov-06 21:57
samtam6-Nov-06 21:57 
AnswerRe: Image displaying on a form in treeview....a fileload error Pin
beatles16926-Nov-06 23:14
beatles16926-Nov-06 23:14 
Questionhow to assign relative path to the initialdirectory property of openfiledialog in C# Pin
kalaveer6-Nov-06 21:53
kalaveer6-Nov-06 21:53 
AnswerRe: how to assign relative path to the initialdirectory property of openfiledialog in C# Pin
V.6-Nov-06 22:40
professionalV.6-Nov-06 22:40 
GeneralRe: how to assign relative path to the initialdirectory property of openfiledialog in C# Pin
kalaveer7-Nov-06 0:44
kalaveer7-Nov-06 0:44 
GeneralRe: how to assign relative path to the initialdirectory property of openfiledialog in C# Pin
V.7-Nov-06 0:46
professionalV.7-Nov-06 0:46 
QuestionProblem with IIF() in C# Pin
M Riaz Bashir6-Nov-06 20:46
M Riaz Bashir6-Nov-06 20:46 
AnswerRe: Problem with IIF() in C# Pin
CWIZO6-Nov-06 20:50
CWIZO6-Nov-06 20:50 
AnswerRe: Problem with IIF() in C# Pin
Tuwing.Sabado6-Nov-06 21:59
Tuwing.Sabado6-Nov-06 21:59 
QuestionI got confused with "Interop.Outlook" and "Microsoft.Office.Interop.Outlook" Pin
OctopusThu6-Nov-06 20:41
OctopusThu6-Nov-06 20:41 

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.