| Thread | Last Post | Replies |
|
| Device Context of a window | 24 Aug 2004 10:27 GMT | 9 |
If I have the hDC of a chosen window, how can I copy it to a PictureBox? The only way I thought of doing it was with BitBlt, but if the window is obscured by another, I get some of the other window. Basically, I'm trying to create a preview of different windows using just their hDC ...
|
| ListView + Sorting Dates | 24 Aug 2004 06:00 GMT | 8 |
Hi Ppl I have project in VB which has listview and one of the columns has dates. As the topic mentions, I need a way to sort out the dates (and accordingly all the other columns).
|
| VB6 MouseWheel Does Not Work With WebBrowser Control | 24 Aug 2004 05:47 GMT | 6 |
I have added a webBrowser control to a form that gets called from another form and displays an .HTML file that has a running commentary on what's been happening in the app so far. The MouseWheel doesn't work within this webBrowser control. I've tried putting
|
| Calling dynamic subs & functions | 24 Aug 2004 04:52 GMT | 3 |
I have a question about calling subs & functions. I would like to call a sub or a procedure dynamically (using a variable which contains the sub or procedure that should be called). See the example below: Dim strSub As String
|
| QB45 OPEN file for INPUT and OUTPUT | 24 Aug 2004 00:46 GMT | 7 |
I know that it's a vb site but I can not find any qb45 news groups so maybe somebody can help ? I have a problem reading a file. I can write to it but I can not read I have a variable warning .
|
| Merging two Matrices | 23 Aug 2004 17:57 GMT | 1 |
I got two files, one file consisting of 10000 records, with first column starting from 1 and ending at 10000. the other file consists of 5000 records, with first column values changing ranging between 1 to 10000 (some of the values might miss in between). i need to search
|
| List View | 23 Aug 2004 15:50 GMT | 1 |
Is there any reason why the List View content is not printed when using Form.PrintForm?
|
| Odd VB6 problem with SendMessage..Help? | 23 Aug 2004 14:44 GMT | 2 |
Hi, all.. Situation: I have an existing program X that, at times, displays a modal dialogbox awaiting a user to click a response. The problem is that this dialog will fire for applications running in a hidden window
|
| Javascript & WebBrowser1 control | 23 Aug 2004 13:49 GMT | 2 |
How can get the javascript using a button Command1 ? I want to create the html on the fly. This one doesn't work: Private Sub Command1_Click()
|
| media player object | 23 Aug 2004 10:55 GMT | 1 |
How do i include the media player object msdxm.ocx into my programs for distrubution because i keep ketting msdxm caused and error (when my app is run on an another computer after being installed) and on the deployment wizard and visual studio installer says dependancy information ...
|
| suppressing a keyboard event while pausing | 23 Aug 2004 05:59 GMT | 6 |
How can I temporally suspend keyboad events while pausing? I use PauseMe() to suspend the execution of a program. For example, Shape1.visible = True
|
| Form Load | 23 Aug 2004 05:36 GMT | 4 |
How can I tell in code that a form is loaded?
|
| Printing Graphics | 23 Aug 2004 02:06 GMT | 2 |
Dim Logo As Picture Set Logo = LoadPicture("c:\Logo.bmp") ....... .......
|
| serial port | 23 Aug 2004 01:54 GMT | 5 |
I want my program to show the number and name of the serial ports on my computer in the same style at e.g. Hyperterminal. Like,,,if the computer has 2 serial ports there will only be 2 serial ports on the list,,,or 10 if the computer has 10.
|
| How to return a variable from javaScript to the visual basic? | 22 Aug 2004 22:58 GMT | 1 |
How to return a variable from javaScript to the visual basic? The script is loaded into the webbrowser control as a html page. THX
|