Search results for query: *

  • Users: akhhttar
  • Content: Threads
  • Order by date
  1. A

    How can i capture sound from microphone?

    Hi, can anybody tell me how can i capture sound from microphone, Actually i wanna develop a voice chat messenger for LAN. that's why i wanna capture the sound from microphone and transfer it to other PC on LAN. Thank You (in Advance) Muhammad Akhtar Shiekh:confused:
  2. A

    Could not access CDO.Message object..

    Hi, I m facing a problem in my Small Mail sending Application, When i try to send a email the following exception throw "Could Not Acceess CDO.Message Object" waiting ur replys Thanx in Advance Muhammad Akhtar Shiekh
  3. A

    How to change particular cell's text color in ASP.NET DataGrid

    hi, i want to change the color of particular cell's text in a datagrid, while datagrid is bind with dataset.can any body tell me how can i do this.thanx i advance Muhammad AKhtar Shiekh
  4. A

    Please answer my questions...

    i have posted following two questions many days ago...but there is no response from any member.... I really wanna know the answer of following questions...Please answer me http://www.vbdotnetforums.com/showthread.php?t=5298 http://www.vbdotnetforums.com/showthread.php?t=5335 Thanx in advance
  5. A

    How to use MemberwiseClone() Method with SQLDataReader

    hi, I wanna use MemberwiseClone() method with SQLDataReader object...can anybody guide me how can i do this.......because MemberwiseClone() method is protected method of Object class and i can't access SQLDataReader object's MemberWiseClone() Method in my class.. if it is not possible then...
  6. A

    What is the difference between 'Add a reference of assembly' and 'import a namespace'

    hi, Can anybody guide me that what is the difference between 'Add a reference of assembly' and 'importing a namespace ' in our vb.NEt project. i m really confuise about that. for example what will be the difference if i add reference of 'System.Runtime.Remoting' in my project OR 'using...
  7. A

    why include class assembly reference in remoting client application?

    hi i m developing a simple .NET remoting application i create 1: A class which object will be access remotly via client 2:Server application 3:Client application I include class assembly reference in both server and client application....and my application is working fine and client is...
  8. A

    How to resolve DNS?

    Hi, I wanna resolve DNS using custom DNS Server. When i try to resolve any DNS using 'Dns.Resolve()' function, it use Default DNS provided by Network Connection. can anybody guide me that how can i resolve DSN to IP address by custom DNS Server.
  9. A

    How to find WebRequest response time?

    Can anybody tell me how can i find 'WebRequest' Response time.. for example if i create a WebRequest of 'www.hotmail.com' ...i wanna know that how much time it take to complete the request
  10. A

    My prog taking 35 MB memory in RAM

    hi. i m developing a small level POS software which consist of 30 forms and 15 reports... but when i run it, it take 35 MB (equal to Visual studio .NET) memory in RAM... My actual RAM siza is 128 MB .... thats why when i run my application my computer speed become very slow... i m not using any...
  11. A

    how to seprate time in date

    Hi, Plz tell me how can i seprate time within the date. because when i try to get current date with 'date.today' current time is also get, but i only need current date. plz tell me how can i seprate date with current time. Or tell me any function that only return current date not date+ time...
Back
Top