Click here to Skip to main content
16,010,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to add multiple rows to Datagrid Pin
AnuPinky10-Jun-03 20:10
AnuPinky10-Jun-03 20:10 
AnswerRe: How to add multiple rows to Datagrid Pin
nisevoli11-Jun-03 6:25
nisevoli11-Jun-03 6:25 
GeneralRe: How to add multiple rows to Datagrid Pin
Anonymous12-Jun-03 8:17
Anonymous12-Jun-03 8:17 
GeneralRe: How to add multiple rows to Datagrid Pin
nisevoli15-Jun-03 14:37
nisevoli15-Jun-03 14:37 
QuestionLightweight controls? Pin
newalfi10-Jun-03 9:47
newalfi10-Jun-03 9:47 
AnswerRe: Lightweight controls? Pin
J. Dunlap10-Jun-03 10:46
J. Dunlap10-Jun-03 10:46 
GeneralRe: Lightweight controls? Pin
newalfi10-Jun-03 19:50
newalfi10-Jun-03 19:50 
GeneralRe: Lightweight controls? Pin
J. Dunlap10-Jun-03 21:41
J. Dunlap10-Jun-03 21:41 
Perhaps you could do this:
Make a class that represents a flight card. Make an array of objects of that type in your form class. Each time you re-draw the form, draw each flight card object in the array directly onto your form (or a single picture box on your form). You might want to set AutoRedraw to True, so that you don't have to re-draw all 200 cards every time the form re-paints. This way, you'll just have to re-draw every time the cards change.

HTH


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: Lightweight controls? Pin
newalfi11-Jun-03 5:32
newalfi11-Jun-03 5:32 
GeneralShell Extension Handler using VB.NET Pin
AlfredoDS10-Jun-03 0:18
AlfredoDS10-Jun-03 0:18 
GeneralAccess DataGrid from other application Pin
cybrgeek9-Jun-03 14:12
cybrgeek9-Jun-03 14:12 
GeneralMSComm problems Pin
NetDave9-Jun-03 13:55
NetDave9-Jun-03 13:55 
GeneralEmail and VB.Net Pin
brettdonovan9-Jun-03 4:14
brettdonovan9-Jun-03 4:14 
GeneralRe: Email and VB.Net Pin
Nick Seng9-Jun-03 16:11
Nick Seng9-Jun-03 16:11 
GeneralPrint Listview Control Contents to Printer Pin
pradipta8-Jun-03 23:06
pradipta8-Jun-03 23:06 
QuestionHow to add a total row in datagrid Pin
allanli8-Jun-03 17:35
allanli8-Jun-03 17:35 
GeneralPromblem with dynamically creating comboboxes in VS.NET 2K3 Pin
David San Filippo6-Jun-03 9:09
David San Filippo6-Jun-03 9:09 
Questionhow to use vb write application to communicate between computer and operator mechine??? Pin
yeowlee4u6-Jun-03 3:30
yeowlee4u6-Jun-03 3:30 
AnswerRe: how to use vb write application to communicate between computer and operator mechine??? Pin
Dave Kreskowiak6-Jun-03 8:54
mveDave Kreskowiak6-Jun-03 8:54 
Questionhow to use vb to communicate with operator machine??? Pin
siong6-Jun-03 3:26
siong6-Jun-03 3:26 
QuestionHow to transfer files using http Pin
Anonymous6-Jun-03 1:29
Anonymous6-Jun-03 1:29 
AnswerRe: How to transfer files using http Pin
parths15-Jun-03 17:14
parths15-Jun-03 17:14 
GeneralVSS Issue Pin
s_rajarshi5-Jun-03 22:13
s_rajarshi5-Jun-03 22:13 
GeneralMicrosoft Agent Problem Pin
Kareem Shaker5-Jun-03 15:17
Kareem Shaker5-Jun-03 15:17 
Generalusing the 'Print' statement in VB Pin
nebbish5-Jun-03 13:32
nebbish5-Jun-03 13:32 

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.