| Thread | Last Post | Replies |
|
| Formula ?? | 18 Mar 2005 16:10 GMT | 5 |
Hi guys .. i have a code goes like this >> in form1 it has TWO listboxes ..namely list1 and list2 .. and ONE commandbutton namely command1 .. inside the form1 is has a code like this
|
| Q: Project File Naming | 18 Mar 2005 16:07 GMT | 1 |
Hi group, I've long since forgotten the answer to my following question(s), so I am turning to the group here for help. In working with VB, I've run across project files (forms, modules, classes)
|
| IDE Problem? Lost track of the project? | 18 Mar 2005 15:24 GMT | 4 |
List: Got a strange IDE problem. On loading my project, the IDE complained that it "couldn't locate the project $/ProjectDir" . . but the project loaded just fine.
|
| MutiLanguage | 18 Mar 2005 12:43 GMT | 2 |
I have written a program with a few hundred msgbox pop-up , menu drop downs, and a number of forms with lables. I am now considering translating it into a number of other languages. I have someone who will translate the phrases. Can any one guide me to a web
|
| Textcolor of a tab in TabStrip-Control | 18 Mar 2005 12:07 GMT | 3 |
Does anybody know how to change the textcolor of a tab in TabStrip-Control (aus Microsoft Windows Common control 6.0)? Thanks in advance.
|
| vb6 learning to enterprise problems | 18 Mar 2005 09:17 GMT | 3 |
I have a number of programs written in vb6 learning. I've now upgraded to VB6 Enterprise and find that all my forms are read only!! Why?
|
| DataGrid VB 6 | 18 Mar 2005 05:04 GMT | 1 |
I am having a problem when add a new record on the Form and then seeing that record in the datagrid. If there are no records it works fin, but when I add a new record to exiting record I am getting subscript out of range, I noticed that after columns (0)
|
| shell32.dll problem opening email | 18 Mar 2005 03:08 GMT | 1 |
I have the following statement that is used to send and email message. lngRtn = ShellExecute(frmCodeGen.hwnd, "open", sParams, vbNull, vbNull, SW_SHOW) The stratement works fine on one of my systems (XP Pro) but goes into
|
| WHAT if ? | 18 Mar 2005 00:49 GMT | 9 |
what if microsoft stop supporting vb(classic) ? what will gonna happened ? Can i use vb(classic) even microsoft doesn't support it anymore ?? i'm just a newbie in vb and i don't have any programming experience..
|
| Is Me.Name always the same as the modulename? | 18 Mar 2005 00:47 GMT | 2 |
List: When I read the Name property of a form from the form itself: Debug.Print Me.Name Is that always going to be the name assigned in the properties window?
|
| vb dependencies | 17 Mar 2005 23:34 GMT | 1 |
I am working with a solution that created several dlls written in vb.net. These dlls use a number of common symbols, defined types and methods. I would like to be able to put all these definitions into a .vb file and have all the dll projects incorporate this single file into ...
|
| as Word.Application word2002 word97 help me please | 17 Mar 2005 23:11 GMT | 1 |
with a vb program I need to open word97 and do some change in this format. but because I have also word2002 it's going to open 2002 even if word97 is open. can you help me 'word doc public var declaration
|
| Processing Appbar Notification Messages in VB | 17 Mar 2005 21:55 GMT | 4 |
Having now successfully implemented my application using an appbar (I resolved my previous problems by adding a DoEvents just before I position my appbar after registering it) I now need to handle appbar notification messages from the system.
|
| Looking for a free calendar control | 17 Mar 2005 21:41 GMT | 5 |
Do you know of any good free calendar control that you can create schedules on multiple dates ? Thank you.
|
| How do I convert an XML string into a recordset? | 17 Mar 2005 20:48 GMT | 16 |
I have an XML string, that was created from a recordset and sent over the Internet, and I wish to convert it back to an ADO Recordset. Any ideas how I do this? I have looked around and seen hints and ideas, but nothing concrete enough to get me going. I'm sure it's very simple,
|