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 to share photos of your group with the world? 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 5409 - 5438 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5409
hi evry body i am trying to develop a search engine. Please help me with the following a.. Accesing an online html page source code b.. Fetching text b/w the...
Arsal.
bcs1b2002
Offline Send Email
Feb 2, 2004
5:31 am
5410
If your HTML is XHTML compliant, i.e. it has closing tags on everything and meets XML specs, you can simply use an xml parser. Don't ask me for sample code...
McBride, Ryan D.
divi2323
Offline Send Email
Feb 2, 2004
5:33 am
5411
ican do the same for u but first of one i need to see DLL bcoz im too busy and saturday and sunday only 2 days in week i have for me ,other weekdays of me is ...
ppatidar5@...
ppatidar5
Offline Send Email
Feb 2, 2004
5:18 pm
5412
Can anybody temme whatare abstract oibjects? [Non-text portions of this message have been removed]...
Arsal.
bcs1b2002
Offline Send Email
Feb 2, 2004
5:19 pm
5413
Hello and Greetings: <o:p></o:p> <o:p> </o:p> Web Project Requirements For Visual Studio .NET If you want to create Web projects on a remote machine...
Arsal.
bcs1b2002
Offline Send Email
Feb 2, 2004
5:19 pm
5414
#tablename is the temporary table used as local ##tablename is the temporary table used as global ... From: Chintan Shah [mailto:changesh76@...] Sent:...
Karthikeyan Muthurajan
mkarthik@...
Send Email
Feb 2, 2004
5:19 pm
5415
Hi, Temporary table which is created, specific to the user automatically, bcos every temporary table have session-id linked with user session.So there is no...
Karthikeyan Muthurajan
mkarthik@...
Send Email
Feb 2, 2004
5:20 pm
5416
What is the difference between NameSpace and Class? Regards [Non-text portions of this message have been removed]...
Arsal.
bcs1b2002
Offline Send Email
Feb 2, 2004
5:21 pm
5417
Can any body temme how i can get list of urls of all the pages in a particular site Thanks in advance [Non-text portions of this message have been removed]...
Arsal.
bcs1b2002
Offline Send Email
Feb 3, 2004
2:42 pm
5418
hi, A namespace is a logical groupping of classes, Actually it is done so that there is no conflict in the names of classes, That is two different classes,...
Anoop
hot_bug40
Offline Send Email
Feb 3, 2004
8:15 pm
5419
There is the tool XENU which has that as an option but without sourcecode An: <spectator21@...> Von: "Arsal."...
namani@...
tar294
Offline Send Email
Feb 4, 2004
1:19 am
5420
Try this logic 1. Get the primary URL of the website 2. Get the HTML file of that address 3. Scan it using regular expressions for links. 4. Get the file name...
Karthick V
cartque
Offline Send Email
Feb 4, 2004
8:33 am
5421
Thank you Karthikeyan, Thank you for your reply. Now I have a problem with local Temporary table. I create local Temporary in my vb program, but when i tried...
Chintan Shah
changesh76
Offline Send Email
Feb 5, 2004
1:07 pm
5422
Hello friends I had been asked these questions in interview. can any buddy pls give ans for these 1. What r the default Namespaces in VB.Net & Asp.Net 2. What...
Ramachandra.S.Ekbote
ramachandra_...
Offline Send Email
Feb 5, 2004
1:07 pm
5423
Hi! Do you know how to use ActiveXeSVG -component to move String - variable from VisualBasic to Javascript by using ActiveXeSVG2.evaluate method? is that...
mthamal
Offline Send Email
Feb 5, 2004
1:09 pm
5424
Hi Chintan The problem is that temporary tables (by definition) only last the period of one execution. You're actually performing two executions. You need to ...
Brett Errington
brett@...
Send Email
Feb 6, 2004
2:09 am
5425
Hi, I want to print TIF or GIF files (image files) through visual basic without opening them in any other software...like paint brush, etc... Thanks and...
Nilesh Hajare
n_hajare
Online Now Send Email
Feb 6, 2004
1:58 pm
5426
Hi First of all, thanks for looking at this. I've developed a macro for use in ms word with VB. I want to have a message box pop up that asks the user where...
zen_diver2002
Offline Send Email
Feb 7, 2004
1:35 am
5427
Hi Place an imagebox control in ur form. And in the code do as follows: Imagebox1.Picture = Loadpicture(Filepath) Printer.PaintPicture Imagebox1, 800, 200...
Naufal
mqnaufal@...
Send Email
Feb 7, 2004
6:50 pm
5428
To change the labels on the buttons, I believe you would need to subclass the window. It would be much easier to create your own form and do away with the...
Michael Yard
m_yard
Offline Send Email
Feb 7, 2004
6:50 pm
5429
no help with the raw VB code, but you might consider using something like Paint and keeping it hidden. ... From: "Nilesh Hajare" <nilesh_hajare@...> To:...
;-) jim
jimhollandjr
Offline Send Email
Feb 7, 2004
9:20 pm
5430
Don't use a message box. use a form instead. ... From: Michael Yard [mailto:myard@...] Sent: Saturday, February 07, 2004 8:13 AM To:...
Theron Bird
tbird321
Offline Send Email
Feb 8, 2004
1:08 am
5431
i am an experienced programmer but new to vb6. i have created an application and am ready to deploy it. it was developed on xp pro and will be deployed to...
ncarn8us
Offline Send Email
Feb 8, 2004
4:23 am
5432
I just finished writing a program in VB.Net. Now I have to use the same program, and make it do the same things, using class files and read only statements to...
Cynthia Parker
cindy_nips
Offline Send Email
Feb 8, 2004
4:23 am
5433
Maybe if you post your code, or some more information about what it does, we can help point you the right way to moving it to a class structure. ... From:...
myard@...
m_yard
Offline Send Email
Feb 9, 2004
12:43 am
5434
Hi.. Can anybody tell me how to generate serial number (Incrementing) in cross tab report. Thanks & Regards, Kanak Yahoo! India Education Special: Study in the...
kanak agrawal
agrawal_kanak
Offline Send Email
Feb 9, 2004
12:44 am
5435
... Thanks for responding. Although this may be simplistic to many, I am just starting, and quite lost with this concept. The code I am posting is for a game...
Cynthia Parker
cindy_nips
Offline Send Email
Feb 9, 2004
6:43 am
5436
hallo, semoga tidak kelamaan balesnya setauk g kita gak bisa simpan gambar didatabase yang bisa disimpan cuma path ama nama filenya doang next time use english...
Wendy
kokakola1500
Offline Send Email
Feb 9, 2004
8:32 am
5437
hi kanak, i also got same problem. if you get the soln. please send me also. thanks. regards, rajasekhar ... __________________________________ Do you Yahoo!? ...
rajasekhar chundru
c_rajsekhar
Offline Send Email
Feb 9, 2004
8:34 am
5438
Hi Cynthia, You may create a dice class, which will enable you to create objects of this class an then you may define methods and properties for it as and when...
Sweta Arora
sweta_arora_78
Offline Send Email
Feb 9, 2004
4:44 pm
Messages 5409 - 5438 of 9530   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