Click here to Skip to main content
15,897,334 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: SplitContainer Pin
Luc Pattyn30-Dec-09 1:10
sitebuilderLuc Pattyn30-Dec-09 1:10 
GeneralRe: SplitContainer Pin
ThetaClear30-Dec-09 1:32
ThetaClear30-Dec-09 1:32 
QuestionsplitContainer splitterdistance set before size in designer Pin
Keith Barrow29-Dec-09 1:45
professionalKeith Barrow29-Dec-09 1:45 
AnswerRe: splitContainer splitterdistance set before size in designer- Work araound Pin
Keith Barrow29-Dec-09 2:11
professionalKeith Barrow29-Dec-09 2:11 
QuestionHTML Text Box in Windows Form Pin
AdeleLeRoux26-Dec-09 8:27
AdeleLeRoux26-Dec-09 8:27 
AnswerRe: HTML Text Box in Windows Form Pin
Luc Pattyn26-Dec-09 8:36
sitebuilderLuc Pattyn26-Dec-09 8:36 
QuestionI want a project idea...really urgent Pin
swatireddyz23-Dec-09 17:29
swatireddyz23-Dec-09 17:29 
AnswerRe: I want a project idea...really urgent Pin
Roger Wright23-Dec-09 19:02
professionalRoger Wright23-Dec-09 19:02 
Not a bad idea, and easily implemented. Assuming the user knows which version he/she is trying to install, you can provide a listbox with all the available versions. When the user selects a version from the list, your application can respond with the correct documentation for the selected version. You can do this in multiple ways.

One would be to rewrite your existing documents into separate instructions for each version, convert them to webpages, and serve up the right version when a selection is made. Another would be to create a single page, and modify its contents based on the selection before returning it to the user. Yet another would be to store each possible step in a database, then select the relevant items to assemble a webpage displaying the proper instructions for each version.

The last would be the most difficult, but it would make it easier later to add new steps for future versions to the database and provide code to assemble it correctly.

I'll be watching for the article here when you finish the project. Big Grin | :-D

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

QuestionHow to connect to remote server and access an xml file (in VB.Net) Pin
swatireddyz23-Dec-09 17:18
swatireddyz23-Dec-09 17:18 
AnswerRe: How to connect to remote server and access an xml file (in VB.Net) Pin
εїзεїзεїз27-Dec-09 19:42
εїзεїзεїз27-Dec-09 19:42 
QuestionUpdate Grid Cell in each text boxes whatever I entered in a First Text Box Pin
ranrits22-Dec-09 2:31
ranrits22-Dec-09 2:31 
QuestionSmall size application Pin
FaisalMoon21-Dec-09 20:07
FaisalMoon21-Dec-09 20:07 
AnswerRe: Small size application Pin
Roger Wright21-Dec-09 20:21
professionalRoger Wright21-Dec-09 20:21 
GeneralRe: Small size application Pin
FaisalMoon21-Dec-09 20:40
FaisalMoon21-Dec-09 20:40 
GeneralRe: Small size application Pin
Eddy Vluggen22-Dec-09 7:09
professionalEddy Vluggen22-Dec-09 7:09 
GeneralRe: Small size application Pin
FaisalMoon22-Dec-09 19:39
FaisalMoon22-Dec-09 19:39 
GeneralRe: Small size application Pin
Eddy Vluggen23-Dec-09 5:04
professionalEddy Vluggen23-Dec-09 5:04 
QuestionWindows Form with TableLayoutPanel is changing its Controls position when is shown in mdiParent Form. How to Resolve this Issue? Pin
Nouman_gcu21-Dec-09 1:20
Nouman_gcu21-Dec-09 1:20 
QuestionWindows Forms Memory Usage... Pin
1.21 Gigawatts20-Dec-09 5:05
1.21 Gigawatts20-Dec-09 5:05 
AnswerRe: Windows Forms Memory Usage... Pin
Luc Pattyn20-Dec-09 5:10
sitebuilderLuc Pattyn20-Dec-09 5:10 
GeneralRe: Windows Forms Memory Usage... Pin
1.21 Gigawatts20-Dec-09 5:11
1.21 Gigawatts20-Dec-09 5:11 
GeneralRe: Windows Forms Memory Usage... Pin
Luc Pattyn20-Dec-09 5:28
sitebuilderLuc Pattyn20-Dec-09 5:28 
GeneralRe: Windows Forms Memory Usage... Pin
1.21 Gigawatts20-Dec-09 5:48
1.21 Gigawatts20-Dec-09 5:48 
GeneralRe: Windows Forms Memory Usage... Pin
Luc Pattyn20-Dec-09 6:27
sitebuilderLuc Pattyn20-Dec-09 6:27 
AnswerRe: Windows Forms Memory Usage... Pin
Dave Kreskowiak20-Dec-09 7:57
mveDave Kreskowiak20-Dec-09 7:57 

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.