| Thread | Last Post | Replies |
|
| GDI API question X 2 | 14 Oct 2005 23:19 GMT | 4 |
I've written a game engine, everything works fine, but I'd like to speed up collision detection. My current approach is as follows: Find any sprites who's rect's intersect. AND the intersecting section of
|
| word hyperlink + command line args | 14 Oct 2005 23:14 GMT | 4 |
I have the hyperlink on my word doc, it will point to my exe (created by vb6). Is it possible to pass command line arugment from word document hyperlink? Thanks
|
| Radial text on a path | 14 Oct 2005 22:36 GMT | 24 |
I would like to build an app that would allow me to enter the diameter of a circle and then from a variable containing text, place this text around the outside of the circle(on a path). I then want to send the radial "text only" to a printer.
|
| insert char in txtbox on key up? | 14 Oct 2005 19:33 GMT | 19 |
I am trying to make a 'credit card' number input form. I want to use a single text box and have it insert a space after every 4 characters. eg: xxxx xxxx xxxx xxxx I can get it to 'sort of work' using the keypress method, but I want
|
| How to use SendKeys for a ListBox in a Web Application? | 14 Oct 2005 19:17 GMT | 2 |
I'm completely new to QTP and VBScript. I'm working on a Web Application. What I need to test is as follows: In a web-page, I need to test whether by clicking the [DOWN]arrow,
|
| kill a proccess for a specific user | 14 Oct 2005 19:15 GMT | 7 |
I have a W2003 Server machine. I need to have a little program that when runs, it will kill a specific process from a specific user. The reason being is that a software company that run our logistics from, wrote a bad piece of software and when it runs,
|
| Resizing text boxes | 14 Oct 2005 18:54 GMT | 7 |
I have 7 text boxes on top of a picture box indexed 1 through 7. I want to add 3 more. To do this I need to resize the text boxes. I am not able to resize them. What is the best way to achieve this? Thanks.
|
| Ping Ken Halter | 14 Oct 2005 15:53 GMT | 10 |
After searching for weeks for a way to highlight different rows in a Listview with different colors, Google finally turned up your post from January of 2002, explaining how to do it. I was trying to accomplish it with background color (a near-impossible task, I surmise), not ...
|
| Last boot date/time info | 14 Oct 2005 15:43 GMT | 1 |
I once saw that boot date and time could be found in the registry somewhere.... Now, I can't find it again, and I also tryed google for some hints but failed. pls, say it's possible to get last boot date/time, and maybe a hint how to
|
| Can subroutine in VB6 DLL accept array variable argument??? | 14 Oct 2005 11:51 GMT | 2 |
I would like to know if it's possible to pass array variable to a VB DLL. I managed to create an ActiveX DLL on VB and convert it to Windows DLL by including a .def file to the VB linker. I have no problem passing variable to the functions in the VB DLL. When
|
| Webbrowser Question | 14 Oct 2005 10:47 GMT | 1 |
vb6 (sp6) i am trying to use the webbrowser control and am having a few troubles. I would live to allow user to browse to other web pages but there is no address line visible dispite it being set as true in the controls properties. its a
|
| Using LoadImage in VB6 | 14 Oct 2005 10:00 GMT | 5 |
Using the following function call to load a bitmap but I get error 1814 - The specified resource name cannot be found in the image file. GetBitmap = LoadImage(0, "mybitmap.bmp", _ IMAGE_BITMAP, 16, 16, _
|
| Why is Make (project.exe) disabled?? | 14 Oct 2005 00:29 GMT | 5 |
List: Apparantly, I inadvertantly tripped over a hidden Critical Need detector on my VB6-SP5 (Enterprise) Suddenly, the file->Make projectName.exe. . . option is disabled.
|
| Problem offering font selection with listview in regions other than US | 13 Oct 2005 23:46 GMT | 4 |
I recently added a drop-down combo with a few choices of the MS Sans Serif font that a user can select for a listview. I added 8.25, 9.75, 12, and 13.5. These are the actual font sizes I found by printing out the font sizes for 8, 10, 12, and 14.
|
| VBA and ADODB.Recordset question | 13 Oct 2005 20:58 GMT | 8 |
i'm working with VBA and ADODB. i'm getting a weird error. i've got the .Filter property set to something like this = " Subject LIKE '*r*' OR ( To='AD' OR From LIKE '*AD*' ) " above code runs fine, but i actually need the FIRST OR above changed to
|