Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
GeneralRe: Wrapping Outlook's database... Pin
Heath Stewart12-Feb-04 12:03
protectorHeath Stewart12-Feb-04 12:03 
GeneralListView Pin
Gary Kirkham12-Feb-04 10:20
Gary Kirkham12-Feb-04 10:20 
GeneralRe: ListView Pin
Heath Stewart12-Feb-04 11:15
protectorHeath Stewart12-Feb-04 11:15 
GeneralRe: ListView Pin
Gary Kirkham12-Feb-04 13:46
Gary Kirkham12-Feb-04 13:46 
GeneralRe: ListView Pin
Heath Stewart12-Feb-04 15:37
protectorHeath Stewart12-Feb-04 15:37 
GeneralCustom scrolling on control Pin
Judah Gabriel Himango12-Feb-04 10:00
sponsorJudah Gabriel Himango12-Feb-04 10:00 
GeneralRe: Custom scrolling on control Pin
Heath Stewart12-Feb-04 11:09
protectorHeath Stewart12-Feb-04 11:09 
GeneralRe: Custom scrolling on control Pin
Judah Gabriel Himango12-Feb-04 15:01
sponsorJudah Gabriel Himango12-Feb-04 15:01 
I would love to be able to just inherit my control from ScrollableControl and let Windows deal with it. However, since the objects I'm drawing on my control are not System.Windows.Forms.Controls (indeed, I'm just drawing text, not adding controls), the scrollbars never show up, even if I turn on .AutoScroll property. It seems ScrollableControl is used only for a control in which you have actual controls being added to your control...unfortunately I only have text. So, please correct me if I'm wrong, but I don't think ScrollableControl will work in this particular situation unless I'm overlooking something.

I am familiar with Windows programming and the message pump (I've done MFC and ATL development in the past), I was just hoping for an easy solution to the problem. Smile | :) I'll look into the double buffering, though, before jumping into the WinProc override.

As always Heath, thanks for the informative reply.

The graveyards are filled with indispensible men.
GeneralRe: Custom scrolling on control Pin
Heath Stewart12-Feb-04 15:34
protectorHeath Stewart12-Feb-04 15:34 
GeneralRe: Custom scrolling on control Pin
Heath Stewart12-Feb-04 11:11
protectorHeath Stewart12-Feb-04 11:11 
GeneralBest algorithm... Pin
profoundwhispers12-Feb-04 9:09
profoundwhispers12-Feb-04 9:09 
GeneralRe: Best algorithm... Pin
Heath Stewart12-Feb-04 11:04
protectorHeath Stewart12-Feb-04 11:04 
GeneralWriting to app.config... Pin
profoundwhispers12-Feb-04 8:34
profoundwhispers12-Feb-04 8:34 
GeneralRe: Writing to app.config... Pin
Heath Stewart12-Feb-04 8:54
protectorHeath Stewart12-Feb-04 8:54 
GeneralRe: Writing to app.config... Pin
profoundwhispers12-Feb-04 9:10
profoundwhispers12-Feb-04 9:10 
Generalfinding bad resource strings on compile Pin
elena1234512-Feb-04 8:30
elena1234512-Feb-04 8:30 
GeneralRe: finding bad resource strings on compile Pin
leppie12-Feb-04 8:44
leppie12-Feb-04 8:44 
GeneralRe: finding bad resource strings on compile Pin
elena1234512-Feb-04 8:56
elena1234512-Feb-04 8:56 
GeneralRe: finding bad resource strings on compile Pin
Kentamanos12-Feb-04 9:05
Kentamanos12-Feb-04 9:05 
GeneralRe: finding bad resource strings on compile Pin
Heath Stewart12-Feb-04 8:59
protectorHeath Stewart12-Feb-04 8:59 
GeneralInvoke Method Compact Framework Pin
MobileLover12-Feb-04 7:52
MobileLover12-Feb-04 7:52 
GeneralRe: Invoke Method Compact Framework Pin
leppie12-Feb-04 8:47
leppie12-Feb-04 8:47 
GeneralRe: Invoke Method Compact Framework Pin
MobileLover12-Feb-04 10:43
MobileLover12-Feb-04 10:43 
GeneralWaiting for a form box to finish Pin
spindar12-Feb-04 6:02
spindar12-Feb-04 6:02 
GeneralRe: Waiting for a form box to finish Pin
Mazdak12-Feb-04 6:06
Mazdak12-Feb-04 6:06 

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.