Summary: Are you using VB6 or VB.Net because there is a huge difference in the way variables are passed. In VB6 they are passed by reference by default which m...
Summary: I have this program I wrote in VB.net. Basicly the program is messager that uses NTs Net Send service to send a message to a computer on a LAN. I w...
Summary: Can anyone help me on this question. I know the answer is either b or c But what i am not able to get is which code is more memory efficient.I will be...
Summary: Can anyone help me on these 10 questions. I will be really thankful. 1) Which of the following two ways of declaring a structure and variable is corr...
Summary: LDAP is one method in which you can bind. I use it to bind to the object's path as well as directly to the object via the global unique identifier. Fo...
Summary: VB passes the value of a variable to a function by default. C++ passes the address by default. Therefor when calling a DLL function from VB, which are...
Summary: How do I set environment variables in VB.NET? I tried shelling out -> set myvar="myval" But that doesn't work. I know Environ("myvar") gets the value...
Summary: I'm pretty sure that you've probably already read this in your book, but the scope of structures are public by default, and classes are private by def...
Summary: To make this work you should use the following code. Private Sub Display_Click() Text1.Text = form1.j End Sub Unloading form1 caases the variable to ...
Summary: I have source for a C project that I have compiled as a DLL and am accessing its functions from a VB.NET Program. I have successfully been able to ca...
Summary: If you are trying to build specialized VCR-type buttons, you would be better off using pre-designed buttons of that type. Realize this, most pc users ...
Summary: I was compiling an exe I was working on and half way through, VB crashed. I got the error reporting thing but clicked dont send. When I went into the ...
Summary: For your consideration: Since you don't have much programming experience, I suggest you forget about VB .NET and learn C# (if you want to learn a .NET...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an acce...
Summary: I am using the "sytem("net send") command in a C++ program I am writing. I want the actual command that is sent to the consol to be "net send user mes...
Summary: Hello, i'm just messing around right now in C++ and i'm trying to make my own little "search" utility b/c the one in windows xp is horribly slow and i...
Summary: trying to work with really big numbers here...not sure what to do. i have a number being multiplied by itself a very large amount of times, and then f...
Summary: sup guys! i'm self-studying vb.net and the first thing i tried to do is a simple multi-document text editor. i created a public property called Filena...
Summary: Hi In VB .net how do you delcare a varible which can be used throughout an application? For instance in one form I have the varible in code... dim Ver...
Summary: I'm trying to write a program that asks the user for for a couple parameters and then uses system("") to run a unix shell command. I can't seem to ge...
Summary: Has anyone experienced a system completely freezeing from an application they have written in Visual Basic 6 ? I have been told that VB programs CANN...
Summary: I am working on a VB.Net project that works with an Access Database for storage, and I am working out some reporting options. I need to Graph some in...
Summary: Hello! I needed someone's help regarding vb.net. Well, you see, I'm using vb.net to create a plug-in for windows media, a database authentication plu...