| Thread | Last Post | Replies |
|
| Password Protecting VBA Affecting RunTime Result?? | 05 Jan 2004 15:08 GMT | 6 |
This Macro returns "Successful!" without the password, but once password protected the Macro, it returns "Failed!". Any idea? TIA
|
| msflexgrid | 05 Jan 2004 09:08 GMT | 1 |
I want to be able to control the position of the Horizontal bar of msflexgrid. Anyone can help me?
|
| Form is loaded | 05 Jan 2004 04:57 GMT | 3 |
How can i know if form is loaded on screen or not?
|
| Connecting to an Access table | 04 Jan 2004 20:17 GMT | 3 |
Dim db As DAO.Database Dim rs1 As DAO.Recordset I am trying to link a DBGrid with an Access database. When I run my program, I get a message saying the
|
| Removing listview items with imagelist | 04 Jan 2004 03:19 GMT | 3 |
Can somebody please tell me how to remove all of the list items on a listview that's bound to an image list, and remove all of the images on the image list. I keep getting the error 'image list can't be modified while
|
| Displaying an image in a image control | 04 Jan 2004 03:07 GMT | 1 |
How can I display a .jpg file in an image control? The name of the file is a URL. I don't want to have to d/l it to the clients machine.
|
| Datagrid population Problem | 03 Jan 2004 05:38 GMT | 1 |
I have a Datagrid that I set the first two columns on using the controls property pages (because I wanted to format the boolean property correctly and I don't know how to do that with code).
|
| the clipboard | 03 Jan 2004 04:15 GMT | 2 |
I want to use all the current functionallity of the clipboard in a project which I am about to start. However the problem is I dont know the best to method to accomplish the task.
|
| How can I set the tab width in a textbox, possibly using API call? | 02 Jan 2004 22:39 GMT | 1 |
When I program, I set whatever my editor is so that the tab characters look about two spaces wide. Similat to how in VB I set the tab width to 4. I made a form to show code for various programs and want the textbox to show the tabs as four or whatever spaces. I have seen how to set ...
|
| Error: 35602 using a "ToolBar" | 02 Jan 2004 19:04 GMT | 1 |
I'm trying to create an instance of a form but I'm getting the above message because I'm using a "Toolbar" control and when a create an instance a get the message. Could anyone please help?? Thanks in advance for any tip KP
|
| mouse events | 02 Jan 2004 15:33 GMT | 1 |
how can I record and save the items copied by the mouse everytime the user uses the mouse to copy things.
|
| clipboard | 02 Jan 2004 15:20 GMT | 1 |
ok I have added the "s = Clipboard.GetText" function to my code. But how can I use this function to save the all text contents copied to the clipbaord only while the program is running so that the text can be recovered easily through user selection from a listview.
|
| Clipboard Help | 02 Jan 2004 14:33 GMT | 1 |
I am using the below code to get text which is copied to the clipboard. I want to save this text and any other text copied to the clipboard afterwards to a txt file. I also want to save the text which is copied each time in a way that it can be called upon later indiviually by ...
|
| Form is loades | 02 Jan 2004 13:26 GMT | 1 |
I need to know on runtime if i load some form How can i do it on VB?
|
| How to get OS version:95/98/Me/NT/2000/XP? | 02 Jan 2004 06:23 GMT | 4 |
In VB,How to get OS version:95/98/Me/NT/2000/XP? Anyone can give me a complete VB code,Thanks!
|