| Thread | Last Post | Replies |
|
| win32k.sys kmode_exception_not_handled | 03 Nov 2003 13:55 GMT | 1 |
I have a VB 6 sp6 app I wrote about a year ago that uses the picture box and paints some graphics into it. There are a couple of buttons that cause it to print graphs. Well, last night I download some updates for my win2000 op sys, and
|
| Error in converting Single to Double | 03 Nov 2003 13:40 GMT | 13 |
does anybody know why VB changes the value in the following example: Dim M1 As Single, M2 As Double M1 = 29.26 M2 = M1
|
| Grid Control? | 03 Nov 2003 12:23 GMT | 2 |
What component houses the grid control visible in Windows Explorer while viewing files in the "Details" format? I've seen other programs use it, and it certainly isn't MSFlexGrid, unless there's some feature I can't see. I'm totally lost.
|
| Timing problem | 03 Nov 2003 12:13 GMT | 13 |
I was using a standard windows timer, but it gave an error over 9% on a win 98 machine with no other programs running! Bacause of this, I decided to implement windows MultiMedia timer, and used code examples from msdn and this group. Everything works fine
|
| print | 03 Nov 2003 10:57 GMT | 8 |
I'm still searching an example for calling the printer properties dialog and then print a bitmap. Matthias Göbel
|
| TextBox input | 03 Nov 2003 08:32 GMT | 12 |
As a pre-newbie to visual basic, I haven't programmed for years and I am having the greatest of difficulties coping with it. If any kind soul can help me out with advice then I'd be most grateful. I am at the stage where I can design a form where I can insert text
|
| Localize Structure Definition dll/app | 03 Nov 2003 04:49 GMT | 2 |
Hey newsees, I'm trying to figure out a way to pass a user defined structure to a dll that I write (in vb6) from my app (also vb6) Then have the dll modify it and return the modified copy or else just modify it by reference.I
|
| Stupid Code | 03 Nov 2003 01:14 GMT | 5 |
When I run this I get error message, "Function call on left-hand side of assignment must return Variant or Object" Can someone tell me what I am doing wrong? Dim yn As String
|
| flashing fom | 02 Nov 2003 23:40 GMT | 1 |
My entire form flashes at various frequencies. I haven't been able to a find a pattern to what triggers it except that it only happens when returning from other apps. It may be connected with the opacity manually changing from 100%. When it happens, I have noticed that
|
| Newbie to .Net | 02 Nov 2003 23:09 GMT | 1 |
I loaded VB.net standard. I downloaded a walkthrough for the web application and was following the directions, when it asked me to locate the db file. I also loaded Frontpage 2k. I am finding out that I need SQL. I opened the msde and ran the setup, but the operation keeps stoping ...
|
| single user software installation | 02 Nov 2003 22:25 GMT | 6 |
does anybody know how to make the program as a single user installation, meaning that the program only can install on one pc but can't on others pc??
|
| ::Controls Error:: | 02 Nov 2003 22:22 GMT | 1 |
I have been having trouble with controls in VB5 every since I got XP. I am not the administrator, and thus I cannot use OCXs or DLLs (except for API Calls, which work). When I try to add a new control or set of controls to the toolbar, I check them, click OK or Apply, and I get an ...
|
| 30 days evaluation software | 02 Nov 2003 20:09 GMT | 4 |
Normally a software will allow us 30 days evaluation period before we buy the software. Does anybody know how to make the program only can run for 30 days and after 30 days we cant run the program anymore? Let say by using visual basic...what is the trick behind??
|
| Text File Manipulation | 02 Nov 2003 19:48 GMT | 6 |
All: I used some code from Michael Harrington to help me with my "VB Text File Manipulation" and it worked like a charm. I was hoping that it would be possible to get some help on a trickier text file.
|
| Outlook Redemption not working ... | 02 Nov 2003 19:14 GMT | 2 |
I am trying to make a program using vba which sends emails without intervenience of the user. It works fine except Outlook always displays two warnings with each email it is going to send : 1) That a "program tries to get access
|