Search:

Type: Posts; User: FireKnox101

Page 1 of 8 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    805

    Re: [2005] Scan For Wireless Access

    ok, ill go an look up that information. and post back on this.
  2. Replies
    4
    Views
    805

    Re: [2005] Scan For Wireless Access

    ummm, ok then i guess to get to the point, i want to have my program scan for near by access points an display them in a ListView, an show there names an MAC addresses and signal strength(How close i...
  3. Replies
    4
    Views
    805

    [2005] Scan For Wireless Access

    I was wondering if any one could point me to some tutorials or some examples of scanning for wireless access points? i would like to get information about the access point, like, MAC Address, Name of...
  4. Replies
    5
    Views
    577

    Re: M$ Update Problems

    Well, im not the only one with this problem.
    I went an google my problem im having an i got this link...
  5. Replies
    5
    Views
    577

    Re: M$ Update Problems

    Updates that i cant get,
    Critical Update for Office XP on Windows XP Service Pack 2 (KB885884)
    Security Update for Windows XP (KB873339)
    Critical Update for Windows XP (KB886185)
    Security Update...
  6. Replies
    5
    Views
    577

    Re: M$ Update Problems

    I got them from microsoft.com using there update link. an i have rebooted several times.
  7. Replies
    5
    Views
    577

    [RESOLVED] M$ Update Problems

    Ok, to start off, im using Windows XP Pro SP2.
    I had to use the windows repair, on the windows os cd, the one when you put the os CD in the disc tray an start up with it in an run the repair, that...
  8. Replies
    10
    Views
    21,227

    Re: SignMe Signature

    every time i click on this link [Link removed — Mod]
    it makes firefox get smaller an start jumping around the screen the it stops an a msgbox pops up say stuff then when u click ok it dose it...
  9. Re: What API should I call to abort Logoff/Shutdown ?

    The code will intercept the whole system. for example, i put it in my forms loading sub, so if i leave the form open an i go an click shutdown the form will see that the computer wants to shutdown...
  10. Re: What API should I call to abort Logoff/Shutdown ?

    I found this code a while ago, if you leave it running in the background or something, when the user gose to shutdown it wont let he/she shutdown the computer.


    'constants needed, form level...
  11. Replies
    2
    Views
    2,601

    ExitWindowsEx Help???

    I followed this tutorial i found, on how to shutdown/restart/logoff. but it dosent work for some reason. i dont know if i did some thing wrong or they left something out of the tutorial or what, so i...
  12. Replies
    0
    Views
    480

    [2005] Weird Problem?

    I download a program source call LaserRangeFinder from http://www.pages.drexel.edu/~twd25/webcam_laser_ranger.html,
    and he did it in vb6 thats fine an all cause i have vb6, but i wanted to upgrade...
  13. Replies
    0
    Views
    4,989

    [2005] Simple Ping

    This project shows how to ping a website or IP address, using the My.Computer.Network Statement. Very simple Code. Works only with vb.net 2005.:wave:
  14. Replies
    4
    Views
    869

    Re: [2005] Big Problem

    O ok, i didnt know that thanks.
  15. Replies
    4
    Views
    869

    Re: [2005] Big Problem

    Port Checker Class


    Public Class PortChecker

    'Private Variables
    Private strHost As String
    Private IntPort As Integer
    Private blnBusy As Boolean
    Private cFrmMain As...
  16. Replies
    4
    Views
    869

    Re: [2005] Big Problem

    Main Form


    Imports System.Net

    Public Class FrmMain
    #Region "Misc Setting"
    Public Shared Property CheckForIllegalCrossThreadCalls() As Boolean
    Get
  17. Replies
    4
    Views
    869

    [RESOLVED] [2005] Big Problem

    Ok i made this port scanner and when scan my computers ip and i have the port scanner set to scan from 1 to 50 norton pops up saying it blocked a DeepThroat Trojan Horse, an the attachers ip is...
  18. Re: do vb have command to turn off the computer?

    System.Diagnostics.Process.Start("Shutdown", "/s /t 00") which will set the timer to 00 and instant shutdown.

    you can also goto the command prompt and have it show you what other commands there...
  19. Replies
    4
    Views
    779

    Re: Getting My Own IP Address

    you can also do it this way

    Put this at the top of your code


    Imports System.net


    then declare this
  20. Re: Very Compatible Processor Speed Function

    the reason it says your cpu speed is slower than it really is, is because when your not doing any thing on your labtop it slows the cpu down, but if your doing alot of work like, playing a game or...
  21. Replies
    3
    Views
    690

    Re: [2005] Voice Recording???

    bump
  22. Replies
    3
    Views
    690

    [RESOLVED] [2005] Voice Recording???

    I was wonder how i can record my voice with a mic with my app, and save it as an mp3 or wav file?

    Im using VB.net 2005 Express
  23. Re: [2005] ListView AutoScroll Down

    wow, lol thanks.
  24. [RESOLVED] [2005] ListView AutoScroll Down

    Ok, i have searched google for a long time now and i couldnt find any information on how to make a ListView AutoScroll down to the last item entered, the reason is this, i have a port scanning...
  25. Replies
    7
    Views
    1,049

    Re: [HELP!]Problem with my APP

    sorry for the late post, got really busy.

    that's the killer thing when I run the app on my pda when I'm debuging it dosent show, were the error is, I'm guessing its it the mnuconnect_click event....
  26. Replies
    7
    Views
    1,049

    Re: [HELP!]Problem with my APP

    I changed the "COM7" to "COM7:" and that did nothing,
    im using OpenNETCF 1.4
    Yes i tried stepping threw the code,
    im testing this on the pda.
  27. Replies
    7
    Views
    1,049

    Re: [HELP!]Problem with my APP

    ok were i get the error is when i click on the "Connect to GPS" Menu button
    but in the debug it dosent show what line its erroring on, i know that sounds weird but i cant find were its erroring at....
  28. Replies
    7
    Views
    1,049

    [HELP!]Problem with my APP

    Ok i was reading this artical on how to make a GPS app for your pda, heres the link http://www.devx.com/wireless/Article/32938, i know the app this guy made is in 2005, but i found other ways of...
  29. Replies
    5
    Views
    574

    Re: Decrypt Question?

    yes.
  30. [RESOLVED] [02/03] Visual Studios Upgrade Question

    Ok i have Visual Studios.net 2003 Academic Edition, i was wondering if i can buy Visual Stuidos 2005 Professional Upgrade Version instead of the Full Version?

    Can i get the Visual Studios 2005 Pro...
  31. Replies
    5
    Views
    574

    Re: Decrypt Question?

    well i did what you said to do in post 4 and now i get a message saying Access Denied! now i cant even view the files any more.
  32. Replies
    5
    Views
    574

    Decrypt Question?

    Ok I encrypted some files on my external hard drive and i had some computer problems so i had to reinstall windows xp sp2, and when i go to decrypt them it says it cant and access is denied, but i...
  33. Replies
    0
    Views
    7,482

    Form Theme and Moveable Boardless Form

    Hi, I was thinking of a way to make a cool theme for my forms so I just made a boardless form and made my own title bar and min, max, and close buttons, and made some simple jpeg pictures for a cool...
  34. Replies
    5
    Views
    1,142

    Re: [2005] WMI L2CacheSpeed

    Thank you gigemboy and jmcilhinney for your post, ill look into the String.Format and StringBuilder.
  35. Replies
    5
    Views
    1,142

    Re: [2005] WMI L2CacheSpeed

    Ok, thanks for the help. I dont have L2CacheSpeed. But i was wondering how i can still have the L2CacheSpeed in my code but have it work only when the users computer has L2CacheSpeed on there CPU. An...
  36. Replies
    5
    Views
    1,142

    [RESOLVED] [2005] WMI L2CacheSpeed

    Ok i can't figure this out when i run my app it halts at,


    lblCPU.Text += "L2CacheSpeed: " & info("L2CacheSpeed").ToString() & CRLF

    The error is, System.NullReferenceException{"Object...
  37. Replies
    2
    Views
    1,557

    Re: [2005] Bandwidth Monitor

    Ok, thanks for the replie, i check that information out and try looking for some examples. thank you.
  38. Replies
    2
    Views
    1,557

    [RESOLVED] [2005] Bandwidth Monitor

    I was thinking about making a bandwidth monitor but i cant figure out, what code do i have to use to check it or see what it is.

    I'm using vb.net 2005 express.
  39. Replies
    7
    Views
    1,640

    Re: [2005] Email problem

    ah ok, thanks for the help.
  40. Replies
    7
    Views
    1,640

    Re: [2005] Email problem

    Hmmm. I'll take a look at what SMTP my ISP is using. Just a quick question, what would hotmails SMTP be? i think yahoos is smtp.mail.yahoo.com, what what would hotmails be?
Results 1 to 40 of 313
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width