| Thread | Last Post | Replies |
|
| IsAlphaNumeric Function? | 27 Feb 2004 10:00 GMT | 5 |
I'd like to write a function that returns a boolean value of whether a given string is alphanumeric. I want to use this to verify if a password matches our password rules. Does anybody have any ideas on how I can write the most efficient function to accomplish this Thanks Brad
|
| Writing to a Text file | 27 Feb 2004 01:16 GMT | 3 |
H I'm trying to read and write to a text file. I have been able to read a file, line by line using the "line Input" method. Writing to a file is more difficult however, since I will need to close the file b/w successive writes. I will need to be able to write to the end of the ...
|
| Running C from VB | 26 Feb 2004 19:56 GMT | 2 |
H if there is no way of declaring an unsigned integer in VB. Is it possible to call and run a C routine from VB and get some values returned Please hel Farsad Nasseri
|
| Unsigned Integer | 26 Feb 2004 18:56 GMT | 1 |
H I am trying to translate a C routine into VB6. Is there an equivilant to Unsigned Int in VB? I need to somehow find an unsigned type and I'm having a lot of problems Please Hel Farsad
|
| Serializing an object | 22 Feb 2004 06:47 GMT | 5 |
I have an class which is a collection of objects. I would like to serialize (or cache) the collection and all objects to disk. Is there an easy way to do it?? Ivan
|
| send a exe file, parameters | 21 Feb 2004 01:39 GMT | 6 |
I need to send a program (.exe) parameters that it then will use within the program. What is the coding for this. Can this be done??? Please Help Mike
|
| VB form not refreshing/repainting | 20 Feb 2004 15:46 GMT | 1 |
The controls on my VB form arent refreshing when i call a certain function. I find when i minimise and then Maximise my form that everything comes right and the form is repainted properly. How do i fix this problem in code ? Ive tried:
|
| Saving an Excel workbook password protected | 16 Feb 2004 21:26 GMT | 2 |
Hi, alll... I am here trying to help a frend, since I am not really a VB programmer. This gentleman wrote a piece of code that creates and save an Excel workbook. The line that actually saves the workbook is like that <workbookdata>.SAVEAS <filename Is there anyway that ...
|
| Calling strings from a text file | 15 Feb 2004 14:03 GMT | 4 |
I'm using vb6 and SQL 7.0. I need to declare a string variable from a text file(file1.txt). How can I do this? J
|
| Using VB App (Under Admin) to set File Permissions | 15 Feb 2004 04:11 GMT | 1 |
If a program is run under an administrator account, could we set permissions on certain files in the system? Basically we have a lot of little programs our company uses that need special permissions set (ie Modify permission in system32 but only on that specific file), and we'd ...
|
| Operator Overloading | 12 Feb 2004 18:43 GMT | 1 |
Does VB.NET support overloaded operators? For instance, if I create a complex number class, Complex, can I do code like this? Dim a As New Complex(1.2, 3.4) Dim b As New Complex(5.6, 7.89)
|
| Start VB prog. with "/value" | 11 Feb 2004 13:33 GMT | 1 |
I like to start my VB program vith parameters like "myprogram.exe /myvalue /nextvalue" How can I read the parameters from VB ? Lars
|
| Notification Area of Task bar | 11 Feb 2004 01:25 GMT | 1 |
Where might I find info or examples of sending an application to the Notification area of the Windows task bar(automatically on startup and or when X-Closed)? Thanks
|
| Scrolling 2 scroll bars together in VB6 | 10 Feb 2004 17:09 GMT | 1 |
I am using 2 standard listbox controls and one independent vertical scroller. I want to move the independent vertical scroller to move the other two listboxes accordingly. Each listbox has identical row counts but different data which are associated to each row.
|
| How to check that a form is loaded and visible? | 08 Feb 2004 17:08 GMT | 1 |
In my VB6 program, I have to check whether a form is loaded and visible (to be able to refresh it if it is there). When I use the following statement: If myForm.Visible Then
|