| Thread | Last Post | Replies |
|
| need to use shAppBarMessage for docking | 27 Nov 2006 16:39 GMT | 4 |
I have done a lot of searching for this... I have an application that I want to dock to the top of the screen and reserve screen space for it, like a taskbar. I DO _NOT_ want the user to be able to move it to any new location,
|
| Print two crystal reports at same time | 27 Nov 2006 14:18 GMT | 1 |
Is there a way in VB to print two crystal reports at same time. It does allow to print the second one before I close the first one. Code CallReport FileName, name, DBname, susername, sPassword, parm, IIf(Repparm.chkPrintToScreen.Value = 1, True, False)
|
| Game Features | 27 Nov 2006 10:19 GMT | 7 |
I am making an RPG in Visual basic 6. Yes, I know you are all thinking, "Are you you crazy? Use something like Java or C/C++ or ANYTHING, just not Visual Basic!", however Visual Basic will work for this because I intend it to be compatible for Windows only and it is
|
| Wizard in VB | 27 Nov 2006 08:17 GMT | 1 |
I am interested in creating a wizard in VB, i.e. a rational way to exchange forms (or their content). Could someone provide me with some guidance? Thanks a lot in advance!!!
|
| COM Communication with FoxPro | 26 Nov 2006 22:25 GMT | 1 |
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 ...
|
| Resizing form recommendations | 26 Nov 2006 22:09 GMT | 6 |
I have been asked to update an application I wrote many years ago and an obvious first requirement is to enable the user to resize the forms to suit the huge variety of screens now available. Google yields an overwhelming number of results. I would appreciate
|
| AppPath and Vista | 26 Nov 2006 16:36 GMT | 2 |
A little app of mine reads and writes to a txt file, the path to the file looks something like: FilePath = App.Path & "\FileName.txt" Tried that on Vista and it don't like it, errors happen that tell me the app
|
| VB in Excel 2003 | 26 Nov 2006 10:33 GMT | 2 |
I'm trying to make a vb macro for a sheet in excel. The sheet has inventory quantities in every other column. I would like for any quantity count under "10" to turn red. Anything "10" or greater to stay black. I'm not a programmer really. Could anyone suggest some syntax
|
| Printing / exporting graphics | 26 Nov 2006 03:48 GMT | 2 |
been a while since I've been on the group, glad to see some regulars are still around! I've got an app that outputs a scale model plan to a printer, printing to a lettersize or a4 sheet of paper. The output is exactly to scale, and if cut
|
| VB6 and Widescreen monitors | 26 Nov 2006 01:24 GMT | 17 |
I've written an app in VB6 that runs correctly on all normal aspect ratio monitors. Run it on a widescreen laptop and the window is sized incorrectly resulting in improperly placed form elements. Is there some solution to this or does it have something to do with the display
|
| uniquely identify song | 26 Nov 2006 00:27 GMT | 8 |
I am trying to uniquely identify songs that almost never have any title, author, genre information associated with them using vb6. The songs are all in mp3 format. One way I thought of doing this was to get the waveform information of the first 10 milliseconds of the song.
|
| Best Visual Basic Tips & Tricks Sites | 25 Nov 2006 22:26 GMT | 1 |
Please Visit Following Link : http://www.123coder.com/VisualBasic.htm thankx
|
| MousePointer Property | 24 Nov 2006 16:03 GMT | 4 |
does MouseCursor = vbHourGlass not work under Windows XP? For some reason, this is having no effect on my machine.
|
| "The object invoked has disconnected from its clients" - What does it mean? | 24 Nov 2006 15:18 GMT | 2 |
I've run into a perplexing problem with a VB6 project that has an embedded ActiveX object. The ActiveX object was written in C++, and I have the source code to it. I used the "Package and Deployment Wizard" to ensure that I am distributing
|
| Problem with mask | 23 Nov 2006 18:37 GMT | 3 |
i have this little code Private Sub Form_Load() Dim i As Long, i2 As Long i = 1193046 And &HFFFF
|