| Thread | Last Post | Replies |
|
| Probleme with Zorder | 25 Nov 2006 08:50 GMT | 2 |
I would like to know(in my code) if a control is of the background or foreground(Zorder) I need to print background controls before foreground controls on the printer(with printer.print). I can't access to Zorder property.
|
| How to call CoInternetSetFeatureEnabled | 25 Nov 2006 00:59 GMT | 1 |
Seems I need to make some changes to allow my VB6 app to run under the new IE7. How do I call CoInternetSetFeatureEnabled from a VB6 application? TIA
|
| Open file dialog | 25 Nov 2006 00:10 GMT | 4 |
I've got my open file dialog set so that multiple files can be opened at one time.... sometimes, (and I don't know how many) when quite a few are selected, nothing happens, or not all are actually opened.
|
| basic text file reading question? | 24 Nov 2006 19:38 GMT | 5 |
So i have a text file where each line represents a button name. What the code I need to read this file and creatre a new button from each line.. so far I just have code to read the whole file
|
| Bitwise AND causes overflow | 24 Nov 2006 18:41 GMT | 18 |
Dont know if this is even possible to fix. The below code causes an overflow error: Dim dblValue As Double dblValue = 32451775649316# And 4294967295#
|
| COM Communication with FoxPro | 24 Nov 2006 16:58 GMT | 2 |
I am developing a Visual Basic 6 application and my programming partner is developing "plugins" (so to say) for it in FoxPro. He can create and register COM objects such that I can instantiate them in VB6, that's no problem. But we need a way to share data between the two. Of course ...
|
| Need to grab the name and position of all buttons on a form -is this possible? | 24 Nov 2006 16:24 GMT | 2 |
In order to save user preferences I need to grab the name and position of all buttons on a form, which i will then save to a text file. Anyone know how I can easily get this information? Thanks
|
| Converting Windows registration number back into CD key | 24 Nov 2006 15:43 GMT | 20 |
Browsing the Internet I have found commercial, 3rd party software allowing converting the registration number created by Windows during the installation back into CD registration key. Until now I thought it was a deeply kept secret by Microsoft, but apparently
|
| AddFontMemResourceEx fails under vista | 24 Nov 2006 14:36 GMT | 1 |
using the following function to load a number of embedded fonts the AddFontMemResourceEx function returns 0 when run on vista (final version) but works ok on XP Any ideas ?
|
| How to read from USB port? | 24 Nov 2006 09:54 GMT | 2 |
MsComm can access comport. What can I use to read from USB port? Jack
|
| How to count/sum only the last 10 records? | 24 Nov 2006 01:54 GMT | 4 |
Probably an easy question for most of you here. I am trying to return what the last 10 records of the database added up to. The code i use counts all the data in the column, but we want it to be on the last 10 recent records.
|
| Excel 2000 to 2003 (VB 6.0 to 6.3) Incompatable? | 24 Nov 2006 01:10 GMT | 3 |
I do some coding in visual basic attached to Excel for my small group in the company. I'm not that experienced and so this might be an easy question to answer for one of you. Today I had a person come to me and ask why a particular spreadsheet
|
| IE7 WebBrowser Control Crashing VB ActiveX - Fix | 24 Nov 2006 00:21 GMT | 1 |
After many painful hours I finally worked out what was causing the webbrowser control to crash my apps. I was using the webbrowser control in my ActiveX control which I opened in IE. But when I called the Navigate function for the second time my
|
| repositioning other app window | 23 Nov 2006 22:14 GMT | 1 |
Knowing the title of the window belonging to another application I would like programmatically reposition it on screen. How that can be done? Your thoughts appreciated,
|
| Printing reports with ext .pdf in vb.net | 23 Nov 2006 18:25 GMT | 2 |
I would like to print a report which was created in Adobe Acrobat with the extention pdf. Is there an easy way to do this. I am new at this and would appreciate any help. Don
|