Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6334 - 6364 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6334
Hi, I'm currently looking for a way to look up a file before opening it so that the program doesn't crash if it's not there. I'm particularly interested in...
Adam Eyring
ameyring
Offline Send Email
Dec 1, 2004
4:54 pm
6335
instead of a textbox to file out use the browser object to select the file. ... From: Adam Eyring To: visualbasic_official@yahoogroups.com Sent: Tuesday,...
Joe Peay
josephpeay
Offline Send Email
Dec 1, 2004
7:27 pm
6336
File Open Dialog is the best way, but you can also use File System Object to verify that the file exist with the FileExist() method. A quick google for "File...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Dec 1, 2004
11:41 pm
6337
send me the code then only i can understand your problem unclesmart2000 <unclesmart2000@...> wrote: Hi everyone, I have a problem which is supposed to be...
madhav tr
madhavtr
Offline Send Email
Dec 2, 2004
7:57 am
6338
madhav tr <madhavtr@...> wrote: Please see the attachment. I tried to explain a little about the program in the .DOC screen shot. Thank u very much. send...
Smart Adenigba
unclesmart2000
Offline Send Email
Dec 3, 2004
5:52 pm
6339
Can anybody show me an easy way to add icon in menu bar.tks. regards, Warren ...
Warren Ang
warr_ang25
Offline Send Email
Dec 3, 2004
5:52 pm
6340
Hi! does anybody know how to remove the icon in the form? regards, warren #####################################################################################...
Warren Ang
warr_ang25
Offline Send Email
Dec 3, 2004
5:53 pm
6341
I am a novice vb.net programmer. Can some one help me open a vb.net .exe through a button click on a excel 2003 spreadsheet? Your help is much appreciated. ...
Ryan Marranca
lredskin27
Offline Send Email
Dec 4, 2004
12:30 am
6342
I am a novice vb.net programmer. I would like to know how to opening a VB.net .exe through a button on a excel 2003 spreadsheet. Any help at all would be...
lredskin27
Offline Send Email
Dec 4, 2004
12:30 am
6343
Hi, Go to Form -->Properties Choose Icon Property Then Remove (Icon).. (now the form icon will be removed.but some box will appear) If u don’t need the Title...
Arul Nayagam
arul@...
Send Email
Dec 4, 2004
8:05 pm
6344
Hey all, I'm wondering if it's possible to create a program in VB.NET that would be able to 'talk' to a ASP.NET DLL in a client-server fashion? Let's say...
pogowolf
Offline Send Email
Dec 5, 2004
7:04 am
6345
Hi sir, thanks for the reply. ... From: Arul Nayagam [mailto:arul@...] Sent: Saturday, December 04, 2004 1:15 PM To: visualbasic_official@yahoogroups.com ...
Warren Ang
warr_ang25
Offline Send Email
Dec 6, 2004
4:38 am
6346
Hi all, I am trying to write a program (in Visual Basic .Net Standard Version 2003) that will basically log into a remote website (the login is a javascript...
Robert Pace
quepid69
Offline Send Email
Dec 6, 2004
4:38 am
6347
Hi, As far as I understand, your question is too board to answer however, i think web services what you are looking for. PogoWolf <pogowolf@...> wrote: ...
TolgaGÿfffffffffff...
Tolga_Gunduz
Offline Send Email
Dec 6, 2004
4:38 am
6348
Hi all, In VB.NET inside solution explorer i have two windowsapplication projects. How a method defined in a module in one windowsapplication can be accessed...
nmsdotnet
Offline Send Email
Dec 6, 2004
6:00 pm
6349
Thank you for the reply. What I'm looking to create is a IRC chat server in .NET that can be used on one of the free ASP.NET hosting sites. Since they don't...
pogowolf
Offline Send Email
Dec 6, 2004
6:00 pm
6350
Yes, you can do this with web services, just develop your web services project as you request then publish it in the web server. (You must refer to help and...
TolgaGÿfffffffffff...
Tolga_Gunduz
Offline Send Email
Dec 6, 2004
9:58 pm
6351
Hi, I posted this question already in the groups. One answer I got was to use word object. But, how to go abt that ? Are there any other ways ? I have file as...
i_vijai
Offline
Dec 7, 2004
4:30 pm
6352
After the reply I did some searching on Web services, and sure enough, that's what I'm looking for. =) As for the website check out: http://www.brinkster.com/...
pogowolf
Offline Send Email
Dec 7, 2004
4:31 pm
6353
Hello All, Trying to make the shift from VB6. Have re-written a program I had made originally in VB6 that uses a 3rd party OCX. I am having trouble creating a...
jward448
Offline Send Email
Dec 8, 2004
5:07 pm
6355
Hello I m facing some problem in interfacing Nokia 62 series Serially. I m using Mscomm control setting 9600,n,8,1 . I Send AT command serially to Nokia it is...
Farooq Hassan
syedfarooqha...
Offline Send Email
Dec 16, 2004
7:16 am
6356
Dear All, I need your help .. please if anyone know technical details about Visual Basic Compiler and how it works .. please share it with me .. Thanks in...
rabei_ali2000
Offline Send Email
Dec 20, 2004
10:31 am
6357
I want to monitor How many documents are in the Printer Que, and once it reaches like 3 Pop up a msg box to delete the files,, .?? please help!! -- No virus...
Brian E Boothe
castertroy67
Offline Send Email
Dec 20, 2004
10:31 am
6358
Do you know what the proper syntax is to determine how many rows meet a certain criteria from a table? I tried: Me.OleDbSelectCommand1.CommandText = "SELECT...
Charles Parks
cpbgark
Offline Send Email
Dec 20, 2004
5:59 pm
6359
It looks like your trying to mix vb variables into your SQL there. Is "Environment.UserName" a VB object/variable? What is "vCount"? More than likely this is...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Dec 20, 2004
8:53 pm
6360
Is "Environment.UserName" a VB object/variable? yes, it is a system variable for who the current user is? What is "vCount"? The number of times the value of...
Charles Parks
cpbgark
Offline Send Email
Dec 20, 2004
10:01 pm
6361
Anyone know how to have a vb application handle a website's form based authentication? The website I am trying to work with uses the j_security_check type of ...
Robert Pace
quepid69
Offline Send Email
Dec 20, 2004
10:01 pm
6362
Ok, so then the following should work for you Me.OleDbSelectCommand1.CommandText = "SELECT count(*) FROM StfAccess" & _ " WHERE StfMbr = '" & ...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Dec 21, 2004
1:16 am
6363
hai anyone interested to get vb6 source code with full project description?. This project is fully working financial accounting and job costing. developed in...
bmkdubai
Offline Send Email
Dec 22, 2004
6:13 pm
6364
Yes I am interested plz send me. __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. ...
Rupesh Parihar
rupeshvb
Offline Send Email
Dec 23, 2004
10:38 am
Messages 6334 - 6364 of 9531   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