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...
of course , sorry. I mean - turning like in a mirror. column 0 - column n column 1 - column n-1 . . etc... the big problem for me is that I want the...
Hi, HELLO I'm going to explain my probleme I wish you can help me. For my training course, I must carry out an application under VISUAL BASIC STUDIO 2008. This...
how you can store the result of min max query in a variable. ex. rs.open "Select min(fieldname) as minimun, max(fieldname) as maximun from table1 where name =...
try  var1=rs(minimum)  it might solve ur problem ... From: jorge_viper57 <jorge_viper57@...> To: vbhelp@yahoogroups.com Sent: Wednesday, 3 September,...
Hello, I am trying to take a large number in VB6 (2047857876) and make it look like this (2,047,857,876). The beginning number will never have spaces in it, so...
what do you mean by a 'result of a query' ? functions like MIN() , MAX() return one record. for both you need two queries or one more complexed query if you...
anyone knows this kind of project well? Im trying to create one and have mannny difficulties. My cant get the new installation to remove the previous version...
Dear All, Iam beginner in vb.net. May any help me or give an example how to to read and display dicom(.dcm) file in vb.net(pure) without using component from...
best regards.. I am archieven a Computer engineering student... I need to read barcode from an image using vb.. can anyone help me?? please give me sites or...
Hi All, I am using vb 6 and MS access for my application. There are certain words used in the application (about 60). I just want the possibilities to be...
I have the following problem : I have to fill a dbgrid with the results of 3 queries in the next manner : first x rows - results from query1 next y rows -...
use an UNION select ... From: Miron M <miron_ol@...> Subject: [vbhelp] help me please To: vbhelp@yahoogroups.com Date: Saturday, October 4, 2008, 3:52...
Just use pure vb code to return the recordsets. Load the recordsets into a flexgrid. You then have complete control over what you display. Practically every...