| Thread | Last Post | Replies |
|
| Playing seperate jpg's as videostream with variable frame rate | 15 Nov 2004 18:57 GMT | 12 |
Maybe this is a question for graphics gurus. I'd like to play seperate jpg-files as a videostream with a variable frame rate. (i have 25 jpg-files per second) Now i use a Timer and Slider control to display the jpg-files. The Slider
|
| WMI & VB question | 15 Nov 2004 18:46 GMT | 2 |
I am trying to make a "generic" WMI query routine and it's not going too well. Background: I am trying to make a single generic routine that will allow you to pass various WMI queries to it, and will return the data
|
| How can I determine Process / File Usage? | 15 Nov 2004 17:09 GMT | 12 |
Given a process handle, how can I get a list of the files it is accessing? or Given a file name, how can I get a list of the processes which are accessing it?
|
| ComboBox messages | 15 Nov 2004 16:30 GMT | 1 |
I tried to 'make' a combobox with a treeview instead of the list by intecepting the CBN_DROPDOWN showing my treeview and setting the focus there which made the combobox list go away (in reality it was a *bit* more complex than that but that's the gist). It was great until I tried ...
|
| Rotating Button | 15 Nov 2004 16:29 GMT | 1 |
Is there anyway that I can rotate a command button in VB.Net. I need to get the button to match up with an image underneath it & the image for the particular button is at an angle.
|
| Problem of saving the picture from picture box in visual basic 6 | 15 Nov 2004 13:56 GMT | 2 |
hai I loaded image into picture box using "Paintpicture" method but when I am tring to save it the image is not getting saved. Please help me solve this problem in visual basic 6. Advanced thanks to all.
|
| SetTextColor() | 14 Nov 2004 11:35 GMT | 5 |
Hi *.*, is there any limitation for the color value in this function? Whe I use e.g. 8 0r 16 bit values, the text (button caption) will be colored, but using any value < &HFFFFFF, sometimes it doesn't work...
|
| DRAWITEMSTRUCT | 14 Nov 2004 11:26 GMT | 2 |
Hi *.*, when I use the .hDC member of this struct, is it necessary to release it after processing using ReleaseDC() to free the resources? Juergen.
|
| Windows graphics performance | 14 Nov 2004 11:24 GMT | 2 |
I have a graphics-intensive application and I have built some self-benchmark functionality into it. Recently I tried the benchmarks on two different machines. Machine A is slightly faster (CPU-vise) than B.
|
| How to Increase DC Coordinate. But not resize DC Size?? | 14 Nov 2004 10:32 GMT | 8 |
HI Frinds and Gurus Is there any win API for DC which work same as Picture.scale? I use SetWindowExtEx and SetViewportExtEx. But it change DC size. I don't want to change DC size. But I want to Extend DC Coordinate same as Picture.scale.
|
| Print image from Image control | 13 Nov 2004 22:18 GMT | 3 |
I'd like to print an Image from an Image control. Is this possible and if so, how. Thx, Sandra
|
| Disable Close option in File Menu of IE (or folder) | 12 Nov 2004 15:01 GMT | 1 |
I have an application (running in Windows XP) that opens a standard folder window (just as if you created a folder on your desktop and opened it). This window is not part of my program so I don't have complete control over it. When you open the folder, it has a menu bar
|
| [GDI+] how to make 2 encoders parameter to an encoder structure | 12 Nov 2004 14:27 GMT | 1 |
Hello! i have a function for saving multitiff file... I make an EncoderValueMultiFrame in an encoderparameters (see the exemple under) I want to add an compression encoderparameter in the encoder parameters structure.
|
| How can I strict path in GetOpenFileName & GetSaveFileName | 12 Nov 2004 10:17 GMT | 2 |
some thing like when creating or selecting folder in BrowseForFolder, you can specify root path. How can I strict path in GetOpenFileName & GetSaveFileName?? [SolarAngel]
|
| Kepp external window on top | 12 Nov 2004 09:17 GMT | 2 |
I have a VB program that opens up an external, non VB app. I have the hWnd of the external app and I need to implement a StayOnTop method that the user can call while the window is showing. I want the user to be able to decide wether the the external window has to
|