Click here to Skip to main content
15,914,016 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionVisual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Phonol22-Jan-06 20:43
Phonol22-Jan-06 20:43 
AnswerRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Dave Kreskowiak23-Jan-06 5:36
mveDave Kreskowiak23-Jan-06 5:36 
GeneralRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Phonol23-Jan-06 19:18
Phonol23-Jan-06 19:18 
GeneralRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Dave Kreskowiak24-Jan-06 2:42
mveDave Kreskowiak24-Jan-06 2:42 
QuestionWorking with Scrollbars Pin
IMinusMinus22-Jan-06 6:54
IMinusMinus22-Jan-06 6:54 
AnswerRe: Working with Scrollbars Pin
[Marc]22-Jan-06 10:13
[Marc]22-Jan-06 10:13 
GeneralRe: Working with Scrollbars Pin
IMinusMinus23-Jan-06 7:07
IMinusMinus23-Jan-06 7:07 
GeneralRe: Working with Scrollbars Pin
[Marc]23-Jan-06 8:27
[Marc]23-Jan-06 8:27 
Ah so you want to scroll the errors, but keep the headers visible? It's hard for me to imagine, i haven't got VS2005 installed. I think you need two separate labels, one for the header that wont move, and one for the errors themselves.

Something like this:
1) Make a new usercontrol

2) Put a new label (a label so it won't flicker) docked to the top and bring it to front (so it wont be behind the scrollbar)(This was BS, because AutoScroll is on Roll eyes | :rolleyes: ) Do the header painting on this label.

3) Put a panel on the usercontrol with dock to fill, and bring it to the front. Turn AutoScroll to true.

4) Put a label on that panel, with dock to top. Change the height of the label as you please (according to the number of items or something). Do the errors painting on this label.

Hope this works... Smile | :)


"..Commit yourself to quality from day one..it's better to do nothing at all than to do something badly.."
-- Mark McCormick

|| Fold With Us! || Pensieve || VG.Net ||

GeneralRe: Working with Scrollbars Pin
IMinusMinus23-Jan-06 8:34
IMinusMinus23-Jan-06 8:34 
QuestionError Unable to open the project file from the webserver ". Pin
q19010521-Jan-06 16:02
q19010521-Jan-06 16:02 
Questionobject = (string + type) ? Pin
[Marc]21-Jan-06 6:06
[Marc]21-Jan-06 6:06 
AnswerRe: object = (string + type) ? Pin
Robert Rohde21-Jan-06 6:11
Robert Rohde21-Jan-06 6:11 
GeneralRe: object = (string + type) ? Pin
[Marc]21-Jan-06 8:09
[Marc]21-Jan-06 8:09 
AnswerRe: object = (string + type) ? Pin
Daniel Grunwald22-Jan-06 5:02
Daniel Grunwald22-Jan-06 5:02 
GeneralRe: object = (string + type) ? Pin
[Marc]22-Jan-06 10:04
[Marc]22-Jan-06 10:04 
QuestionRegistering a Serviced Component in the COM+ catalog Pin
oceanexplorer21-Jan-06 4:56
oceanexplorer21-Jan-06 4:56 
QuestionRelation between LegalKeySizes and LegalBlockSizes? Pin
Mark J. Miller20-Jan-06 6:54
Mark J. Miller20-Jan-06 6:54 
QuestionAccess files from remote computers Pin
snehal wale19-Jan-06 18:15
snehal wale19-Jan-06 18:15 
QuestionConverting MFC Dialogs to .net Framework Pin
kizhakk19-Jan-06 3:50
kizhakk19-Jan-06 3:50 
AnswerRe: Converting MFC Dialogs to .net Framework Pin
Dan Neely19-Jan-06 5:04
Dan Neely19-Jan-06 5:04 
GeneralRe: Converting MFC Dialogs to .net Framework Pin
kizhakk19-Jan-06 5:56
kizhakk19-Jan-06 5:56 
GeneralRe: Converting MFC Dialogs to .net Framework Pin
Dave Kreskowiak19-Jan-06 12:58
mveDave Kreskowiak19-Jan-06 12:58 
GeneralRe: Converting MFC Dialogs to .net Framework Pin
Kevin McFarlane21-Jan-06 4:15
Kevin McFarlane21-Jan-06 4:15 
QuestionMenuItem "Select" Event Pin
cbusgut19-Jan-06 1:22
cbusgut19-Jan-06 1:22 
QuestionTwainGUI Pin
snehal wale18-Jan-06 20:00
snehal wale18-Jan-06 20:00 

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.