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

C#

 
GeneralRe: Not able to assign the picture to toolbar item. Pin
SRKSHOME26-Mar-10 3:49
SRKSHOME26-Mar-10 3:49 
QuestionHow to get the execution folder if the file executed is in another folder? Pin
Ted On The Net26-Mar-10 1:31
Ted On The Net26-Mar-10 1:31 
Answerfound the solution Pin
Ted On The Net26-Mar-10 1:52
Ted On The Net26-Mar-10 1:52 
AnswerRe: How to get the execution folder if the file executed is in another folder? Pin
R. Giskard Reventlov26-Mar-10 2:18
R. Giskard Reventlov26-Mar-10 2:18 
AnswerRe: How to get the execution folder if the file executed is in another folder? Pin
KChandos26-Mar-10 8:28
professionalKChandos26-Mar-10 8:28 
QuestionWindows Mobile Compact Edition 2.0 TextBox problem missing MouseClick event Pin
peks26-Mar-10 1:29
peks26-Mar-10 1:29 
AnswerRe: Windows Mobile Compact Edition 2.0 TextBox problem missing MouseClick event Pin
ginpq31-Mar-11 22:39
ginpq31-Mar-11 22:39 
QuestionMultiple layout usercontrol Pin
john3426-Mar-10 1:07
john3426-Mar-10 1:07 
Hi all,

I have a UserControl that manages a lot of editable information (like text-boxes). Now I need to make a version of this control that has a different layout (from horizontal to vertical). I can expose the control, like this:

public TextBox MyText
{
get { return myText; }
set { myText = value; }
}

i can now manually change the location and size, but this does not give me a visual reposition of them at design time.

Is there a better way of doing this ?

Thanks John
AnswerRe: Multiple layout usercontrol Pin
TheFoZ26-Mar-10 3:57
TheFoZ26-Mar-10 3:57 
QuestionInstall in single click with prerequisites Pin
anishkannan26-Mar-10 0:33
anishkannan26-Mar-10 0:33 
AnswerRe: Install in single click with prerequisites Pin
The Cake of Deceit26-Mar-10 4:34
The Cake of Deceit26-Mar-10 4:34 
QuestionMoving maximized window Pin
mvermand25-Mar-10 23:15
mvermand25-Mar-10 23:15 
AnswerRe: Moving maximized window Pin
Eddy Vluggen25-Mar-10 23:37
professionalEddy Vluggen25-Mar-10 23:37 
GeneralRe: Moving maximized window Pin
mvermand25-Mar-10 23:39
mvermand25-Mar-10 23:39 
GeneralRe: Moving maximized window Pin
Eddy Vluggen26-Mar-10 0:07
professionalEddy Vluggen26-Mar-10 0:07 
QuestionGeting the name of the form a user control is on Pin
chrisclarke1125-Mar-10 23:14
chrisclarke1125-Mar-10 23:14 
AnswerRe: Geting the name of the form a user control is on Pin
Tony Richards26-Mar-10 0:40
Tony Richards26-Mar-10 0:40 
GeneralRe: Geting the name of the form a user control is on Pin
chrisclarke1126-Mar-10 1:14
chrisclarke1126-Mar-10 1:14 
GeneralRe: Geting the name of the form a user control is on Pin
TheFoZ26-Mar-10 1:28
TheFoZ26-Mar-10 1:28 
GeneralRe: Geting the name of the form a user control is on Pin
chrisclarke1126-Mar-10 1:42
chrisclarke1126-Mar-10 1:42 
GeneralRe: Geting the name of the form a user control is on Pin
TheFoZ26-Mar-10 3:42
TheFoZ26-Mar-10 3:42 
GeneralRe: Geting the name of the form a user control is on Pin
chrisclarke1129-Mar-10 0:00
chrisclarke1129-Mar-10 0:00 
Questiongrid inside grid in windows application Pin
sagarrana25-Mar-10 21:43
sagarrana25-Mar-10 21:43 
AnswerRe: grid inside grid in windows application Pin
Eddy Vluggen26-Mar-10 0:03
professionalEddy Vluggen26-Mar-10 0:03 
Questiondisabling particular item in a checked list box Pin
vineesh v25-Mar-10 21:14
vineesh v25-Mar-10 21:14 

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.