| Thread | Last Post | Replies |
|
| Newbie Help | 20 Sep 2004 02:14 GMT | 3 |
I'm trying to write this app that will take a specific dollar amount and multiply it by an other number. I figured that out, now I'd like to have it automatically calculate the total once I go to the next record. The code is as follows.
|
| Line Number in Microsoft forms 2.0 | 20 Sep 2004 02:00 GMT | 3 |
Hiya, I am having a problem of getting the position of the cursor in a microsoft forms 2.0 box. I need the position + linenumber. I am making a simple text editor which supports unicode.
|
| Automation error | 20 Sep 2004 00:40 GMT | 3 |
I have a new problem with an application I've developped a while ago. I get an automation error when trying to connect to my database. The problem seems to be ADODB. The references seem good and I've tried to reinstall MDAC but it didnt solve it.
|
| Missing validate Event | 19 Sep 2004 18:17 GMT | 5 |
I have a form in VB6 with an OK-Button, which is set as the default vor Enter. So if you click OK or hit Enter, the Button is pressed. I than have a Textbox which needs validation before exiting.
|
| Logging?? | 19 Sep 2004 10:49 GMT | 2 |
Does any one know how to make a program to log what someone types as????
 Signature Frank R. Jr.
|
| allow only one webbrower? | 19 Sep 2004 07:08 GMT | 2 |
on a form i have a flash file, and a webbrowser. i want to prevent any other browsers from opening up. i have figured how how to disable pop-ups and right clicking from the webbrowser. the trouble is, i can't figure how to disable the 'about macromedia'
|
| A Mathmatical Question | 19 Sep 2004 03:20 GMT | 8 |
Let me start with the code, then I will get to the question. Okay here is the code snippet that does what I am trying to do. Select Case Index Case 1, 2, 3
|
| vb.net printing marginals | 19 Sep 2004 00:28 GMT | 2 |
I can't change marginals when printing. I can change to landscape but marginals wo'nt change. I do as said in documentation. Anyone who has any ideas? Claes
|
| parsing string data | 19 Sep 2004 00:04 GMT | 2 |
I'm grabbing a series of values from a text source where the number of values changes daily. they are comma seperated but there are about 1000 values on average. I'm having trouble separating the values as they exceed the max number that excel can manage on a single line.
|
| Even More on Ctrl +P Disable | 18 Sep 2004 23:55 GMT | 6 |
Thanks for everybodys input, but I am still lost as what to do. Waht I find hard to work out is why I can capture keystrokes on a form, no problem, but as soon as I put a webbrowser on the form it no longer works ? Is it posible to rename or more correctly reasign a key with a new ...
|
| check resolution | 18 Sep 2004 16:06 GMT | 22 |
Dear members, I use in all my aps the following function: Public Function CheckRez(pixelWidth As Long, pixelHeight As Long) As Boolean Dim lngTwipsX As Long
|
| Playing a .wav file | 18 Sep 2004 07:20 GMT | 2 |
Could someone please tell me how to play a .wav (sound effect) under a click-event? Any help would be appreciated. Thanks
|
| Nibble datatype. | 18 Sep 2004 03:45 GMT | 3 |
What say I made a "nibble" datatype by gluing four booleans together in a struct. Would I really save four bits of memory, or do structs have overhead that would leave me better off using the Byte data type? -==Kensu==-
|
| Collections Design Question | 18 Sep 2004 02:48 GMT | 2 |
We have created a small library with three classes. The first is a class with 3 props. The second represents a collection of the first class. The third contains code to manage the collection (populated by data
|
| LinePrint is rounding my variant | 17 Sep 2004 21:53 GMT | 5 |
I am LinePrinting some large numeric variables to a file in evb. LinePrint seems to be rounding the decimal portion of my variable. For example, 123456789.2. I know it's doing math at a much high decimal resolution, but it only prints one. Is there a way of printing the full ...
|