Click here to Skip to main content
15,925,602 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Studio 2008 Pin
Christian Graus28-Aug-07 15:13
protectorChristian Graus28-Aug-07 15:13 
GeneralRe: Visual Studio 2008 Pin
Dave Kreskowiak28-Aug-07 17:24
mveDave Kreskowiak28-Aug-07 17:24 
GeneralRe: Visual Studio 2008 [modified] Pin
ASPnoob28-Aug-07 18:00
ASPnoob28-Aug-07 18:00 
GeneralRe: Visual Studio 2008 Pin
Christian Graus28-Aug-07 18:07
protectorChristian Graus28-Aug-07 18:07 
QuestionSlow Paint Events - vb.net 2005 Pin
nlarson1128-Aug-07 8:42
nlarson1128-Aug-07 8:42 
AnswerRe: Slow Paint Events - vb.net 2005 Pin
Luc Pattyn28-Aug-07 12:36
sitebuilderLuc Pattyn28-Aug-07 12:36 
GeneralRe: Slow Paint Events - vb.net 2005 Pin
nlarson1128-Aug-07 13:02
nlarson1128-Aug-07 13:02 
GeneralRe: Slow Paint Events - vb.net 2005 Pin
Luc Pattyn28-Aug-07 13:23
sitebuilderLuc Pattyn28-Aug-07 13:23 
Hi,

I have no experience with scrolling UserControls, I would not be surprised
if that turns out to be somewhat slow.

I tend to do complex stuff in a lightweight fashion, i.e. by drawing directly
onto the Panel, without any added Controls. It is not the easiest way, but
it gives full control on what gets done how and when, hence also maximum
performance. So if the UserControls are three instances of the same class,
I would consider to redo that class without using any internal Controls.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Slow Paint Events - vb.net 2005 Pin
Dave Kreskowiak28-Aug-07 14:33
mveDave Kreskowiak28-Aug-07 14:33 
GeneralRe: Slow Paint Events - vb.net 2005 Pin
Christian Graus28-Aug-07 15:14
protectorChristian Graus28-Aug-07 15:14 
GeneralRe: Slow Paint Events - vb.net 2005 Pin
nlarson1128-Aug-07 15:38
nlarson1128-Aug-07 15:38 
GeneralRe: Slow Paint Events - vb.net 2005 Pin
Dave Kreskowiak28-Aug-07 17:22
mveDave Kreskowiak28-Aug-07 17:22 
QuestionHelp needed Pin
chintuu128-Aug-07 7:47
chintuu128-Aug-07 7:47 
AnswerRe: Help needed Pin
Dave Kreskowiak28-Aug-07 14:36
mveDave Kreskowiak28-Aug-07 14:36 
QuestionWhat is better code? Pin
Cory Kimble28-Aug-07 7:24
Cory Kimble28-Aug-07 7:24 
AnswerRe: What is better code? Pin
DigiOz Multimedia28-Aug-07 8:03
DigiOz Multimedia28-Aug-07 8:03 
GeneralRe: What is better code? Pin
Cory Kimble28-Aug-07 8:33
Cory Kimble28-Aug-07 8:33 
GeneralRe: What is better code? Pin
DigiOz Multimedia28-Aug-07 8:35
DigiOz Multimedia28-Aug-07 8:35 
AnswerRe: What is better code? Pin
Luc Pattyn28-Aug-07 12:42
sitebuilderLuc Pattyn28-Aug-07 12:42 
QuestionProblem saving a word document using DSOFramer ActiveX control Pin
chirantan.sriram28-Aug-07 4:25
chirantan.sriram28-Aug-07 4:25 
QuestionProblem with updating database [modified] Pin
Cory Kimble28-Aug-07 3:37
Cory Kimble28-Aug-07 3:37 
AnswerRe: Problem with updating database Pin
Dave Kreskowiak28-Aug-07 14:38
mveDave Kreskowiak28-Aug-07 14:38 
GeneralRe: Problem with updating database Pin
Cory Kimble30-Aug-07 11:04
Cory Kimble30-Aug-07 11:04 
GeneralRe: Problem with updating database Pin
Dave Kreskowiak30-Aug-07 11:44
mveDave Kreskowiak30-Aug-07 11:44 
GeneralRe: Problem with updating database [modified] Pin
Cory Kimble31-Aug-07 3:29
Cory Kimble31-Aug-07 3:29 

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.