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...
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...
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 ...
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...
#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@...
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@...
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]...
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]...
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,...
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...
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...
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...
Hi! Do you know how to use ActiveXeSVG -component to move String - variable from VisualBasic to Javascript by using ActiveXeSVG2.evaluate method? is that...
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@...
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...
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...
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@...
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...
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:...
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...
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...
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:...
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...
... 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...
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...
hi kanak, i also got same problem. if you get the soln. please send me also. thanks. regards, rajasekhar ... __________________________________ Do you Yahoo!? ...
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...