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

.NET (Core and Framework)

 
GeneralButtons on the mainmenu Pin
phimix29-Jul-03 3:19
phimix29-Jul-03 3:19 
GeneralRe: Buttons on the mainmenu Pin
leppie29-Jul-03 7:04
leppie29-Jul-03 7:04 
GeneralRe: Buttons on the mainmenu Pin
phimix29-Jul-03 19:55
phimix29-Jul-03 19:55 
GeneralHelp Workshop Pin
vikramlinux28-Jul-03 20:48
vikramlinux28-Jul-03 20:48 
GeneralRe: Help Workshop Pin
phimix29-Jul-03 3:14
phimix29-Jul-03 3:14 
Questionsizeof Size.Width == Int16???? Pin
Ben-hadad28-Jul-03 10:43
Ben-hadad28-Jul-03 10:43 
AnswerRe: sizeof Size.Width == Int16???? Pin
J. Dunlap28-Jul-03 10:47
J. Dunlap28-Jul-03 10:47 
GeneralRe: sizeof Size.Width == Int16???? Pin
Ben-hadad28-Jul-03 11:42
Ben-hadad28-Jul-03 11:42 
Size seems to be masquerading as a System.Int32 struct. Try, in the VS properties, sizing the width of a button to >Int16 (33,000, for example). Boom, silent truncation, utterly undocumented (well, as far as I know; MSDN is *huge* Smile | :)

If I understand your reply correctly, it sounds very like a description of the approach I originally took with this control, before rewriting. I had buttons that did a scroll-left, scroll-right, and so on, and kept track, based on zoom and so on, of what the leftmost and rightmost points had to be, redrawing only that section. The problems with that approach (for me) turned out to be:
1. Speed: I'm writing for a rather slow target platform ...
2. I want to use the built-in scroll bars, rather than rolling my own.
3. I want smooth scrolling (back to number 1 here, no?). I get that from the picture-box, but at the expense of showing only 32767 pixels worth of points.

Thanks,

Ben
GeneralRe: sizeof Size.Width == Int16???? Pin
J. Dunlap28-Jul-03 11:50
J. Dunlap28-Jul-03 11:50 
AnswerRe: sizeof Size.Width == Int16???? Pin
leppie29-Jul-03 7:53
leppie29-Jul-03 7:53 
QuestionInstall without the dotnetfx.exe? Pin
Jm6k28-Jul-03 8:47
Jm6k28-Jul-03 8:47 
AnswerRe: Install without the dotnetfx.exe? Pin
Not Active28-Jul-03 9:31
mentorNot Active28-Jul-03 9:31 
GeneralRe: Install without the dotnetfx.exe? Pin
Jm6k28-Jul-03 11:15
Jm6k28-Jul-03 11:15 
AnswerRe: Install without the dotnetfx.exe? Pin
Adam Durity1-Aug-03 9:42
Adam Durity1-Aug-03 9:42 
GeneralDebugger Customization Pin
Nathan Blomquist28-Jul-03 2:48
Nathan Blomquist28-Jul-03 2:48 
GeneralRe: Debugger Customization Pin
leppie28-Jul-03 7:03
leppie28-Jul-03 7:03 
General21st Century GUI for .NET Framework 2.x Pin
Anonymous28-Jul-03 2:37
Anonymous28-Jul-03 2:37 
GeneralRe: 21st Century GUI for .NET Framework 2.x Pin
Daniel Turini28-Jul-03 3:48
Daniel Turini28-Jul-03 3:48 
GeneralRe: 21st Century GUI for .NET Framework 2.x Pin
Anonymous28-Jul-03 15:31
Anonymous28-Jul-03 15:31 
GeneralRe: 21st Century GUI for .NET Framework 2.x Pin
popopo31-Jul-03 6:24
popopo31-Jul-03 6:24 
GeneralRe: 21st Century GUI for .NET Framework 2.x Pin
Joey Bloggs31-Jul-03 15:49
Joey Bloggs31-Jul-03 15:49 
GeneralResetting VS.NET Pin
leppie26-Jul-03 9:28
leppie26-Jul-03 9:28 
GeneralRe: Resetting VS.NET Pin
Nick Parker26-Jul-03 10:05
protectorNick Parker26-Jul-03 10:05 
GeneralRe: Resetting VS.NET Pin
leppie26-Jul-03 10:12
leppie26-Jul-03 10:12 
General6.0 to Dot-Net Conversion Pin
Jonmart24-Jul-03 11:03
Jonmart24-Jul-03 11:03 

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.