Click here to Skip to main content
15,891,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: update table programitaclly Pin
Mycroft Holmes5-Feb-12 22:14
professionalMycroft Holmes5-Feb-12 22:14 
QuestionGraphic in DataGridView problem Pin
Mangore755-Feb-12 14:10
Mangore755-Feb-12 14:10 
AnswerRe: Graphic in DataGridView problem Pin
Richard MacCutchan5-Feb-12 23:29
mveRichard MacCutchan5-Feb-12 23:29 
GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 6:24
Mangore756-Feb-12 6:24 
GeneralRe: Graphic in DataGridView problem Pin
Richard MacCutchan6-Feb-12 6:33
mveRichard MacCutchan6-Feb-12 6:33 
GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 8:26
Mangore756-Feb-12 8:26 
GeneralRe: Graphic in DataGridView problem Pin
Richard MacCutchan6-Feb-12 9:30
mveRichard MacCutchan6-Feb-12 9:30 
AnswerRe: Graphic in DataGridView problem Pin
Luc Pattyn6-Feb-12 0:23
sitebuilderLuc Pattyn6-Feb-12 0:23 
And then:

1. g = Me.CreateGraphics() is an expensive operation; why is it inside nested loops?
2. Graphics is one of those classes that offer a Dispose method; so if you create (or order creation) of an instance, you should dispose of it too.

Taken together, create once, dispose once.

D'Oh! | :doh:
Luc Pattyn [My Articles] Nil Volentibus Arduum

Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.

GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 6:22
Mangore756-Feb-12 6:22 
AnswerRe: Graphic in DataGridView problem Pin
Luc Pattyn6-Feb-12 6:33
sitebuilderLuc Pattyn6-Feb-12 6:33 
QuestionGetting a table Pin
Dalek Dave5-Feb-12 8:50
professionalDalek Dave5-Feb-12 8:50 
AnswerRe: Getting a table Pin
ChandraRam5-Feb-12 22:07
ChandraRam5-Feb-12 22:07 
GeneralRe: Getting a table Pin
Dalek Dave6-Feb-12 1:49
professionalDalek Dave6-Feb-12 1:49 
QuestionCrystal report problem Pin
Pasan1485-Feb-12 4:25
Pasan1485-Feb-12 4:25 
AnswerRe: Crystal report problem Pin
Dave Kreskowiak5-Feb-12 7:38
mveDave Kreskowiak5-Feb-12 7:38 
QuestionCreate Pdf Viewer disable SaveAs option Pin
Arul Suman4-Feb-12 23:28
Arul Suman4-Feb-12 23:28 
AnswerRe: Create Pdf Viewer disable SaveAs option Pin
Abhinav S4-Feb-12 23:40
Abhinav S4-Feb-12 23:40 
GeneralRe: Create Pdf Viewer disable SaveAs option Pin
Arul Suman4-Feb-12 23:47
Arul Suman4-Feb-12 23:47 
GeneralRe: Create Pdf Viewer disable SaveAs option Pin
Abhinav S4-Feb-12 23:54
Abhinav S4-Feb-12 23:54 
GeneralRe: Create Pdf Viewer disable SaveAs option Pin
Eddy Vluggen5-Feb-12 0:17
professionalEddy Vluggen5-Feb-12 0:17 
QuestionCreate Pdf Viewer Pin
Arul Suman4-Feb-12 23:22
Arul Suman4-Feb-12 23:22 
AnswerRe: Create Pdf Viewer Pin
Abhinav S4-Feb-12 23:42
Abhinav S4-Feb-12 23:42 
GeneralRe: Create Pdf Viewer Pin
Arul Suman4-Feb-12 23:52
Arul Suman4-Feb-12 23:52 
GeneralRe: Create Pdf Viewer Pin
Eddy Vluggen5-Feb-12 0:18
professionalEddy Vluggen5-Feb-12 0:18 
GeneralRe: Create Pdf Viewer Pin
Arul Suman5-Feb-12 0:51
Arul Suman5-Feb-12 0:51 

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.