| Thread | Last Post | Replies |
|
| Real objects | 11 Oct 2005 14:06 GMT | 8 |
I am kind of new to VB.I need for my aplication to store objects and their properties.I am not referring to VB objects(because of confusion I didn't have much luck by searching it in topics on G Groups) but objects from the real life (car,rock,balloon,etc).I know that you can
|
| can see the Code in EXE | 11 Oct 2005 09:43 GMT | 2 |
This is my first mail to the Group.i would like to know this to all of u. i Created one VB application which will encrpt data that is given to it . i Created an EXE file for that application, when i drag and that EXE file to the notepad i can able to see the variable string and ...
|
| Read File Into Access | 11 Oct 2005 07:26 GMT | 14 |
Hello to all. I would like to know how to read a file and to record it in a Access table. The data of the file are delimited by coma. Thanks
|
| Internationalising Help Files | 11 Oct 2005 05:52 GMT | 2 |
Hope this isn't too dumb a query. I've been developing a VB application for the international market (aimed at Australia and UK initially). I have removed all labels from forms that used to contain dollars or pound signs, and have formated boxes to display the correct local ...
|
| Embed a Word Document | 10 Oct 2005 23:35 GMT | 2 |
Can someone tell me how I could embed a word document in my vb6 application? I have used vb6 to create the data needed for a mail merge. The application creates data from a customer database to print name and address on envelopes or labels. After the data is created I simply ...
|
| Clickable text link in Outlook message | 10 Oct 2005 18:03 GMT | 1 |
Hi: I want to insert a link in an Outlook message WITHOUT the icon. The following code will insert the link with icon. I just can't figure out a way to get rid of the icon. With .Attachments.Add _
|
| Parsing XML file with non-unique tag names using VB | 10 Oct 2005 17:10 GMT | 1 |
While I have a rudimentary understanding of how to read XML where tag names themselves are unique, I am unsure how best to navigate XML where tag names are not unique but instead have unique attribute values associated with them (<object key="something">). I have reviewed many
|
| SHBrowseForFolder - startup folder | 10 Oct 2005 16:42 GMT | 2 |
Is it possible to specify a startup folder when browsing for a folder using "SHBrowseForFolder" within vb6. It seems achievable with .NET but not vb6. Thanks Lee
|
| Checking CRC?? [URJENT!!] | 10 Oct 2005 16:34 GMT | 9 |
I want to write my own routine to calculate the CRC of any given file. Does anybody knows the algorithm or where to find it ?
|
| Java cards-Help Required | 10 Oct 2005 15:50 GMT | 1 |
Dear Members, Hope every one is doing good. Can any one suggest where can I buy good java cards. I have the following information in a website
|
| Write blank field to Acess database | 09 Oct 2005 11:26 GMT | 4 |
I want to write information to an access database (strings) using SQL but it won't save if one of the fields is blank. One only way I can do it is substitute the empty string with a space " " but this seems poor programming. What is the best way to do it?
|
| Help: Trying to login to MySPace.com using MS Inet control | 09 Oct 2005 08:23 GMT | 4 |
I have a small project and I'm trying to login with my usual login/password to myspace.com, but no matter what I do, I can't seem to get it to login! I would really appreciate any help!
|
| Rotated Text Help Needed | 08 Oct 2005 19:47 GMT | 9 |
I've got a little query about rotated fonts that I've never noticed before and I hope that some of you may be able to help me with it. Actually, I think it might be just WinXP that has the problem and not Win98, but I can't check my Win98 machine at the moment. It's a bit of a ...
|
| How do I get at this fieldname? | 08 Oct 2005 19:26 GMT | 2 |
I have this SQL statement in my VB code... mySQL = "SELECT * FROM workord" & _ " INNER JOIN customer ON workord.cust_num = customer.cust_num" & _
|
| Computing for Outlook Express in VB. | 08 Oct 2005 12:51 GMT | 81 |
I have Windows 98SE and when I type up a message I save it to a Temp folder every so often say every five to ten minutes. I could for example end up with more than ten such saves depending on how long the email is. I'm a a sorry hunt and peck typist so losing stuff due to a PC ...
|