I have a couple of thoughts, one of which is a bit radical(some might say cowardly). I never distribute my applications as installers. I just give them the...
PS I use Fat32 Not sure if NTFS would be as tolerant of my simplistic approach. If you are using NTFS on the main drive, I believe you could use Fat32 on the...
Could you provide some samples of FLexGrid operations in VB6 which can add or edit fields informations and those can save into tables Regards Suresh...
Dear My program is in VB and database is in MS ACCESS. Everything works fine when i compile it. I can run the compiled .exe file on the pc which has VB 6...
I would browse through these examples - www.vb-helper.com/index_controls.html#flexgrid www.vb-helper.com/index_database.html#ado In the latter one, ignore any...
Hi, I'm sending u MSADODC.OCX just download attachment file and place it in client computer as per given below instruction. Register and install OCX files in...
Hi all, im lil bit confused with this one. i hope there are some explanation from you all. i use internetdial (wininet method) in my project to make a DUN...
You can create installer for your application using "Package & Deployment Wizard" Regards, Md. Iqbal Hossain http://www.SabaSafa.com Do you need a coder? ... ...
I was given a program that is able to read an Excel sheet and generate a report from a certain row in Word document format. here are the functions I need to...
Dear friends, Can anybody help me as to how i print a A4 size half page bill printed and also the printing head should stop at that halfway mark? Waiting for...
...instead of just making a reference? Colleagues, I wasn't able to find a definitive answer to this one on the web. Is there a way in VB6 to make a copy of an...
... In VB6, structures work that way, but not classes. I guess you could store all of the class' properties in a structure, and then have one property which...
Adelle Hartley
adelle@...
Jun 25, 2008 5:19 pm
15746
before giving up. hanging myself in the closest eatery. I have a class. I want to Type.GetType("MyClass"). it returns Nothing. i tried it when the class...
Hi, This link may help (especially if you post your questions) - http://www.vbforums.com/showthread.php?p=3161835#post3161835 Also these may help - ...
... From within the class, just GetType() From elsewhere, GetType(MyClass) (no quotemarks). Adelle....
Adelle Hartley
adelle@...
Jun 30, 2008 3:02 pm
15749
client/server application. And it's realy not my field. Im using TcpListener/TcpClient. I want to test many things on my computer befor I start to jump around....
hi there are 2 ways that u can go your application can have both a client and server process on the same machine (and every other machine that uses your...
thanx Paul. now I have another question(if you dont mind). again - it's not my field (yet) so Ihave almost no idea where to start. my applications work well...
1) I m looking for a grid control alowing me to work with XML. does anyone know such thing? the only grid Iknow is the DataGridView thanx again for all of you...
You can also try mshflexgrid. _____ From: vbhelp@yahoogroups.com [mailto:vbhelp@yahoogroups.com] On Behalf Of Gil Sent: Thursday, July 10, 2008 3:57 AM To:...
HI , DOWLOAD MSDN FILES TO ACTIVAT HELP ... From: Gil <gilparsay@...> Subject: [vbhelp] hi all. anyone have experience with ComponentOne components? ...
Hi all: I am using a special font in my application and I want to embed that font into the installation package. Would anybody help me please? Regards, Tinku...
Use 3rd party deployment tools such as setup factory ,install maker etc. Regards, Md. Iqbal Hossain http://www.SabaSafa.com Do you need a coder? ... From:...
I want my grid to turn left to right - the fixed columns is it possible? it seems to me that there isnt such a property for a grid control. any idea how to...
- in a network? Im thinking of streaming the file through a socket and rebuild it, but I would like to find out that there is a more simple way for me to do...