| Thread | Last Post | Replies |
|
| transparent background | 21 Aug 2004 12:37 GMT | 6 |
please be gentle im a real beginner at vb6 howw do i show something on the screen without it being in a box, for example some text with a transparent background so you can see whats behind it
|
| SendKey Help | 21 Aug 2004 10:05 GMT | 10 |
I am trying to make a bot for this game. http://www.thegamespage.com/downloads/games/hurdler_installer.exe I can get it working half way. Sometimes the keys don't send and stuff. And
|
| Mike Williams | 21 Aug 2004 02:10 GMT | 5 |
Happy birthday Mike and thanks for your help here. Regards
 Signature Martin Trump
|
| ShowInTaskBar | 21 Aug 2004 02:08 GMT | 1 |
I have a form with no border. This form will show when the prog starts and when the user clicks a button the form will hide but not unload. under various conditions I want this form to be shown in a VBModal state or not show at all. No problem with this. Only thing is, there are ...
|
| PNG files | 21 Aug 2004 01:47 GMT | 2 |
I am interfacing with the FedEx shipping manager. Does anyone here have experience with PNG files?? The labels come down in PNG format. I need to be able to print them. I was thinking I could convert them to gif of jpg, but I haven't had much luck.
|
| Help with MDI forms? | 21 Aug 2004 01:44 GMT | 2 |
Problem: I have created a new UI for an old project I have. It is now consisting of one MDI form and many child forms "melting" into a seemless UI in a similar manor as a framed web page would do. And it actually looks fantastic! The
|
| GetPixel, SetPixel, PictureBox | 20 Aug 2004 22:39 GMT | 5 |
So, I have a window device context with an image in the window and I have a PictureBox in a form window. I try (over a rectangular range of x and y): pixelColor = GetPixel(WindowDC, x, y)
|
| To much memory for VB4 | 20 Aug 2004 22:22 GMT | 1 |
I´m have a strange problem with an application I wrote a while ago in VB4. The problem is that I´m trying to use it on a client machine which has 4 Gig. memory. When I start the application it gives an error: Out of memory. But when I decrease the memory to 1 Gig. it
|
| Sprite collision detection | 20 Aug 2004 20:07 GMT | 26 |
Not so long ago, Mike Williams had helped me and another with sprite drawing and animation. Both sample programs have helped me understand how to draw lots of sprites without using too many PictureBoxes. But now I need to know something else: Collision detection!
|
| VB6 -> VB.NET | 20 Aug 2004 18:15 GMT | 1 |
I've been given the task of porting some VB6 code to VB.NET I've run the code through Visual Studio's code converter and I'm trying to tie up the loose ends. Specifically, I have code that does this...
|
| DataGrid replacement | 20 Aug 2004 15:59 GMT | 3 |
I'm having some problems with the datagrid (SP6) and am wondering if any one knows if there is a free/cheap download I can use as a replacement? I need to be able to force a database update from another event, i.e. if the user changes a value, then clicks a button, I need to be able ...
|
| ActiveX control | 20 Aug 2004 15:16 GMT | 3 |
Just wonder if its possibly, or better yet, if someone else already did it. i want to make a control that is basically a text box, with a label on the left of it. Im sure im not the only who finds it to be a pain, when your making a form with a lot of text boxes..
|
| listvieuw insert data | 20 Aug 2004 14:22 GMT | 2 |
at the moment i've git this code and it works fine Private Sub Command2_Click() Dim clmX As ColumnHeader Set clmX = ListView1.ColumnHeaders. _
|
| Unwanted 'Beeps' associated with TextBox - how do I loose these??!? | 20 Aug 2004 13:45 GMT | 5 |
seems certain user initiated events cause 'default' or 'definately unasked for' Beeps in runtime in vb. (These are same as you would get if you included 'Beep' in your code, but NOT initiated by code). It happens whenever the user presses 'return' to enter text from a
|
| Taskbar & Task Manager | 20 Aug 2004 12:16 GMT | 5 |
I'm using XP and have noticed something odd. The Applications tab shows a different list to the Taskbar. Reason I ask is: I was making my own task list using: If GetWindow(WindowHandle,GW_OWNER) = 0 Then
|