Click here to Skip to main content
15,905,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Combobox in DatagridView Pin
Paul Conrad29-Jul-07 8:54
professionalPaul Conrad29-Jul-07 8:54 
QuestionRe: Combobox in DatagridView Pin
ryan11729-Jul-07 8:56
ryan11729-Jul-07 8:56 
Questionwriting in a new line Pin
alhomed4429-Jul-07 3:49
alhomed4429-Jul-07 3:49 
AnswerRe: writing in a new line Pin
Paul Conrad29-Jul-07 6:03
professionalPaul Conrad29-Jul-07 6:03 
AnswerRe: writing in a new line Pin
Naji El Kotob29-Jul-07 12:38
Naji El Kotob29-Jul-07 12:38 
AnswerRe: writing in a new line Pin
Christian Graus29-Jul-07 12:58
protectorChristian Graus29-Jul-07 12:58 
QuestionDrawing a Line Pin
Reza1228-Jul-07 23:43
Reza1228-Jul-07 23:43 
AnswerRe: Drawing a Line Pin
Luc Pattyn29-Jul-07 0:51
sitebuilderLuc Pattyn29-Jul-07 0:51 
You should draw everything in the Paint handler
The Paint event gets fired whenever:
- something changed in the environment, e.g. your form got covered then uncovered
by something else
- the form's size changed (maybe minimize/restore, maximize/restore, regular resize)
- your code calls Invalidate()

So when your internal data changes and a repaint is needed, call Invalidate(),
dont paint things yourself outside the Paint handler.

Smile | :)


AnswerRe: Drawing a Line Pin
Christian Graus29-Jul-07 12:58
protectorChristian Graus29-Jul-07 12:58 
QuestionReportViewer Experts: How to show multiple records one at a time? [modified] Pin
Jeff Bowman28-Jul-07 18:43
professionalJeff Bowman28-Jul-07 18:43 
AnswerRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 18:51
professionalPaul Conrad28-Jul-07 18:51 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 19:00
professionalJeff Bowman28-Jul-07 19:00 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 19:25
professionalPaul Conrad28-Jul-07 19:25 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 19:42
professionalJeff Bowman28-Jul-07 19:42 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 19:46
professionalPaul Conrad28-Jul-07 19:46 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 20:01
professionalJeff Bowman28-Jul-07 20:01 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 20:04
professionalPaul Conrad28-Jul-07 20:04 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 21:45
professionalJeff Bowman28-Jul-07 21:45 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 19:59
professionalPaul Conrad28-Jul-07 19:59 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 21:45
professionalJeff Bowman28-Jul-07 21:45 
JokeRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Luc Pattyn29-Jul-07 0:56
sitebuilderLuc Pattyn29-Jul-07 0:56 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad29-Jul-07 2:55
professionalPaul Conrad29-Jul-07 2:55 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Luc Pattyn29-Jul-07 3:02
sitebuilderLuc Pattyn29-Jul-07 3:02 
QuestionUsing DirectInput Pin
Klazen28-Jul-07 17:33
Klazen28-Jul-07 17:33 
AnswerRe: Using DirectInput Pin
Vasudevan Deepak Kumar28-Jul-07 22:11
Vasudevan Deepak Kumar28-Jul-07 22:11 

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.