Click here to Skip to main content
16,005,241 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Read This Pin
Volodya Orlenko18-Feb-02 7:09
Volodya Orlenko18-Feb-02 7:09 
GeneralSecuring (Licenscing) and ActiveX DLL Pin
noirs12-Feb-02 10:31
noirs12-Feb-02 10:31 
GeneralRe: Securing (Licenscing) and ActiveX DLL Pin
alex.barylski16-Feb-02 14:45
alex.barylski16-Feb-02 14:45 
GeneralWebBrowser Control (version 4 and 5 compatibility) Pin
noirs12-Feb-02 10:29
noirs12-Feb-02 10:29 
Generalfind and replace (simple VBA) Pin
12-Feb-02 6:39
suss12-Feb-02 6:39 
GeneralRe: find and replace (simple VBA) Pin
Volodya Orlenko17-Feb-02 23:16
Volodya Orlenko17-Feb-02 23:16 
Generalcopying objects - newbie question Pin
10-Feb-02 19:40
suss10-Feb-02 19:40 
GeneralRe: copying objects - newbie question Pin
Jeremy Falcon18-Feb-02 9:57
professionalJeremy Falcon18-Feb-02 9:57 
AFAIK you'll have to create your own copy contstructor. If you simply do a Object1 = Object2, VB will use a default property for the object.

To illustrate this point, create a blank form and place two frames on it and two command buttons. For the Command2 set the CausesValidation property to False (default is True). Run the following code...

<br />
Private Sub Form_Load()<br />
<br />
Frame1 = Frame2<br />
Command1 = Command2<br />
<br />
MsgBox Command1<br />
<br />
End Sub<br />


Notice the second frame now has the caption of the first. The first command button now has CausesValidation set to false, as shown by the message box.

Hope this helps.


Jeremy L. Falcon
"The One Who Said, 'The One Who Said...'"
GeneralRe: copying objects - newbie question Pin
Klaus Probst28-Feb-02 10:54
Klaus Probst28-Feb-02 10:54 
GeneralRenaming Developer Studio Toolbars by VB Hooks Pin
6-Feb-02 17:51
suss6-Feb-02 17:51 
GeneralVisual Basic application----Please Help!! Pin
peregrinus6-Feb-02 9:00
peregrinus6-Feb-02 9:00 
GeneralRe: Visual Basic application----Please Help!! Pin
6-Feb-02 11:51
suss6-Feb-02 11:51 
GeneralRe: Visual Basic application----Please Help!! Pin
tppradeep1812-Feb-02 23:10
tppradeep1812-Feb-02 23:10 
QuestionWhat is the way to add something from Flash5 to VB6?? Pin
Ahuva6-Feb-02 8:32
Ahuva6-Feb-02 8:32 
AnswerRe: What is the way to add something from Flash5 to VB6?? Pin
tppradeep1812-Feb-02 23:14
tppradeep1812-Feb-02 23:14 
QuestionHow can I use FSO instructions in my project?? Pin
Ahuva6-Feb-02 8:22
Ahuva6-Feb-02 8:22 
AnswerRe: How can I use FSO instructions in my project?? Pin
Jon Gohr7-Feb-02 3:57
Jon Gohr7-Feb-02 3:57 
GeneralRe: How can I use FSO instructions in my project?? Pin
Ahuva7-Feb-02 4:50
Ahuva7-Feb-02 4:50 
GeneralRe: How can I use FSO instructions in my project?? Pin
Volodya Orlenko7-Feb-02 23:54
Volodya Orlenko7-Feb-02 23:54 
GeneralScrolling the ScrollBars Pin
Firoz4-Feb-02 19:18
Firoz4-Feb-02 19:18 
GeneralRe: Scrolling the ScrollBars Pin
Jeremy Falcon15-Feb-02 11:09
professionalJeremy Falcon15-Feb-02 11:09 
Generalscanner interaction with vb through API or any solution Pin
3-Feb-02 5:28
suss3-Feb-02 5:28 
GeneralRe: scanner interaction with vb through API or any solution Pin
3-Feb-02 21:32
suss3-Feb-02 21:32 
GeneralImplementing Sound into VBasic Programs Pin
Aleksey Suvorov3-Feb-02 4:57
Aleksey Suvorov3-Feb-02 4:57 
GeneralRe: Implementing Sound into VBasic Programs Pin
James R. Twine6-Feb-02 4:37
James R. Twine6-Feb-02 4:37 

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.