| Thread | Last Post | Replies |
|
| Even or uneven numbers | 16 Feb 2007 06:05 GMT | 10 |
Is it possible to use or to create a function who gives a result of True or False for even or uneven numbers ? Thank you in advance,
|
| Male vs. female (or vice versa) | 16 Feb 2007 05:30 GMT | 6 |
Heya! It's been awhile since I've posted, but I assure you (Frank, Larry, Mike, Steve, Jerry, Neila, et al ...), I read the other posts religiously. Seeing how the group has gotten a bit colder, how's about
|
| Visual Basic with Wininet under Windows Vista | 15 Feb 2007 23:21 GMT | 1 |
I've got a working VB6 program that reads Internet Explorer cookies using the InternetGetCookie function of the Wininet library. It can't find the cookies under Windows Vista. Even a simple program such as this one here can't:
|
| vb6.0 + ADO + Win Vista = error 2147467259 | 15 Feb 2007 19:43 GMT | 3 |
I have an aplication developed in VB6.0, wok fine in win 98, ME, XP, 2000, 2003, but now dont work in Win Vista. After hours trying resolve the problem, installing MDAC 2.7 and 2.8 , set debug points in code, I have identify where is the bug but I dont
|
| robogeo | 15 Feb 2007 13:27 GMT | 1 |
Do you know a vb program can read exif gps like http://www.robogeo.com/home/ I am looking for a free program Thank you for your link
|
| Detecting LoginName. | 14 Feb 2007 23:45 GMT | 2 |
Suddenly I had problems with finding out the LoginName with which the user logged into their PC (and the Windows NT LAN). I always used the following:
|
| Working Directory | 14 Feb 2007 18:32 GMT | 1 |
I have a third party application that only seems to work right if in the desktop shortcut I add the path in the "Start In:" section. In my VP application, I have a command button that when selected runs this application.
|
| 3D Data Plotting | 14 Feb 2007 15:42 GMT | 2 |
Probably a bit of a long shot but you never know.....Does anyone here have any code for plotting a point in a 3 axis Cartesian grid? Cheers, Michael
|
| Filesystemobject doesnt return the folder.size in case of very large folders | 14 Feb 2007 02:54 GMT | 3 |
I am trying to get the size of a folder using the filesystem object. This code seems to work fine, except for very large folders (i.e. c:\ or c:\Documents and Settings) The code I am using:
|
| Method interface mismatch | 13 Feb 2007 18:29 GMT | 7 |
I'm very new to VB so bear my ignorance. I've built an OCX, via Visual Studio C++, that contains a few method interfaces. When the I reference the OCX within my Visual Basic 6.3 environment, I can see all the defined methods within both the Object
|
| Mouse location | 13 Feb 2007 18:26 GMT | 5 |
My development environment is VB 6.0, and my OS is winxp. I would like to know how to find the mouse location at a control when the mouse is point at that control. The problem is that the mouse "whatever" events will not fire since the mouse is hjhack by other control. Anyway, I ...
|
| how to bind maskedit control | 13 Feb 2007 00:52 GMT | 2 |
I try to use maskedit control in my existing database project (ADO), if I use mask property (="##/##/##"), the error message comes out "Unable to bind textcontol(1)", I am using Data Control to bind my database. How to bind that control while using mask propery?
|
| Columns in a TextBox | 13 Feb 2007 00:43 GMT | 6 |
Columns can be simulated when printing to the screen or a printer by using a *Tab(x)* statement before each variable. Tab() is not allowed when writing to a TextBox. Is there any way to line up data variables other that inserting spaces between
|
| Run form code as soon as the form is opened | 13 Feb 2007 00:41 GMT | 7 |
When unloading one form and opening another form is it possible to have the code in the second form run automatically without having to click on a command button? While printing, how can I force a new page. vbFormFeed does not do it and VB6
|
| Need Help with trig arc functions | 12 Feb 2007 15:41 GMT | 2 |
I need to find VB6 functions which will return 1)arcsin 2)arccos 3)arctan
|