Click here to Skip to main content
15,913,320 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSending Data on Sockets Pin
zakimurtaza21-May-02 21:12
zakimurtaza21-May-02 21:12 
GeneralRe: Sending Data on Sockets Pin
Richard Deeming23-May-02 3:32
mveRichard Deeming23-May-02 3:32 
GeneralServer Applications Pin
Fishbone36521-May-02 17:38
Fishbone36521-May-02 17:38 
GeneralRe: Server Applications Pin
Richard Deeming23-May-02 3:34
mveRichard Deeming23-May-02 3:34 
GeneralRe: Server Applications Pin
Rickard Andersson2027-May-02 1:59
Rickard Andersson2027-May-02 1:59 
GeneralTreeView Pin
20-May-02 2:57
suss20-May-02 2:57 
GeneralRe: TreeView Pin
Vanclei28-May-02 11:00
Vanclei28-May-02 11:00 
GeneralUser Defined Types Pin
Rotti17-May-02 11:52
Rotti17-May-02 11:52 
Is there a way to zero out all variables in a user defined type all at once. I don't want to write a function to set the structure variables to 0.
'Decl
Private m_tBigStruct as Big_Type

----Some Module---

Type Big_Type

.LnAmt as double
.pmtstream(1 to 360) as Pmt_Type
'a bunch more variables go here

end Type

I want to wack the values in m_tbigstruct with one line of code.

-Joe
GeneralUnzip file in Vb.Net Pin
Fishbone36516-May-02 14:39
Fishbone36516-May-02 14:39 
GeneralVisual Basic Installer Pin
Erasmop16-May-02 9:58
Erasmop16-May-02 9:58 
GeneralRe: Visual Basic Installer Pin
Roger Wright16-May-02 10:10
professionalRoger Wright16-May-02 10:10 
GeneralRe: Visual Basic Installer Pin
erasmo17-May-02 9:41
erasmo17-May-02 9:41 
GeneralRe: Visual Basic Installer Pin
Roger Wright17-May-02 10:39
professionalRoger Wright17-May-02 10:39 
GeneralArrays Pin
RaphaelBr16-May-02 4:02
RaphaelBr16-May-02 4:02 
GeneralRe: Arrays Pin
Jerome Conus16-May-02 4:19
Jerome Conus16-May-02 4:19 
General.Net + Socket Pin
RaphaelBr16-May-02 2:51
RaphaelBr16-May-02 2:51 
GeneralRe: .Net + Socket Pin
Nick Parker16-May-02 17:27
protectorNick Parker16-May-02 17:27 
Generalcontinue in VB Pin
Gerosa15-May-02 10:14
Gerosa15-May-02 10:14 
GeneralRe: continue in VB Pin
David Wengier15-May-02 11:39
David Wengier15-May-02 11:39 
Generalsocket Pin
RaphaelBr15-May-02 8:25
RaphaelBr15-May-02 8:25 
GeneralRe: socket Pin
David Wengier15-May-02 11:39
David Wengier15-May-02 11:39 
GeneralGUI Pin
Birdy14-May-02 21:32
Birdy14-May-02 21:32 
GeneralRe: GUI Pin
Smitha Nishant19-May-02 23:39
protectorSmitha Nishant19-May-02 23:39 
GeneralRe: GUI Pin
tiaozi26-May-02 3:36
tiaozi26-May-02 3:36 
GeneralEvents Pin
RaphaelBr14-May-02 9:35
RaphaelBr14-May-02 9:35 

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.