| Thread | Last Post | Replies |
|
| Find the treeview hwnd | 22 Jan 2006 12:08 GMT | 6 |
How do I find the hwnd of the treeview in outlook express? is its class name ="SysTreeView32" ? TIA Guy
|
| (slightly ot) where are the messagebox icons (i.e., the "resources") | 22 Jan 2006 01:04 GMT | 8 |
hi gang, I am looking for the messagebox icons, namely: MB_ICONQUESTION MB_ICONEXCLAMATION
|
| Convert from JPG or 24-bit BMP to 256-color BMP using VB | 21 Jan 2006 08:48 GMT | 2 |
I'm looking for a way to convert standard JPG or 24-bit BMP images to 256-color BMPs using VB code. GIF compatibility would be nice as well, but not 100% needed. I have yet to sort out a way to do this, so any help at all would be great. Please post back here and email me with any
|
| Picture Box or Form | 20 Jan 2006 18:03 GMT | 1 |
My application draws lines and arcs (upto 10,000 elements), I am presently using a form as the graphic window and Line / Circle statements. The application has to deal with changing datum points and scaling of the visible area followed by a redraw of the elements. I would like to ...
|
| Real basic problem with distortion | 20 Jan 2006 15:26 GMT | 2 |
I'm using C# to experiment with graphics, something I've never worked with before. I used the graphics DrawEllipse( ) method to draw a circle. For example, g.DrawEllipse(myPen, 0,0,300,300 ). However, my "circle" comes out stretched, measuring (for example) about 2" side-to-side ...
|
| Error 1813 while ResetDC in Win XP for HP LaserJet 1020 | 20 Jan 2006 09:42 GMT | 7 |
Dear Sir, I am printing document using Win32 API Function. But while changing Document Properties for PaperSize & Orientation while issuing ResetDC function it gives error
|
| Saving a buffer as a bitmap? | 20 Jan 2006 05:37 GMT | 6 |
I'm sorry to ask a question which I know has been asked many times, but having perused this group, and other places on the internet, and tried various things, but I can't quite make it work. Anyway... I'm writing a graphics program that deals with images far larger than
|
| Trying to change textbox backcolor in another app- No luck | 20 Jan 2006 00:13 GMT | 3 |
I tried this. It should work, but it doesn't. What am I doing wrong? Rob Option Explicit Private Declare Function SendMessage& Lib "user32" Alias "SendMessageA"
|
| Forcing a Form to always be refreshed | 19 Jan 2006 23:33 GMT | 27 |
Consider the following code skeleton: Do with some criteria to exit the loop DoEvents Do
|
| ReadFile, WriteFile | 19 Jan 2006 17:46 GMT | 4 |
I know I could just try this, but someone out there may already know... I must overwrite a file's contents in chunks of a certain size. I need to use the API for this, and I'm looking for the most efficient way. I would usually use a mapped file, but that's not an option here. One ...
|
| How to open applications in Secondary Display ? | 19 Jan 2006 15:51 GMT | 4 |
How to open applications in Secondary Display ? I am using Multi Monitor and make TV as primary and PC Monitor as Secondary. So I need all the new Application Windows must appear only on Secondary
|
| Change IP settings using VB6 or VB.Net? | 19 Jan 2006 15:01 GMT | 1 |
Anyone have any sample VB code that will change the TCP/IP settings? I want a simple tray icon that, when double clicked, will change my default gateway to a different setting. If I double click it again, it goes back to the first setting.
|
| SystemModal MsgBox TitleBar Icon | 19 Jan 2006 14:58 GMT | 8 |
by showing a standard VB MsgBox with the vbSystemModal flag set, you'll get (tested under Win XP) one of those ugly blank default Icons in the title bar. Is there a way to work aorund that?
|
| Mouse Control with VB5 | 19 Jan 2006 14:43 GMT | 2 |
Hi group, I am trying to recognise control of my wheel mouse, so the hardware has a left/ right button and a wheel in the centre. I can see control for mouse move/ click / down etc but how do I:
|
| NTFS ownership | 19 Jan 2006 03:54 GMT | 3 |
Hi all, I'm having a little problem Situation: In my company we have a shared drive where all employees are able to store temporary data for 1 month. The employee can create a folder and
|