| Thread | Last Post | Replies |
|
| All About XP .. | 31 Jan 2006 23:38 GMT | 16 |
just wondering where does the password go after it's created ??? coz it really make me confuse since i'm using xp .. what if u forgot ur password, how can u get it ??
|
| Using Control Array in User Control | 31 Jan 2006 21:17 GMT | 7 |
I am trying to create a user control containing a control array, it does not seem to work. Does anyone know how to do it? Thanx.
|
| .dat retrieval and display | 31 Jan 2006 20:22 GMT | 4 |
Hi am working on an app that uses .dat file to store and retrieve. Sending to the file is fine, but the retrieval won't. Code is: Private Sub cmdDisplayFile_Click() Dim index As Integer
|
| Q: Floating Windows in VB6 | 31 Jan 2006 17:46 GMT | 1 |
Hello group, If you look at the query designer in Microsoft Access, or even .NET, the diagram pane allows you to move and resize the table window within it. Is there anyway to duplicate this feature in VB6 that does not involve
|
| NetWork Stream problem.. i gave up :( | 31 Jan 2006 17:08 GMT | 1 |
hi guys... im writing a client/server application that uses tcpclient/tcplistener to do the comunications... i defined a tcpclient object called "client" and a networkStream called
|
| How to protect software? | 31 Jan 2006 15:50 GMT | 3 |
I have developed a small program (3MB) that is used as a tool form bigger business application. This tool program is password protected and I know all users, but I fear that this tool is being passed to clients of business application - together with password. This means
|
| using word.application in VB | 31 Jan 2006 15:18 GMT | 4 |
I am trying to extract the characters from a word document within a VB6 app by declaring a WORD.APPLICATION object, Adding a WORD.DOCUMENT object and then trying to access the character array. It appears what I thought was a character array is not.
|
| make vb6 exe run only on specified computer?... | 31 Jan 2006 15:04 GMT | 3 |
Is it possible to make a vb6 .exe run on one specific computer alone? Is there a method the computer information (Mac address etc.) can be coded into the program? The objective is to limit users from copying the exe and running it on
|
| Eliminate duplication in an array | 31 Jan 2006 14:23 GMT | 11 |
Using VB6 I have created an array using numbers (from 0 - 24). I want to randomize the numbers to fill the array but if a duplicate number is generated by the random function, disregard that number and go on to the next until I have 10 unique numbers. Any help would be greately ...
|
| VB.NET Shutdown from text file | 31 Jan 2006 14:04 GMT | 3 |
Let me start by saying I am a noob to VB.net and am not a programmer. I am trying to learn and would like to get this to work... I have users that leave their computers on all night and I want them to shut them off. Local admin is removed from the computers, so I had
|
| How to create an array of images | 31 Jan 2006 09:40 GMT | 5 |
How should I do to create an array of all my image objects found at my form. The code below does not compile. I dont understand why? What I want to do is to create an array of all image objects found at my main form. I want to access these using an index into the array, but
|
| Passing values from one vb application to another vb application | 31 Jan 2006 08:13 GMT | 2 |
can any one help me to pass the value from one vb application to another vb application. Regards M. Subbaiah
|
| VB 2005 Express..NOT OT...really! | 31 Jan 2006 03:08 GMT | 17 |
So I made a comment a few days ago about it being time to try .Net, the Express Edition. Apparently not yet. Of course I didn't read the 'requirements' on the d/l page, but VB2005EE REQUIRES SP2 to be installed on an XP computer.
|
| Text To Speech in VB6 | 31 Jan 2006 01:59 GMT | 5 |
While browsing through the Microsoft web pages I found a sample VB program which uses the Microsoft Text-To-Speech control to convert text to speech in a Visual Basic program. Although I was searching in the VB6 section the sample code seems to be for a VB net program.
|
| VB6---.NET | 31 Jan 2006 01:41 GMT | 11 |
Is VB2005 a new version in the .NET series? Or does it reintroduce elements from VB6? Which family tree does it reside in? I am beginning to have some customer resistance because the VB6 installer is
|