Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
AnswerRe: multi-dimentional array memory prob. Pin
Scott Dorman19-May-07 8:23
professionalScott Dorman19-May-07 8:23 
QuestionRe: multi-dimentional array memory prob. Pin
Vikram A Punathambekar19-May-07 8:44
Vikram A Punathambekar19-May-07 8:44 
AnswerRe: multi-dimentional array memory prob. Pin
Scott Dorman19-May-07 8:52
professionalScott Dorman19-May-07 8:52 
GeneralRe: multi-dimentional array memory prob. Pin
Vikram A Punathambekar19-May-07 8:55
Vikram A Punathambekar19-May-07 8:55 
GeneralRe: multi-dimentional array memory prob. Pin
Scott Dorman19-May-07 8:59
professionalScott Dorman19-May-07 8:59 
AnswerRe: multi-dimentional array memory prob. Pin
Luc Pattyn19-May-07 10:58
sitebuilderLuc Pattyn19-May-07 10:58 
QuestionEasiest way to use menustrip as a tabcontrol Pin
Husker4719-May-07 6:37
Husker4719-May-07 6:37 
AnswerRe: Easiest way to use menustrip as a tabcontrol Pin
Scott Dorman19-May-07 7:22
professionalScott Dorman19-May-07 7:22 
Create your "tab" forms (the one displayed in response to the menu choice) as a user control instead of a form. On your main form (the one with the menu) put a panel (set to Dock.Fill or the specific size you need) that will hold the user control. On the menu event handlers, create a new instance of the appropriate user control, clear your panel's controls array and add the new user control to the panel.

-----------------------------
In just two days, tomorrow will be yesterday.

GeneralRe: Easiest way to use menustrip as a tabcontrol Pin
PIEBALDconsult19-May-07 11:19
mvePIEBALDconsult19-May-07 11:19 
GeneralRe: Easiest way to use menustrip as a tabcontrol Pin
Scott Dorman19-May-07 13:17
professionalScott Dorman19-May-07 13:17 
GeneralRe: Easiest way to use menustrip as a tabcontrol Pin
Husker4723-May-07 5:06
Husker4723-May-07 5:06 
QuestionExtracting email address from websites Pin
Jahedur Rahman Chowdhury19-May-07 6:29
Jahedur Rahman Chowdhury19-May-07 6:29 
AnswerRe: Extracting email address from websites Pin
Scott Dorman19-May-07 7:24
professionalScott Dorman19-May-07 7:24 
QuestionAdventures in Excel Pin
rahvyn619-May-07 6:27
rahvyn619-May-07 6:27 
AnswerRe: Adventures in Excel Pin
rahvyn619-May-07 9:20
rahvyn619-May-07 9:20 
Questionhow to provide UPDATE PREFERENCES (daily./monthly./yearly) to our c# windows appliction Pin
pashitech19-May-07 2:28
pashitech19-May-07 2:28 
AnswerRe: how to provide UPDATE PREFERENCES (daily./monthly./yearly) to our c# windows appliction Pin
Scott Dorman19-May-07 4:57
professionalScott Dorman19-May-07 4:57 
QuestionHelp in replacing table of web in Windows application Pin
EEmaan19-May-07 2:10
EEmaan19-May-07 2:10 
AnswerRe: Help in replacing table of web in Windows application Pin
Vikram A Punathambekar19-May-07 8:11
Vikram A Punathambekar19-May-07 8:11 
Questionis it is possible to track the installation date ? Pin
pashitech19-May-07 0:19
pashitech19-May-07 0:19 
AnswerRe: is it is possible to track the installation date ? Pin
Scott Dorman19-May-07 5:01
professionalScott Dorman19-May-07 5:01 
Questionchat Pin
Rhydo19-May-07 0:09
Rhydo19-May-07 0:09 
AnswerRe: chat Pin
Christian Graus19-May-07 0:30
protectorChristian Graus19-May-07 0:30 
QuestionCombining Between a DataGridView and a TreeView Pin
OlaMohammed19-May-07 0:06
OlaMohammed19-May-07 0:06 
Questionclsdataclass Pin
Rhydo19-May-07 0:05
Rhydo19-May-07 0:05 

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.