| Thread | Last Post | Replies |
|
| Sorting Algorithms ??? | 12 May 2004 16:21 GMT | 8 |
This isn't for a project specifically, I'm just interested to crack it. I'm a self-taught VB guy, so while my skills are learnt "University of Life" style (and I do take a lot of pride in my work so don't underestimate me completely ;-) ), I'm more than willing to accept that there ...
|
| Print alignment problem with image | 12 May 2004 15:15 GMT | 2 |
I have a VB program that lets users design their reports and print them. Whenever they insert an image in the report and print it, the alignment is sure to run out. When they preview the report, everything aligns. And printing without an image inserted is ok.
|
| In vb 6 I add a macro to excel but it won't run | 12 May 2004 14:04 GMT | 1 |
I use the following code to add a macro to an excel 2000 spreadsheet. However, when I want the macro to run is says it can't find the macro. If you then open the spreadsheet, you can run the macro directly and it works fine. In the code, I save the workbook before I attempt to
|
| Ellipse rotation segment | 12 May 2004 13:13 GMT | 2 |
how can I draw a rotated ellipse segment. It must be compatible with Win9x. Greetings from Germany André
|
| Making Exe File. Help Pleeeeeese!! | 12 May 2004 10:56 GMT | 17 |
I've just encountered a problem I've never seen before. In VB6 (SP5) no matter what type of project (exe, dll) or if it's a new project or opening an existing project. If I click on file in the IDE the 'Make Project Exe' and 'Make project Group' commands are both disabled.
|
| Custom TIFF tags with VB? | 12 May 2004 09:34 GMT | 2 |
Hey people, Dave here. Hope someone can give me a push in the right direction. been scouring the web for 2 days without much luck. I need to make a custom TIFF with specific tags included.
|
| extracting unique words - going mad!!! | 12 May 2004 05:13 GMT | 8 |
apologies in advance for the long post. i'm going mad trying to figure out whats wrong with this. i keep getting an 'argument not optional' error when compiling - i get it at "unique = GetWords(strBuffer, True)" i've stuck a big arrow next to the line below.
|
| GPF on USER.EXE w/ VB4(16-Bit) App. | 11 May 2004 22:58 GMT | 2 |
Hi. We have a legacy app out in the field that is a fairly simple VB4 16-bit app. On one (and only one) Windows2000 box, the user gets a GPF on USER.EXE. The subroutine varies, but it's always on USER.EXE. Anyone know where to start diagnosing this problem? Thanks.
|
| load window behind another? | 11 May 2004 21:33 GMT | 5 |
let's say I want to load a window behind the main window. how do i do it? because right now everytime i do it the main window gets behind and the new window get the focus. Thank you.
|
| VB6 Axtive X Control - Newbie Question | 11 May 2004 19:55 GMT | 3 |
Hey Group, Sorry for asking such a simple question but im a newbie:( I`ve got a Active X project which i`ve been told I need to set its usercontrol's Public property to True and 3.
|
| Upgrading | 11 May 2004 19:51 GMT | 1 |
I currently use VB version 4.0 but would like to start using BisualBasic.net. I have tried to install VB.net but I keep getting a message that I must reboot. Can I install BV.net and still use VB4.0?
|
| Getting the host name of a text file | 11 May 2004 15:52 GMT | 1 |
I want from VBA, be able to read what the host name of a text file is. For example, if the file passed to the function is on a particular server, I want to retrieve the name of the server it resides on. Does anyone know how I can do this?
|
| Win98 - Not VB6 related | 11 May 2004 15:12 GMT | 10 |
I asked this question in a Win98 newsgroup several days ago and have not received an answer. A neighbor has W98, it takes a long time to shut down and he asked my help. I have Win NT and Win XP. Can anyone offer suggestions for what may be the problem or what I may try to speed ...
|
| Qs about app already running | 11 May 2004 14:51 GMT | 7 |
In the sub Main I have a line of code that will shut down the app if App.PrevInstance = True. Q1. App.PrevInstance only works if the same exe file is opened again. If the exe file is copied to another location and opened it will not detect if
|
| MP3 File Information | 11 May 2004 11:49 GMT | 5 |
I am tired of searching the net for an application that will allow me to manage my MP3 files in the way that want to, so I have decided I should bite the bullet and make my own. I have completed some of the functionality, but am having trouble with
|