| Thread | Last Post | Replies |
|
| Creating a mouse event on the menu | 28 Sep 2006 17:40 GMT | 5 |
I would like to create a mouse event on the menu other than the click event. I need to be able to distinguish whether the menu item is coming from a keyboard shortcut or from a mouse click on the menu itself. I already tried using the keydown event on the form but for some
|
| Check if variant variable is integer | 28 Sep 2006 16:49 GMT | 3 |
I have the following code:- Select Case Right(week, 2) Case "" Do some code
|
| setup and msi | 28 Sep 2006 16:38 GMT | 2 |
can anyone help me, i have just started using the msi format for application deployment. does anyone know how to make the msi autorun from cd or which install makers can deal with msi's im sorry if this seems stupid, please help if you can
|
| Controls.Add problem BECAUSE OF install set components. | 28 Sep 2006 16:35 GMT | 1 |
Dear all, I need to solve problem. Here it is: That code works. Dim x As Object Set x = Controls.Add("VB.TextBox", "x", Me)
|
| Using Excel in VB6 | 28 Sep 2006 16:34 GMT | 22 |
I just finished developing a software that needs to read differents settings that might vary in the future. In order to avoid changing the software every time, I put all the settings in an Excel file and read that file from the software. This software will be distributed to our ...
|
| Label halfway out of its container | 28 Sep 2006 16:04 GMT | 26 |
Hello group, is it possible to draw a label inside a PictureBox, and to have a part of it sticking out of the Box ? If impossible with VB6 only, can it be done with API's ? How ?
|
| variable not defined | 28 Sep 2006 14:32 GMT | 32 |
I am attempting to print a couple of forms with picture boxes picture1 and picture2 i keep getting during compilation variable not defined "Picture2" here is the code snippet can you help I used the picture1 code for picture2 for simplicity sake i just want to
|
| Out of my league. Japanese character support | 28 Sep 2006 13:45 GMT | 3 |
Ok, I don't even know where to start. I guess, first does anyone know if it's possible. I'm in VB5. I'd like to use Japanese characters in menus and control names. I suppose those would be 2 byte characters?
|
| How Do I .... | 28 Sep 2006 12:10 GMT | 4 |
#1) Make use of the data that the user has input and convert them into binary ? I need to translate latitudes and longitudes into binary number which must be decoded at a later stage of the program.
|
| menu | 28 Sep 2006 11:24 GMT | 1 |
how can i add a bitmap in popup menu
|
| How to print unicode in VB? | 28 Sep 2006 07:47 GMT | 6 |
Can someone help me? I need to print unicode characters like Japanese and Chinese characters from a textbox. I am able to display these characters using form 2.0 object library. However the printer outputs questions marks ????? for those characters.
|
| Setting default folder location | 28 Sep 2006 06:22 GMT | 1 |
I'm using VB6 and would like to automate the update process a little more for my clients. Currently, they click a button in my app that Navigates to a file located on my web server. When asked to save or open the file, they choose Save and the Internet Explorer save dialog box ...
|
| Microsoft Word Bookmark Problem | 28 Sep 2006 05:18 GMT | 2 |
Hi, i have a VB 6.0 code which open a Microsoft Office Word 2003, then find the exactly bookmark, then print a text in the bookmark position. This is my code : ------------------------------------------------------------------------
|
| need help with vb shell command | 28 Sep 2006 01:41 GMT | 3 |
I am stuck with a problem. it would be highly appreciated if anyone could help. i am executing a java program from my vb program using shell command. the java program outputs some text to the standard output.
|
| SHBrowseForFolder & setting root folder | 28 Sep 2006 00:53 GMT | 2 |
I'm using SHBrowseForFolder API to generate a folder browse dialog. I'd like to set a default folder from which the browse dialog will open to. This is accomplished by setting the BROWSEINFO structure's .pidlRoot property to the PIDL of the root folder from which to start ...
|