| Thread | Last Post | Replies |
|
| Custom Textbox Control with Max and Min | 22 Jun 2005 19:08 GMT | 9 |
I've created a custom textbox control (activeX) that performs field validation of numeric inputs which includes (but is not limited to) checks of a max and min range constraint. Here's my problem.
|
| how do I manipulate / edit a string | 22 Jun 2005 18:15 GMT | 21 |
I'm reading a line of text from a text file into a string variable that when read appears like this: myVar = some-text-here awordhere some-text-here is always the same
|
| protecting .mdb tables | 22 Jun 2005 18:10 GMT | 2 |
I'm rewriting a small app (that I have a few sales on,)and am changing from storing my data in text files to a single Access2000 database.The database in not relational just five or six tables,and while the data on the tables is not unique,it is readily available in different
|
| VB.net | 22 Jun 2005 17:04 GMT | 3 |
I want to learn about Visual Basic .net Where can i find online tutorials???? Khalil
|
| VBS | 22 Jun 2005 16:58 GMT | 14 |
Sorry for asking what is probably a really obvious question but I am a recent convert from VBA to VB. How do you create a VBS file - I realise that you can just use notepad and then save it as vbs but I wanted to try and debug the code in the VB console
|
| VBScript Exit Program Clears Variables from Memory? | 22 Jun 2005 16:23 GMT | 2 |
Firstly, sorry for posting a questions about VBscript in a Visual Basic Forum, I was unable to find the VBscript forum from he microsoft web based applet. Okay, this may sound like a dumb questions, but here goes. Does VBscript
|
| Registry | 22 Jun 2005 15:36 GMT | 2 |
I know the registry APIs. I know how to read/write/modify the current registry. How can you do the same for other accounts for HKCU? I assume you must be an admin to modify other accounts, but could users read other accounts registry?
|
| Object Library | 22 Jun 2005 13:41 GMT | 4 |
Can you create an object library in visual basic and if you can, can someone suggest a good article on this subject. I know you can save your dll and the remote server components, but I keen to look at advanced Collection Class structures, where a class is third or fourth ...
|
| Point click and copy text (like atomica/gurunet) | 22 Jun 2005 11:42 GMT | 5 |
Any suggestions on where to get started? Thanks
|
| VB Compile Error - Public Library Link | 22 Jun 2005 08:26 GMT | 4 |
Hi we've inherited some code in VB5 and we can compile and run fine bu when we create exe it fails near the end at the writing EXE stage There are a couple of OCX and DLL's linked to the project but they ar all registered on the workstation. The error we are getting i
|
| VB 6 app crashes on windows 2003 server | 22 Jun 2005 06:45 GMT | 1 |
Hi all. I have an app written in vb 6 that has been tested on win 98, win 2k, win xp home, win xp pro. The app works fine on all of these operating systems. However, the app has trouble on windows server family operating systems. Specifically Win 2k server and windows
|
| installer hangs with vb 6.0 launching | 22 Jun 2005 03:19 GMT | 10 |
It's been a couple of weeks since I have used vb 6.0 and when I tried to start it the other day, it hung up with the message - Windows Installer Preparing to Install - I don't know if anything was changed on my PC in the last 2 weeks. I have tried to uninstall and reinstall ...
|
| Querying userdomain for currently logged in user | 21 Jun 2005 21:44 GMT | 13 |
We are in a multiple trusted domain environment and I am looking to determine which domain the logged in user is logged into. People can have accounts with the same SID in multiple domains. I have seen the post here about using the: Environ$("USERDOMAIN") to extract the domain ...
|
| VB Version????? | 21 Jun 2005 21:22 GMT | 6 |
I have a current application that runs under Microsoft Access. I would like to make this application a stand alone package and was thinking about converting it to Visual Basic. My current software will run on any operating system from Windows 95 to XP. Is there a VB version ...
|
| Two Arguments in a User Control Property | 21 Jun 2005 20:33 GMT | 5 |
Can you have two arguments in a user control property? If so, how does that work? I'm trying to make sure that the user properly sets a pair of dependent properties. (ie., if one property is set, the other must be set as well)
|