| Thread | Last Post | Replies |
|
| right click | 28 Dec 2004 16:51 GMT | 3 |
i need to use the right click of the mouse in a vb prob, i'd like right click on a flexgrid row and decide something to do with this row, can you help me?? carlo
|
| Formula | 28 Dec 2004 05:27 GMT | 8 |
Hi, where can I found the formula for change between lb, ounces, kg and mg in VB? Please help.
|
| Show In Taskbar | 28 Dec 2004 00:47 GMT | 8 |
When starting a Project with Sub Main() and then open a Form with e.g.: frmMain.Show vbModal
|
| MSDN isn't working now | 27 Dec 2004 22:18 GMT | 1 |
I completely reloaded my Win2K SP4 computer several days ago, and now MSDN SP5 won't work properly with VB6. Clicking help links gives me a "Script error," "Object doesn't support this property or method."
|
| VB6 App Wont run on XP | 27 Dec 2004 16:57 GMT | 6 |
I have a VB6 app that works fine on several Win98 machines, but won't run on WinXP. When starting, I get RunTime error 6 (Overflow). I placed a Msgbox as the first line of the form_load event and I get the run time error before I get my msgbox.
|
| Error Launching: E:\acmboot.exe | 27 Dec 2004 15:31 GMT | 1 |
Um Yeah, There was an error trying to install this, and i remember last time i ran some command on the acmboot.exe and typed in some paramaters but i cant remember, can someone please tell me? Win XP Pro SP2
|
| Win32 API for Listing domain users | 27 Dec 2004 15:29 GMT | 1 |
Are there any api's available for retrieving all the users of a domain and to create a new domain user?
|
| Using multipage Office Userform in VB 6: Only caption bar shows when shown. | 27 Dec 2004 12:04 GMT | 5 |
I have previously used a multipage Userform from Office in VB 6. VB treats is as a Designer. Today, I encountered something strange. In VB 6, for a particular multipage Userform, only the caption bar is
|
| Creating DLL | 27 Dec 2004 11:43 GMT | 1 |
I wish to write some generic functions /procedures that I want to be compiled into a DLL that I will generally call from my VB (and even Visual FoxPro) applications. I am able to compile the project (of type "Axtive-X DLL") into a DLL file,
|
| Lines in a Rich Text Box | 27 Dec 2004 08:14 GMT | 11 |
Any simple way to determine how many lines exist in a Rich Text Box. Each line could be different lengths and I am not quite sure the way to do this is count the number of vbCRLF exist. Any quick way of doing this?? Thanks
|
| Executing Commands in Command Prompt in VB | 27 Dec 2004 05:56 GMT | 1 |
I want to execute a command from a visual basic program in command prompt.The command is like this osql -E -U sa -i a.sql I used shell "osql -E ..."
|
| Image resize quality? | 27 Dec 2004 03:09 GMT | 4 |
I am trying to build a small module into an existing project that will allow the user to resize and save an image. So far the quality I have been able to achieve is dismal. My experimenting has included a simple Image control set to the new size and
|
| vb6 to vb.net format question | 26 Dec 2004 23:24 GMT | 3 |
In VB6 the following would accept a text value such as 11.01 and return it formatted thus £11.01. In VB.Net the routine returns £0.00. Sub Money_LostFocus(ByRef vl As String)
|
| Hide Buttons When Resizing | 26 Dec 2004 17:05 GMT | 6 |
Hi again! Another thing I needed to do and I do not know how is that, whe resizing the main form, when a button gets 'cropped' because of makin the form smaller; if it gets cropped even by 1 pixel; I would like t
|
| datagrid problem still a problem | 26 Dec 2004 15:47 GMT | 3 |
I'm starting to get frustrated. I'm pretty sure it's likely to be an obvious problem, but, I cannot figure it out. I've included my code below. Some things I've added to help me try and track the problem down. Some to try out idea's I had about something or other. But my
|