Search results for query: *

  1. R

    How to get the IP of my ISP

    I am trying to get the public ip (of my ISP) by which i am identified on the web. But there in dotnet i am using the system.net class that just provides me with the ip of my local machine. When i see it on 'www.whatismyipaddress.com'; it reveals my true ip. Can anybody help me out to get the...
  2. R

    read from excel file.ADO?

    Dear, This is but simple if u have did it with Access. The process is quite same. Just use this connection string: con.connectionstring= "Provider=Microsoft.Jet.OleDB.4.0; data Source=URLLINKS.xls; Extended Properties= Excel 8.0;" here, URLLINKS is the excel file am using here. After the...
  3. R

    Changing the Ip address

    Hi all, Am trying to change the ip address of mine while sending some data out. But could not find a wayout to the problem. I have tried some code snippets from net. but no success. If any body can help, plz do it fast. Thanks a lot in advance.
  4. R

    TAPI 3.0 application doesn't work outside LAN

    Hi all,I have built up an application for voice communication over the net. The application works fine over the LAN. But it does'nt works when i test it over the net. The basic requirement for the communication is the ip address. If any body can help me out, please send it fast. It's...
  5. R

    Resolution Problem

    Hi , Am makin a windows application. This is basically designed on a resolution of 768X1024. But when i change the resolution of my windows, the controls on the form get abnormal in size and get beyond the screen. I want to make it in such a way that the change in resolution can't affect the...
  6. R

    Error in MSN Search Service

    Hey all! Am using the MSN search web service in my application to collect the resulting urls. But each time i run it prompts for an error: The short description is Client Error. If i see in details it says an exception has occured in system.web.services.protocols.... and sometimes it says ...
  7. R

    Generating Threads at Runtime.

    Thanks for this reply. I hav read about threads upto a normal level. But i don't know how to store data and how to retrieve the data from a thread. Will you please clarify that with some simple example. Actually wat am doing is.. am making an application for stocks. (viz. NASDAQ stock exchange...
  8. R

    Deployment Problem

    Hey All!! Am trying to make a setup.msi file out of my visual basic dot net project. But it requires the dotnet framework as a prerequisite on the target machine. I want to remove that from my setup and want to make a freely redistributable package. Please help me out if there is some way to: 1...
  9. R

    Generating Threads at Runtime.

    Hey Vinjaya, I think there is some misunderstanding in between. Cause wat u replied .. is somewat corresponding to the post i replied to another member ..named(mjb3030) whose topic did'nt made a sense for me. But the topic u sent and the example was quite helpful. and i also appreciated ur...
  10. R

    Any one there who can tell how to post data

    Hey Enthusiast, It looks very beautifull(Your image on posts). Can u send it to me? Well about the problem.. It's not at all necessary to be visible to the user, But, the data must be posted where it should be. And one more thing is .. a web page may have more than one form, each using a...
  11. R

    Generating Threads at Runtime.

    You hav sent a quite good stuff. But please mention some description with that. As am not clear as i hav to call that function every time or it will run as a constructor or what? Please clarify the working with some description. I hav used synclock already that is clear. But i want to generate...
  12. R

    Generating Threads at Runtime.

    Am just not kidding .. i know these basic properties. So please don't waste time over that. Send something Realistic if u can. Any way, thanks for your efforts.
  13. R

    Any one there who can tell how to post data

    Hey man!! Am really very tired of it. I hav tried a no of ways. But could'nt succeed. even some elders in this forum refused. Well.. my problem is that.. I hav a URL. It contains a form on it. viz.. name, email, message etc. I have to open the url. fill the information and submit. That's all...
  14. R

    Generating Threads at Runtime....

    Hey everybody! Can anyone there tell me how to create a new thread at runtime. I wish to generate a number of threads at runtime.(i.e. I will not declare them while coding ) . but am looking for a way such that i can generate a variable number of threads at run time as per my requirement. I hav...
  15. R

    Generating Threads at Runtime.

    Hay all! Am trying to generate some thread at runtime; with a new name each time, in my vb applications. As all the threads will access a same public sub, i also want to use some control on the threads.. like if a thread is processing the other must wait. Is somebody can help me out, please...
  16. R

    Posting values to a web page

    Re defining the problem.. Sir .. Thanks a lot for taking interest in my question.. And what u suggested is very fine in its kind. But, the real thing i want to do is that-- Suppose there is a form on a web page..like an information form. You fill up some information in those fields and...
  17. R

    Posting values to a web page

    Re defining the problem.. Sir .. Thanks a lot for taking interest in my question.. And what u suggested is very fine in its kind. But, the real thing i want to do is that-- Suppose there is a form on a web page..like an information form. You fill up some information in those fields and...
  18. R

    Error 405 method not allowed?

    hey all am trying this to post some values to a url but an error apperars.. can u help me out of this hell. I hav an urgency to finish up with in 48 hours. So.. would you please be fast. Am greatfull to you in Advance. Here is the full code: Platform win xp pro tool vb.net Problem Error 405...
Back
Top