Click here to Skip to main content
15,918,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Is there any simple code to delay 1 second? Pin
Colin Angus Mackay20-Aug-04 11:50
Colin Angus Mackay20-Aug-04 11:50 
AnswerRe: Is there any simple code to delay 1 second? Pin
mikasa23-Aug-04 0:27
mikasa23-Aug-04 0:27 
Generalexit data Pin
Lisana20-Aug-04 9:31
Lisana20-Aug-04 9:31 
GeneralRe: exit data Pin
Colin Angus Mackay20-Aug-04 11:58
Colin Angus Mackay20-Aug-04 11:58 
Generalrow validation Pin
kowplunk20-Aug-04 7:18
kowplunk20-Aug-04 7:18 
Generalupdating data Pin
Lisana20-Aug-04 5:22
Lisana20-Aug-04 5:22 
QuestionHow 2 drag and drop 'items' onto a screen as in visio Pin
gamerPotatoe20-Aug-04 1:48
gamerPotatoe20-Aug-04 1:48 
AnswerRe: How 2 drag and drop 'items' onto a screen as in visio Pin
Dave Kreskowiak20-Aug-04 3:48
mveDave Kreskowiak20-Aug-04 3:48 
If you don't have much experience in VB, your going to have a very difficult time doing this. Your drawing environment is going to have to support Drag and Drop (medium difficulty), and your going to have to be able to walk an object hierarchy that you create by dragging and droping controls that represent network objects and links. This object heirarchy will be populated and connected by objects (controls) that you have to write that conform to a certain Interface, that you must also design. This Interface is a MUST because this is what your hierarchy is going to be built with. Each object will have "must have" properties in it that will supply the data to connect one object to the next.

This is definately NOT a beginner level project. I hope your well versed in Interfaces, Object Classes, and design patterns, because you going to rely on it HEAVILY in the this project. only about 10% of the code your going to write will be for handling painting. The other 90% will be for the object classes themselves, the code to simulate each object, managing the creation and destruction of those objects, managing the heirarchy tree, ...



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: How 2 drag and drop 'items' onto a screen as in visio Pin
gamerPotatoe20-Aug-04 5:00
gamerPotatoe20-Aug-04 5:00 
GeneralRe: How 2 drag and drop 'items' onto a screen as in visio Pin
Dave Kreskowiak20-Aug-04 9:48
mveDave Kreskowiak20-Aug-04 9:48 
GeneralLine Number in VB.NET Pin
ablaze19-Aug-04 22:48
ablaze19-Aug-04 22:48 
GeneralRe: Line Number in VB.NET Pin
Dave Kreskowiak20-Aug-04 1:01
mveDave Kreskowiak20-Aug-04 1:01 
Generalcatastrophic failure Pin
sakthisaravanan19-Aug-04 21:05
sakthisaravanan19-Aug-04 21:05 
GeneralRe: catastrophic failure Pin
Dave Kreskowiak20-Aug-04 1:06
mveDave Kreskowiak20-Aug-04 1:06 
GeneralRe: catastrophic failure Pin
sakthisaravanan20-Aug-04 1:27
sakthisaravanan20-Aug-04 1:27 
GeneralRe: catastrophic failure Pin
Dave Kreskowiak20-Aug-04 3:38
mveDave Kreskowiak20-Aug-04 3:38 
Generalvalidation in datagrid Pin
kowplunk19-Aug-04 9:24
kowplunk19-Aug-04 9:24 
GeneralRe: validation in datagrid Pin
Anonymous19-Aug-04 9:59
Anonymous19-Aug-04 9:59 
GeneralRe: validation in datagrid Pin
kowplunk19-Aug-04 11:38
kowplunk19-Aug-04 11:38 
GeneralByte to file Pin
XGaMeS19-Aug-04 8:44
XGaMeS19-Aug-04 8:44 
GeneralRe: Byte to file Pin
XGaMeS19-Aug-04 9:07
XGaMeS19-Aug-04 9:07 
GeneralRe: Byte to file Pin
XGaMeS19-Aug-04 9:20
XGaMeS19-Aug-04 9:20 
Generalmutiple selected Pin
Lisana19-Aug-04 8:23
Lisana19-Aug-04 8:23 
GeneralRe: mutiple selected Pin
Anonymous19-Aug-04 9:45
Anonymous19-Aug-04 9:45 
GeneralNeed help using swflash.ocx in VB6!! Pin
Fork1819-Aug-04 7:28
Fork1819-Aug-04 7:28 

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.