| Thread | Last Post | Replies |
|
| AT Command in VB6 | 23 Feb 2007 13:59 GMT | 6 |
I have wrote an application that can send and receive sms's thorugh a Falcom Samba75 GSM Modem. I have got a problem when sending the sms, using the "GSM" character set: if I want to write the "€" symbol into the text i am sending, I am supposed (as I found on every forum) to
|
| Maybe a dumb user q - How do you find out the path to the user | 23 Feb 2007 13:46 GMT | 7 |
Maybe a dumb user question, however...how do you find out the path to the user folder, is it an API call? Also will this work under both XP and Vista. Thanks in Advance Lorne Steiner
|
| Compairson to a fixed length string | 23 Feb 2007 08:43 GMT | 6 |
I have a fixed length string that I am trying to see if it has any value then given it when defined. Dim FLS as String * 5 I have tried any number of means including
|
| how does a recordset work ? | 23 Feb 2007 04:01 GMT | 4 |
My memory capacity is 384 MB and I have opened a DAO recordset that is larger than the capacity successfully. It has 900000 records. Each record contains 1000 characters.
|
| Browse for Folder | 23 Feb 2007 03:56 GMT | 4 |
Ok I am going cross eyed looking at this. We are so close. I can browse for folder and if I have a default folder on a mapped drive it works but if my default folder is a network share it does not default to it. I need help anyone having this problem.
|
| Moving a file | 23 Feb 2007 02:58 GMT | 3 |
Can anyone tell me how to move a file from one folder to another in VB6? Thank you for any and all help Richard
|
| collections large remove or clear | 23 Feb 2007 01:20 GMT | 6 |
am using VB5 to produce an app that does 3D plotting of structures (buildings etc). The structure is a collection of elements and each element contains collections of local axes and faces (the shape of the beams) which are themselves collections of node points (x,y,z) for ...
|
| finding applications data folder from common dialog | 22 Feb 2007 22:00 GMT | 1 |
I’m using the common dialog “Show Open”. I’d like to leave the path set to the last folder used, however if the user desires to return to the applications data folder it takes many clicks to drill down to it. I can’t imagine most customers even being
|
| need tabstrip and imagelist help | 22 Feb 2007 21:54 GMT | 2 |
i am using the tabstrip control and i want to use 16*16 icons in the tabs i can initialise the control like this: Set TabStrip1.ImageList = ImageList1 however i keep running into trouble with this statement:
|
| (O.T.) online univ programs? | 22 Feb 2007 20:36 GMT | 4 |
Anyone know of good University offering online programs in programming/analysis/design? I see that since my background is not in computers I'm really slow at trying to teach myself via this fantastic ng and reading books alone.
|
| Printing in IE with no prompt | 22 Feb 2007 20:09 GMT | 8 |
VB6/ SP5/ IE 6 I build an HTML file, display inside Web browser; however, I need it to print directly to the default printer. No dice, prompt (print dialog box) always appears.
|
| timezone on remote pc | 22 Feb 2007 18:56 GMT | 3 |
I have to ghange the time zone on nt remote machines. I use timezonedefinition.reg and timezoneinformation.reg or a C++ program with RegOpenKey, RegSetValueEx, etc functions. But in both cases, I have to reboot the pc after.
|
| How to add a hyperlink text in a text box? | 22 Feb 2007 16:04 GMT | 3 |
Can anyone please help me out to add a hyperlink text in a text box so that when ever the user clicks the link the IE Explorer should open and display the page. Regards,
|
| WebBrowser as Control array | 22 Feb 2007 15:09 GMT | 3 |
How can I use WebBrowser_DocumentComplete when WebBrowser is being used as a control array? Thanks
|
| VB6 MSXML2.XMLHTTP40 Error | 22 Feb 2007 14:12 GMT | 2 |
I have a VB6 program that I use to check content on our websites. We have regionally distributed sites so I loop thru and execute cthe same content checks for each site (only the IP part of URL is different). Been running successfully for years. Once in a while I get an error ...
|