| Thread | Last Post | Replies |
|
| Hide Password on Login Form | 19 Nov 2005 13:21 GMT | 2 |
How do I make the inputted password on the Login Form look like this ***** for security?? Thanks
|
| Software that allows locking and unlocking .exe files | 19 Nov 2005 10:22 GMT | 4 |
Can anyone tell me who makes software such that I can incorporate into my VB .exe features that allow me to set a 2-week time trial on my software .exe such that he needs to enter a registration code in order to operate the software after two weeks?
|
| File Searching in VB6 | 19 Nov 2005 04:33 GMT | 2 |
I am developing a file search utility in VB6 using WinAPI's FindFirstFile and FindNextFile and I am wondering about the affects of Windows File Indexing and how it works. Do I have to write the code to take advantage of Windows File Indexing (if
|
| Get default path in Word | 19 Nov 2005 03:11 GMT | 2 |
Does anyone know how to read out the default path? I 'open' a *.DOT and there is working properly: '= with application.activedocument
|
| assigning a label inside the form code | 19 Nov 2005 03:06 GMT | 5 |
I want to have 3 option buttons that have a label that changes depending on what semester it is. So, for example, I want the first one to say Fall 2005, the second one to say Spring 2006 and the third one to say Summer 2006. I've tried assigning
|
| can upload text files but not image files | 18 Nov 2005 22:30 GMT | 1 |
Im using the following code to upload image files and a text file The text file itself contains the image file name. The code opens the text file reads it .and if it finds the image file name it PUTs it to a remote website folder. It then PUTs the text file and deletes it from the ...
|
| Not sure how to word this - Concatenating variables into another variable? | 18 Nov 2005 21:04 GMT | 4 |
I'm pretty new at VB, and I'm trying to figure out if it's feasible/possible to do the following: (assume strXXX is dim'd As String) strLocation = ComboBox1.SelectedIndex
|
| Determining Credit Card vs. Debit or Check Card | 18 Nov 2005 14:40 GMT | 1 |
There are many functions available that implement credit card identification and number validation -- meaning you can decide, based on the number, if a card is a MasterCard or Visa and if the number passes the Luhn Formula or MOD 10 algorithm for the checksum. What I'm looking ...
|
| Incorporate another application within vb? | 18 Nov 2005 14:22 GMT | 1 |
I have a applciation which currently contains a webbrowser contol. The performance of the webbrowser control is unacceptable and therefore wish to replace it with a stand alone application (developed in C++ (Not MFC)). I was intending to have a dll sitting between the vb app and the ...
|
| Problem with ActiveWindow screenshot | 18 Nov 2005 11:33 GMT | 3 |
I need to take a screenshot of the current window. I am using this code 'To get the Active Window Call keybd_event(vbKeyMenu, 0, 0, 0) ' Press the Alt key Call keybd_event(vbKeySnapshot, 0, 0, 0)
|
| copying a string "A" to string "B" using a pointer to B | 18 Nov 2005 10:17 GMT | 3 |
Hi, I have a pointer to a string which is in form of a long returned by StrPtr() (not a variable to which the string has been assigned), and I need to assign another string to the original string being pointed to. Does anybody know how I can do this. Please ...
|
| Does GotFocus() Only Happen Once? | 18 Nov 2005 04:35 GMT | 3 |
Sorry if this is a dumb question, but here goes. I have a form with several text boxes and I am using a function in each text box's GotFocus() event to trigger an action. The code works perfectly as long as I am moving down through the text boxes, but if I
|
| Drag and Drop | 17 Nov 2005 23:28 GMT | 6 |
Hello all; I've been coding in VB 6.0 for years. However I just ran across a issue with Drag/Drop. Can anyone show me, I won't be insulted if you go step by, how to drag
|
| how to sort a listbox | 17 Nov 2005 22:50 GMT | 7 |
i am a n00b and i'm trying to write some shitty code in MS Excel 97's Visual basic. But in ran into an issue - i really need to sort the content of a listbox. And i can't find anything like "listbox to be sorted" in the listbox's properties windows. so it would be really
|
| DigitalPersona UareU | 17 Nov 2005 22:36 GMT | 1 |
Has anyone used DigitalPersona UareU to login users to your apps? Not as a password, but to identify users by their fingerprint? I've been trying to do this and cannot get it to work. DigitalPersona support will really not commit to me as to whether it is designed to do this or
|