| Thread | Last Post | Replies |
|
| 55 File already open using vbSendMail open source | 03 Mar 2005 14:30 GMT | 1 |
I am using the vbSendmail.dll from www.freevbcode.com. I have it working on my developement PC. I tried installing my app on another XP machine and get the following error...
|
| Newbee: problem with transfering data to new form | 03 Mar 2005 14:26 GMT | 6 |
I'm new at programming in VB I have VB6 and made a small programm which i can use to add data into sql server. Now i want to be able to read this data so i made a form wich will search
|
| Determine if use has admin privileges? | 03 Mar 2005 14:22 GMT | 4 |
Is there a way to determine if the user running an ActiveX control has Admin privileges? I'd prefer not to have to include a DLL if possible, so trapping an error would be better than importing a DLL and calling a function.
|
| Two simple questions about VB IDE | 03 Mar 2005 13:45 GMT | 4 |
I have two simple questions about VB IDE for you : - Vb always record the projects we open and shows the record on the bottom of file menu. How can I clear it ?
|
| How to read XML file from VB6.0 | 03 Mar 2005 12:54 GMT | 5 |
I created one XML file.Now i want to read data from that XML file,How can i read?what reference i have to give? i used the following code,but it gives error while trying to load "The system can not locate the specified resource".
|
| read text file problem again... | 03 Mar 2005 12:29 GMT | 6 |
I use TextStream object to read and write files, but got a blank output file. I think it's because it doesn't read the input file by lines, it reads the whole file as one string instead. For example, the input file is:
|
| Enable property | 03 Mar 2005 09:21 GMT | 5 |
I have an app with about 20 text boxes ... some are disabled from time to time. When disabled, they are 'dimmed' almost to a point of not being readable on some systems/monitors. Can this 'dimming' feature be defeated somehow? It serves me no purpose.
|
| newbee almost there!!! form closing error, program causes page fau | 03 Mar 2005 09:18 GMT | 4 |
PROGROUPLOOKUP caused an invalid page fault in module MSADO15.DLL at 017f:1f467cff. Registers: EAX=00000001 CS=017f EIP=1f467cff EFLGS=00010202
|
| .ini file beginner | 03 Mar 2005 09:07 GMT | 1 |
I'm writing and getting an ini file. It works fine, but I still have a few questions... Here's my code: MODULE:
|
| Very Large Numbers | 03 Mar 2005 06:15 GMT | 10 |
In VB6 I am trying to display very large numbers. I am using a datatype of double. If I do not format the number, at some point it starts to display in exponential notation. If I format to "###,###, etc) I end up losing some characters. The number of digits saam to be correct ...
|
| Inheritable Permissions checkbox | 03 Mar 2005 05:58 GMT | 1 |
Hi. I am looking for a way to check the Allow inheritable permissions checkbox on the Advanced button of the security tab... via vbscript. Anyone have any insight on how to accomplish this? Any help is appreciated. ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet ...
|
| Adding minutes to a date? | 03 Mar 2005 00:15 GMT | 5 |
I have a date/time variable written as DD/MM/YYYY HH:MM:SS. For example 02/03/2005 22:10:00. I would like to be able to add N minutes to this date. How would i go about doing this? Thanks
|
| need icon image to show up as option in project properties, not ju | 03 Mar 2005 00:04 GMT | 2 |
need icon image to show up as option in project properties, now I can onlyu choose the form icon from the project > properties > Make Tab > Icon dropdown list box. How or where do I place my icon image so it will become a choice in this
|
| What do REAL programmers do? | 02 Mar 2005 23:51 GMT | 39 |
I have a REAL beginners question, and I pray that someone will take a bit of time to tell me what would be the best "direction" to be taking if I want to make a decent VB6 application. Once an application is finished with, and distributed over several
|
| Searching Text Files | 02 Mar 2005 23:50 GMT | 8 |
I know this has been addressed many times but I just spent all morning on google groups and have yet to figure this out. I download a web page and save it locally.
|