Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spyG5
  • Order by date
  1. spyG5

    sending email from a web form app

    hi all, how do i send an email from a web form app to someone? is there anything special i need to do to be able to use the SmtpMail class? i found the below sample code but it's not working for me as I can't seem to be able to use the System.Web.Mail namespace in my program. I'm using...
  2. spyG5

    problem disconnecting asynchronous sockets

    I'll try it tonight Chip... thanks. Btw, How do I prevent a second client from connecting to the server if a client has already connected to it? Thanks!
  3. spyG5

    win API for making application "name" blink on windows taskbar

    Hi Korach, It turns out that there's this windows API(?) function, part of the platform SDK, called FlashWindow(). I had to import a DLL to use it but it's doing its thing now :-) Thanks Anyways!
  4. spyG5

    win API for making application "name" blink on windows taskbar

    hi, i've seen some applications currently running "blinking" on the taskbar whenever something has happened. example: this happens on internet explorer whenever it's true downloading a particular website and it's ready for viewing. is there an API i could use to do this to my app...
  5. spyG5

    problem disconnecting asynchronous sockets

    hi all, i am using asynchronous sockets in my program. i'm able to establish the connection and the application works just fine. my problem is w/ disconnecting. i seem to be able to disconnect the client but is unable to do this w/ the server. below are portions of my code for establishing...
  6. spyG5

    super slow C# apps

    I really don't think it's got something to do w/ disk drive access. Again, I don't experience tihs application start-up slowness whenever I'm not connected to our LAN. Also, I believe it's VS.Net-related as all my other non-C# programs(actually, those I did NOT code using VS.Net)are loading...
  7. spyG5

    super slow C# apps

    Hi Chip, Would the fact that I'm using Framework 1.0 have anything to do with this slowness? I'm using MS.Net 2002. I believe there is a newer Framework version available. Can I download this for free, and use it on MS.Net 2002? Thanks!
  8. spyG5

    super slow C# apps

    I'm prompted for my domain\username (& password ofcourse) everytime I log in to my account in the office. What I do is dock my laptop, then connect. What do you mean by 'logging in to my local machine'? Really appreciate your inputs so I could hopefully do away w/ this pesky app start...
  9. spyG5

    function that returns unique value for a computer

    i'm really just a newbie in C# and is in fact just trying to browse thru the postings in this forum. anyways, wouldn't the IP address of the computer suffice? if yes, try looking up sockets in C#.
  10. spyG5

    super slow C# apps

    Hi All, I'm a newbie in C# and is finding this language really fun to program with :-) The only thing that's turning me off about it is the fact that all my _C# apps_ take a while to activate/run whenever I'm connected to our LAN in the office. This is true even for a "helloworld&quot...

Part and Inventory Search

Back
Top