Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15749 - 15778 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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....
Gil
gilparsay
Offline Send Email
Jul 2, 2008
2:11 am
15750
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...
paul sharrock
paul_sharroc...
Offline Send Email
Jul 2, 2008
4:44 pm
15751
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...
Gil
gilparsay
Offline Send Email
Jul 3, 2008
4:53 pm
15752
can I connect to sql server without specifying a DBname ? I want to create DB after I have a connection. thanx....
Gil
gilparsay
Offline Send Email
Jul 7, 2008
9:13 am
15753
Yes. You can try this. myConnection = "Driver={SQL Native Client};Server=myServerAddress;Database=" & myDataBase & ";Trusted_Connection=yes;" myDataBase = will...
Mitos Malana
theselkie_girl
Offline Send Email
Jul 8, 2008
8:04 am
15754
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...
Gil
gilparsay
Offline Send Email
Jul 10, 2008
3:28 pm
15755
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:...
Mitos Malana
theselkie_girl
Offline Send Email
Jul 11, 2008
1:08 am
15756
I cant find any adventage of th using their FlexGrid over DataGridView when working with XML. their gridchanges the XML structure , and then I use...
Gil
gilparsay
Offline Send Email
Jul 15, 2008
3:55 pm
15757
HI , DOWLOAD MSDN FILES  TO ACTIVAT HELP ... From: Gil <gilparsay@...> Subject: [vbhelp] hi all. anyone have experience with ComponentOne components? ...
Armen avedeessian
armeniraq
Offline Send Email
Jul 16, 2008
5:07 pm
15758
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...
Saifuddin Ahmad TINKU
saif_tinku
Offline Send Email
Jul 18, 2008
12:46 pm
15759
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:...
Iqbal hossain
iqbalcse2000
Offline Send Email
Jul 20, 2008
9:17 pm
15760
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...
Gil
gilparsay
Offline Send Email
Jul 23, 2008
6:31 am
15761
- 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...
Gil
gilparsay
Offline Send Email
Jul 23, 2008
6:31 am
15762
Could you explain what 'turn left to right' means ? Rob...
crombierob
Offline Send Email
Jul 23, 2008
4:02 pm
15763
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...
Gil
gilparsay
Offline Send Email
Jul 25, 2008
5:37 pm
15764
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...
hk.8758
Offline Send Email
Aug 2, 2008
5:21 pm
15765
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 =...
jorge_viper57
Online Now Send Email
Sep 3, 2008
12:15 pm
15766
try   var1=rs(minimum)   it might solve ur problem ... From: jorge_viper57 <jorge_viper57@...> To: vbhelp@yahoogroups.com Sent: Wednesday, 3 September,...
Tejpal Singh
tejpal_1979
Offline Send Email
Sep 4, 2008
12:50 pm
15767
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...
¾ ßúzzè...
ezbuzzit
Offline Send Email
Sep 4, 2008
9:28 pm
15768
dim num as double dim str as string num = 2047857876 str = format(num,"###.###.###.###.###.##")...
Caio Kinzel Filho
caiokfbb
Offline Send Email
Sep 4, 2008
11:28 pm
15769
var1=rs("minimum") or var1=rs(0) Regards, Md. Iqbal Hossain http://www.SabaSafa.com Do you need a coder?...
Iqbal hossain
iqbalcse2000
Offline Send Email
Sep 6, 2008
7:51 am
15770
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...
Gil
gilparsay
Offline Send Email
Sep 6, 2008
9:56 am
15771
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...
Gil
gilparsay
Offline Send Email
Sep 11, 2008
5:24 pm
15772
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...
Agus Pradikta
agus_pradikta
Offline Send Email
Sep 17, 2008
1:37 am
15773
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...
rachverne207
Offline Send Email
Sep 24, 2008
7:53 pm
15774
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...
Thanuja K
nuja79
Offline Send Email
Sep 29, 2008
11:32 pm
15775
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 -...
Miron M
miron_ol
Offline Send Email
Oct 4, 2008
1:47 am
15776
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...
Tomita SERBAN
tom67ro
Offline Send Email
Oct 4, 2008
5:15 pm
15777
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...
Rob
crombierob
Offline Send Email
Oct 5, 2008
4:21 am
15778
How to load multiple recordsets into the flexgrid ??? The other problem is that the grid what i use is truedbgrid which has the printing capability...
Miron M
miron_ol
Offline Send Email
Oct 5, 2008
1:40 pm
Messages 15749 - 15778 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help