| Thread | Last Post | Replies |
|
| newbie - null values | 08 Jun 2004 21:32 GMT | 2 |
I am looking for help working around null values in an update routine. My form provides users the opportunity to supply values for some fields which may not be available at data entry time.
|
| Cast in Stone | 08 Jun 2004 17:36 GMT | 7 |
Everyone seems to be in the mood for OT postings at the moment, so I thought I'd ask if anyone knows whether it really is *essential* for a heavy resin / stone cast shower tray to be bedded onto a thin layer of mortar or if maybe just a few squirts of silicon dotted about here and ...
|
| Date Conversion | 08 Jun 2004 15:31 GMT | 1 |
intYear=2004 intMonth=06 I want to convert intYear & intMonth to 06/01/2004 thru 06/30/2004. Is there a way? And if it's Feb the endining day will be 28 if its Jan it will be 31
|
| Date Conversions | 08 Jun 2004 15:29 GMT | 1 |
intYear=2004 intMonth=06 I want to convert intYear & intMonth to 06/01/2004 thru 06/30/2004. Is there a way? And if it's Feb the endining day will be 28 if its Jan it will be 31
|
| Rotating printed text. | 08 Jun 2004 14:38 GMT | 4 |
Can anyone please help me with a little advice? I've designed a plotter template which I produce using Printer.Line commands to make a series of boxes. They are made this way to give absolute positional accuracy using a specific printer, so they can later be used on an analogue X-Y ...
|
| Info in Exe File | 08 Jun 2004 12:31 GMT | 4 |
There's a lot of info contained in an exe complied in VB, Some info can be viewed simple by looking at the properties of the file, look a bit deeper and you can find the names of forms and controls, String literals, API functions used by the exe and even the path of the .vbp file of ...
|
| Making DLLs | 08 Jun 2004 11:14 GMT | 29 |
How do I make a DLL? And what is the purpose of them exactly?
|
| Position a custom toolbar button in IE | 08 Jun 2004 10:09 GMT | 2 |
I am creating a custom toolbar button for IE in VB 6.0, but I am facing a problem with the positioning of the button. Anyone has clues on how to position the button? I am using Windows APIs and IOleCommandTarget interface along with
|
| VB script or Visual Basic code to drive web page??? | 08 Jun 2004 10:00 GMT | 1 |
New at this, but wanted to see if there was any sample code out there that could direct me in a small project. Basically, I want to implement a script to drive a web page as if it were a user. In other words I want to click a check box, press a
|
| SPI on parallel port with VB | 08 Jun 2004 00:06 GMT | 1 |
Hi I have Visual Basic 6.0 enterprise edition, but have only wrote some simple code examples from a beginner's book. I would like to read an SPI A/D converter (Maxim's MAX1280) but using my PCs Parallel port.
|
| The missing C++ unsigned short integer in VB6 | 08 Jun 2004 00:01 GMT | 2 |
C++ has a variable type 'unsigned short int.' I am trying to write a VB6 program that prints these out of a file made originally by C++. However, the unsigned short integer (1-65535) is not supported. Does anyone have a routine that will allow VB6 to read a C++ unsigned short ...
|
| Pixel Location in PictureBox (Units) | 07 Jun 2004 23:22 GMT | 4 |
I am doing graphic plotting to a PictureBox in Visual Basic. I would like every increment of the X or Y location (in pset) to be exactly one on-screen pixel. How do I set the Picture Box properties to do this? I've tried
|
| VB6 on French Computers - character size problem | 07 Jun 2004 21:18 GMT | 3 |
I have a VB6 application running on a French computer using Windows ME. The app doesn't work the same way as it does when running on an English Windows OS. The main issue I have, that I can't seem to overcome, is that the english
|
| VBE won't start from Outlook 2003 - no errors or messages | 07 Jun 2004 16:15 GMT | 3 |
I was coding a module last week, doing some debugging and normal development. I had to restart Outlook, and the first time opened the VBE it said something like there was an error last time VB executed and now it just won't start. I don't remember what that first error
|
| Credit Card Security digits, validating against card | 07 Jun 2004 13:21 GMT | 2 |
Hello again, I can find tons of code to validate credit cards, but none to validate the 3 or 4 digit security code that is printed on the back. Anyone have any code or suggestions for validating it?
|