Results 1 to 5 of 5

Thread: Hotkey and WLan not working

  1. #1
    Join Date
    Feb 2010
    Posts
    125

    Hotkey and WLan not working

    Hi all,

    I am using Toshiba laptop from last two years. I will upgrade Windows Vista to Win7, using the Toshiba upgrade disc. Both versions Home Premium 64bit. But now i can seen that my hot key is now working, because of that I am also not switch on my WLAN. Please suggest how to resolve this issue. Please suggest. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Hotkey and WLan not working

    You can go to WIN32API and Delphi's property and mix this code :

    Code:
    if (self.Visible = true) then
    ShowWindow (self.handle, SW_HIDE)
    else if (self.Visible = false) then
    ShowWindow (self.Handle, SW_SHOW)
    You can either use only the Delphi way:
    Code:
    if (self.Visible = true) then
    Self.Hide
    else
    Self.Show;
    Or just use the WIN32 API:

    Code:
    if (IsWindowVisible (self.handle)) then
    ShowWindow (self.handle, SW_HIDE)
    else
    ShowWindow (self.Handle, SW_SHOW)

  3. #3
    Join Date
    Jan 2008
    Posts
    3,755

    Hotkey and WLan not working

    If you connect to the WLAN network, the system prompts “ Network key ” Or SSID access code, then use the wireless network security. To connect to the network security needs with the current access code. SSID and WEP is the letter into the computer - digital code used to identify the computer network. For connecting to a network of personal wireless router, please check the manufacturer's documentation, in the router and wireless devices set the same SSID code. Check and reply.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,588

    Re: Hotkey and WLan not working

    HP provides a tool for automatic configuration of wireless routers and wireless network equipment. See HP Notebook PCs - Using HP Network Assistant to install a home network. To start setting router and wireless devices, please click on the HP Network Assistant Link. You can also use them without hotkey. Check and reply.

  5. #5
    Join Date
    Apr 2008
    Posts
    4,088

    Hotkey and WLan not working

    You can also Activate “ System Restore ”.
    1. In the Windows task bar, click “ Start ” 、 “ Help and support ” And “ System Restore ” , Follow the instructions to restore your computer settings to an earlier time.
    2. Windows regularly create a restore point. Select a wireless network running the normal date and time. Notebook computer will restart, the wireless network should be running again. Check and reply.

Similar Threads

  1. WLAN is not working in Nokia Asha 302
    By Maryland in forum Portable Devices
    Replies: 6
    Last Post: 03-05-2012, 12:45 PM
  2. WLAN not working of Nokia N95 Mobile Phone
    By Gavin.B in forum Portable Devices
    Replies: 6
    Last Post: 24-12-2011, 03:29 PM
  3. WLAN gateway stopped working.. help?
    By two70MB in forum Hardware Peripherals
    Replies: 1
    Last Post: 17-07-2011, 03:46 AM
  4. Nokia C6: WLAN not working properly
    By Zathara in forum Portable Devices
    Replies: 4
    Last Post: 10-02-2011, 04:15 AM
  5. Nokia C7: WLAN not working properly
    By Tazz L in forum Portable Devices
    Replies: 4
    Last Post: 12-01-2011, 07:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,007,515.62276 seconds with 17 queries