| Thread | Last Post | Replies |
|
| Will this "kill process" code work on win2k/XP? | 29 Sep 2004 18:08 GMT | 3 |
Hi, found this on the web and it works fine on win98 - will it work on win2k/xp? Thanks, Mark
|
| How to get the signature of functions in dll file? | 29 Sep 2004 17:49 GMT | 3 |
Someone sent me a dll file without any sample code and document. I only know the function name. How can I get the information the signature of the function in dll? Thanks
|
| UserControl issues | 29 Sep 2004 16:50 GMT | 5 |
I am working with a UserControl that has a DatePicker in it. For some reason unknown to me, when you click the drop-down month view and click on a date, the date in the box doesn't change. It will change appropriately if I use the keyboard and type in a date, and it worked fine ...
|
| Outlook CDO | 29 Sep 2004 16:19 GMT | 4 |
I have a problem with a program (VB6) accessing outlook 2003. The program works on my computer, but when run on another users computer (same OS), generates error MAPI_E_INVALID_ENTRYID. I think the error is being generated when the program tries to rectreive either the inbox ...
|
| Open a cash drawer? | 29 Sep 2004 16:02 GMT | 2 |
How to open a cash drawer using a VB program? Thank you!
|
| Releasing memory (continuation) | 29 Sep 2004 15:49 GMT | 13 |
I "refresh" the thread http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?&gui d=&sloc=en-us&dg=microsoft.public.vb.general.discussion&p=1&tid=9e29a210-89db-40 ef-80b7-77f42b00681a because many solutions have been proposed and I wanted to verify and give
|
| FlexGrid | 29 Sep 2004 15:19 GMT | 2 |
Have a multi-row Flex Grid used for mastermind type game (guessing colors in sequence). Is there a way to force the grid to scroll as soon as user enters data in the last visible row? I must be missing something because user has to manually click on the scroll bar to see added ...
|
| Translate small Perl to equivalent VB6? | 29 Sep 2004 15:11 GMT | 26 |
There's another thread going here about how to convert a range of IP addresses to a list of CIDR equivalents. (I'm not following the results there very well, the code given there, so far, is way above my understanding about what is actually going on and uses some functionality of VB ...
|
| Foreign language issues | 29 Sep 2004 15:11 GMT | 3 |
Dear reader, My VB6 application requires that all strings in the user interface be translated into a foreign language. I have set up a large table with translated strings that I read at program initialization. Creating the
|
| MDIChild with popup menu | 29 Sep 2004 14:25 GMT | 6 |
Dear friends, I am a VB6 SP6 user. I have one MDIForm and a MDIChild form. I needed a popupmenu on the MDIChild so I added it. The only way I know to add a popup menu for the child form is by means of menu editor by making the visible
|
| SSTAB question | 29 Sep 2004 13:30 GMT | 1 |
My program uses SSTAB to hold different controls of the program. The user can save the settings, but I haven't found a way to save the SSTAB1 setting so when my program starts, the selected Tab is displayed. SSTAB1 always starts up with the Tab showing when the exe was made. Is ...
|
| date function... | 29 Sep 2004 09:38 GMT | 1 |
if i have two variables representing StartDate and EndDate, how would i calculate the number of Saturdays (or Wednesdays, etc) within this range of dates?
|
| Releasing memory | 29 Sep 2004 08:19 GMT | 22 |
I created an in-memory database using classes stored in a dll. The db has 3 levels of objects: 1) 1 db object with a collection of 2) about 3000 2nd level objects each with a collection of
|
| How get file size greater than 3GB? | 29 Sep 2004 05:39 GMT | 3 |
How do force vb6 to return a file size that is greater 3GB? I have a really big file size on my computer (5GB+) and i am trying to find out that file size in vb6. I have tried vb6 filelen() and windows api to get the file size but both
|
| Shared form | 29 Sep 2004 03:50 GMT | 3 |
Hello wizards, Is there any way to crete and maintain a form in a DLL and use it by many applications. I prefer not converting it into an activeX control. Thanks in advance
|