| Thread | Last Post | Replies |
|
| Save & Open data entered in a form... | 05 Jun 2008 11:26 GMT | 4 |
I would like to create a form using MS VB 6 with 1 textbox for question entry & 4 option boxes for answers. User can enter more than 1 question at a time & all the entered question will be shown in a listview. Moreover, I would like all the questions & answers to be able to save ...
|
| VB6 and Multiple Monitors | 05 Jun 2008 06:07 GMT | 2 |
I have two monitors. When I run my VB6 app in the second monitor, it doesn't act normally as it does on the main monitor. Then today, one of my customers sent me this: "When I minimize the program on the secondary monitor I get Run-time error
|
| VB6 & VB.NET Forms - Non Modal | 05 Jun 2008 04:00 GMT | 2 |
I have a situation here. I have a main form in VB6 from where I am calling two VB.NET Forms and then another VB6 form. All of them are modeless and I am expecting them to be independent to each other. Even though forms which are written in VB.NET are OK but whenever I am
|
| SQL AVG a Time Field | 04 Jun 2008 20:15 GMT | 14 |
In my VB program i am trying to get an average time by an SQL statement from my database. The field (trip_time) data looks something like this... 00:20:00
|
| XPS document location | 04 Jun 2008 18:55 GMT | 3 |
Windows Vista Home Premium, Visual Basic 5.0 Pro When printing to the XPS is there anyway to bypass the 'Save to' screen? I would like to programmatically control where the print file will be saved. Less chance of the user losing their reports.
|
| Excel Attendance Tracker HELP!! | 04 Jun 2008 18:53 GMT | 1 |
I downloaded the excel employee attendance tracker but would love to know how to use it. Would anyone be so kind as to explain what I should be putting in cells
|
| SHELLNK SAMPLE | 04 Jun 2008 15:45 GMT | 2 |
We're looking for a way to add a right click short cut menu to a desktop shortcut(lnk) file. in windows explorer|tools|Folder Options|FileTypes| for example one can select a file type and add 'actions'
|
| Email using vb 6.0 without exchange server | 04 Jun 2008 15:22 GMT | 4 |
I want to send an email using vb 6.0 application. The only hurdle is that the email program has to work on any server. I have reada a few posts regarding this, but I dont know how to do it for sure without exchange server. PLease let me know.
|
| How to call web service created by Soap toolkit wsdl Generator | 04 Jun 2008 13:41 GMT | 1 |
I have used Soap Toolkit WSDL generator to generate web service. The service name is Test on 127.0.0.1. Now I want to test the web service in IE. So I type in address
|
| Object variable or With block variable not set | 04 Jun 2008 13:31 GMT | 11 |
I have the following code: Private Function MakeDoc(nl As IXMLDOMNodeList, elemName As String) As DOMDocument40 Dim doc As New MSXML2.DOMDocument
|
| How to retrieve XML nodes name and value | 04 Jun 2008 13:31 GMT | 15 |
I have a function call which returns XML from web service. I have write the code as following: Private Sub Command1_Click() Dim client As New SoapClient30
|
| GetAllSettings | 04 Jun 2008 09:07 GMT | 3 |
VB6SP6 Vista Ultimatum Drug out some old code to play with. In it it has Dim vVar as Variant ' receiving an array, or empty if bad App or Sec
|
| Secuirty Warning of Outlook | 04 Jun 2008 07:08 GMT | 6 |
I am trying to read my inbox messages from VB6, but I get a security message every time a message will be read. Is there any way to suppress this ? Thanks a lot!
|
| PaintPicture | 04 Jun 2008 03:49 GMT | 9 |
VB6SP6 want to use pic.PaintPicture to take advantag of neg args to flip picture. I currently use picImageStamp(eImageHolder).AutoSize = True
|
| drawing Lines | 04 Jun 2008 03:44 GMT | 7 |
Is the following possible and if so how? I have a form, with a frame, in that frame is a shape(circle). I want to know if I can draw lines in that circle at any one of the 360 degrees for a specific length.
|