| Thread | Last Post | Replies |
|
| Displaying output in a list box... | 17 Jul 2006 18:14 GMT | 1 |
I'm still new to VB, so this may be an easy question... I have to generate a business travel expense attachment for an income-tax return. The problem I am having is that I need to display the output in a list box that becomes visable when the button is
|
| Getting the parten clss | 17 Jul 2006 17:39 GMT | 3 |
Is there any way of getting the parent class ? For example: set objTest as clsSub Can the ClsSub get the class calling it as an object ? David
|
| Sending an XML file to a website? | 17 Jul 2006 17:38 GMT | 2 |
Hi there. Basically, i need to be able to send an XML file to a website, this is the information the website has given me: "Requests are submitted via the HTTP POST method, with a Content-Type of text/xml. Sessions are usually synchronous, with the requested XML
|
| help me please.... (filter chart) | 17 Jul 2006 16:36 GMT | 15 |
nice to see you again i`m so sorry to multi post here coz i`m so confused with it i have a problem filter chart used checkbox
|
| VB6 and WebBrowser control and setting content using a string | 17 Jul 2006 13:42 GMT | 6 |
I have the HTML for a document loaded and saved as a string, strHTML. I also have a WebBrowser control, WebBrowser1. How do I set the content to the HTML string without saving to a temporary file and then passing a pointer to that file. I'd like to just pass the memory location.
|
| function to copy the next data of a field in another field.. some like tabla(i,j) = tabla (i,j+1) | 17 Jul 2006 13:17 GMT | 3 |
I'm trying to make that copy the all row in the field1 to field2 like this: field1 field2 9.0 10.0
|
| Connectivity to txt file | 17 Jul 2006 13:00 GMT | 6 |
I want to store data in a text file instead of using database so how can i? Tell me the code.
|
| Centering text vertically in label | 17 Jul 2006 12:56 GMT | 5 |
Is there way to center the text vertically in a label?
 Signature Mario
|
| documentation in SDLC | 17 Jul 2006 12:43 GMT | 7 |
I work in a BPO company where we have a small software team of 3-4 programmers. Because our core competency is BPO, our software team has been functioning without any docuemnation till now. We are unable to follow the regular SDLC documentation because we need to develop
|
| How to fix error 380 Invalid property value. | 17 Jul 2006 11:20 GMT | 3 |
I had a program running fine in VB with Win XP. Suddenly It started giving this error 380. I had not made any change in the code. strSQL_iscompl = "PARAMETERS [VOUCHER_NUM] string;SELECT chq_dd_no,chq_dd_dt FROM " & m_vouch_dtl_table & " " _
|
| Playing with the Dark Side | 16 Jul 2006 23:52 GMT | 60 |
I have been looking at possibly, and I mean ONLY possibly venturing into VB.NET. I like the look of VB 2005. I am seriously deranged or what do the rest of the group really think? Are we all just frightened of tackling something new (something that might only have a passing ...
|
| People who have problems with NTSVC.OCX | 16 Jul 2006 22:51 GMT | 4 |
Many people have problems with NTSVC.OCX and the example code. After spending half my day debugging it on an up-to-date XP box I have come to the following conclusion(s): a. the Debug property, meant to enable the service start event to run
|
| VB6, vb5 and net? | 16 Jul 2006 16:07 GMT | 8 |
Was this the newsgroup that was decrying M$ move out of vb and into .net? Is vb5 still supported? Do you guys think it is still worth learning vb? Can it be used to write routines for copying files under Windows Explorer on Windows XP? I have been learning to write and modify ...
|
| Agreeing to my conditions of use | 15 Jul 2006 16:27 GMT | 8 |
I'm ready to compile and distribute my fantastic VB programs! I'm using the Learning Edition of VB6. Am I able to include the capability of asking the user of my programs to check an option button if he/she agrees (or not!) to my conditions for use
|
| Creating help file by standard method | 15 Jul 2006 15:27 GMT | 2 |
I have almost completed my project and now want to stard with creating help file.. i have tried to search on net and group but couldn't find any perfect tutorial.
|