You will need to plug like Office XP on my laptop with vista and wireless.

Use of computer laptop w / wireless internet network. I want to connect my Office Internet his older and running xp sp2. Can I attach the two without a hub? My office has a network ethernet card. I tried to use ics without an ethernet hub and have a wireless network and local network on my laptop to share the internet connection on my desktop. Please let me know if this is possible? PS My neighbor sharing its Wi - Fi connection. Line direct ethernet is therefore not possible

Your wireless router must have a grasp on what will allow you to connect your computer via wire. Brian Tillman [MVP-Outlook]

Tags: Windows

Similar Questions

  • You will need to create a web page that can be added to and modified by the viewers.

    Will start with an excel spreadsheet (probably) and will have to make a page that can be completed and updated by viewers.

    Basically, they will have to make selections and dates to select from an existing list.

    If you use flash for this, you need to be quite advanced with actionscript and also be very good at a server-side php, java programming language, coldfusion, etc.

    your web page needs a central location to store information in a database. in order to do this there is not bad should happen "behind the scenes".

    honestly, your best bet is to set up a google calendar. give to each head of Department access to the calendar. then send an email which said "brand which week you prefer. You can even embed this calendar in your html page and make it look nice.

    The project you have described would take quite a long time for someone clever to compile correctly.

  • You will need to upgrade the ASP to run on Windows server 2008 and IIS 7.0 application.

    I have an ASP application developed with Interdev 6.0; part of .NET and using the time to design Windows server 2000 controls.

    I need to upgrade the application to run on Windows server 2008 and IIS 7.0 ASP. I find some compatibility problems.

    The part that I'm stuck at the moment is the creation of objects in the runtime that gives an error.

    : "800a01ad" VBScript runtime error
    Component ActiveX cannot create object

    Code:

    Set OF = Server.CreateObject ("DERuntime.DERuntime")
    Application("de") = OF. Load (Server.MapPath ("overall. (ASA"),"_private/DataEnvironment/DataEnvironment.asa")

    The MSDERUN. DLL is properly registered on the server with the correct permissions.

    What are the possible solutions outside the upgrade of all of the ASP.net project. ?

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • You will need to plug Sony IEEE 1394 camcorder to an iMac. It would connect to the thunderbolt via an adapter port? I have a cable of firewire 800 and wanting to know how to get the video of my iMac. Thanks for any help you can give :)

    I borrowed a camcorder tape Sony that has an IEEE 1394 (ilink Sony) and eager to download video from my iMac.

    It would connect to the thunderbolt via an adapter port?

    I have a cable of firewire 800 and wanting to know how to get the video from my iMac via this cable.

    Appreciate any help you can give :)

    You want a Thunderbolt Apple FireWire adapter. Here is a link (to the US store):

    http://www.Apple.com/shop/product/MD464LL/A/Apple-Thunderbolt-to-FireWire-ADAPTE r? FNODE = 8 b & fs = f % 3Dadapter % 26fh %3 D 4595% 252B45b0

    Sorry, I don't know what software you need to play your video, once you get the cable work.

  • You will need to reverse the left and right audio channels, because I would like to avoid too cables around the living room and the right sound.

    You will need to reverse the left and right audio channels, because I would like to avoid too cables around the living room and the right sound.

    tried in SOUND > Speakers > CONFIGURE it on by clicking on the right left speaker sound time and vice versa.

    Hey DiegoWO,

    There is not currently an option within the OS to achieve.
    However, your drivers audio pourrait have a built-in effect that allows you to reverse the stereo sound. If you do not see a separate application to manage your sound, you will need to visit the website of the manufacturer of your sound card and install the latest drivers.
  • Siri keeps saying "I don't see an app for that.  You will need to download one. »

    I just installed Sierra and tried to use Siri.  I can't open any app on my Mac.  No matter when I say something like, "FaceTime open" or "Open Pages," Siri comes back with something like "I don't see an app for that.  "You will need to download a ' or 'you don't seem to have an app called 'Pages'.  We could see if the App Store has it. »

    Hmmm... This is not sensible.

    You need to speak clearly. I had the same thing happen. It took a few tries but Siri has finally opened apps for me.

    Practice support

  • You will need to get an older date?

    HI: SQL and PL/SQL

    I have a table like this. You will need to get more old datetime for each metricno. Need help

    METRICNOTDATESUWIMON
    1109:13:14 10/01/20141200.00
    1109:13:23 10/01/2014100.00
    1118:47:01 10/02/201410000.00
    1210/01/2014-18:47:171100.00
    1221:59:58 10/01/20142000.00
    1210/03/2014 22:00:1310000.00
    1310/07/2014 22:01:28500.00
    1310/08/2014-22:03:081100.00

    Output

    METRICNOTDATETRANSFER_AMOUNT
    1109:13:14 10/01/20141200.00
    1210/01/2014-18:47:171100.00
    1310/07/2014 22:01:28500.00

    Thank you/Tequila

    with

    a_table as

    (select 11 metricno, adate to_date('1/10/2014 9:13:14 AM','dd/mm/yyyy hh:mi:ss AM'), 1200.00 suwimon Union double all the)

    Select 11, to_date('1/10/2014 9:13:23 AM','dd/mm/yyyy hh:mi:ss AM'), 100.00 Union double all the

    Select 11, to_date('2/10/2014 6:47:01 PM','dd/mm/yyyy hh:mi:ss AM'), 10000.00 Union double all the

    Order 12, to_date('1/10/2014 6:47:17 PM','dd/mm/yyyy hh:mi:ss AM'), 1100.00 Union double all the

    Order 12, to_date('1/10/2014 9:59:58 PM','dd/mm/yyyy hh:mi:ss AM'), 2000.00 Union double all the

    Order 12, to_date('3/10/2014 10:00:13 PM','dd/mm/yyyy hh:mi:ss AM'), 10000.00 Union double all the

    Select 13, to_date('7/10/2014 10:01:28 PM','dd/mm/yyyy hh:mi:ss AM'), 500.00 per union double all the

    Select 13, to_date('8/10/2014 10:03:08 PM','dd/mm/yyyy hh:mi:ss AM'), double 1100.00

    )

    Select metricno, adate, suwimon

    of (metricno, adate, suwimon, rank (select) over (partition by order metricno by tdate) rnk

    of a_table

    )

    where rnk = 1

    METRICNO TDATE TAMOUNT
    11 01/10/2014 1200
    12 01/10/2014 1100
    13 07/10/2014 500

    Just to provide your data in the case of other ideas arise

    Concerning

    Etbin

  • you will need to determine the end of the video.

    I need to know how when I arrived at the end of the video.  I seem to remember there is a new Flash 10 command that will allow you to know without having to track the total number of bytes used or time elapsed or anything complicated like that.  Does anyone know the command that I'm talking about?

    If you are using a component FLVPlayback instance, you can use the VideoEvent.COMPLETE event (that you will need to import).  If you use the netstream class, you can use the onPlayStatus event.

  • You will need to check on a PC with WinXP OpSys PUP. Could DO with Win98 and earlier versions. HOW can I make WinXP let me control BACK Pup?

    You will need to check on a PC with WinXP OpSys PUP.  Could DO with Win98 and earlier versions.  HOW can I make WinXP let me control BACK PUP?   Acquired CNC machines controlled by PRE - Win.XP PC works fine.  But Win.XP prevents the PUPPY control via simple BACK and GWBASIC.   You want to be able to start/stop all 8 bits of data PUP with BASE and BACK.

    Thank you.   Jan Rowland

    Hey Jan Rowland,

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited in the Windows XP Pro on the Technet Forums.

    Post your query in Technet Windows XP IT Pro Forums for assistance on this issue.
  • you will need to merge with (same drive) c: drive d: drive.

    c: drive is full

    Unless you want to do a clean install of Windows (do your partitioning during installation), you will need partitioning software third party to do so. I usually use Acronis Disk Director, but there are others. MS - MVP - Elephant Boy computers - don't panic!

  • You will need to connect the battery, but lapptop now sign showing that the battery is not connected, so does not load.

    You will need to connect the battery. until recently, all ok.  never use the laptop as a mobile, always on the wireless, but lapptop shows now sign that the battery is not connected so does not load.

    I have a laptop which, so far, is always connected wireless when it is in use. I want to take a vacation, and notice a signal arrives that the battery is not connected and therefore does not load.  This has happened recently, although the battery never showed a 100% charge. can someone tell me how to connect the battery please.

    Check that the battery is correctly installed. If it is then the problem is that the battery is exhausted, so you should buy a new battery.

  • This device cannot find enough free resources that it can use. If you want to use this device, you will need to disable one of the other devices on this system (Code 12)

    Guys, I have a problem. So, my laptop has 2 graphics cards, an integrated course of the Intel HD graphics (which works perfectly) and the other being the dedicated Nvidia graphics (Nvidia GeForce 940 m). Until 2 days ago, everything was going well and running.

    I have the application experience GeForce and it prompted me that there is a new driver update should I download. He started to install then after rebooting to complete the installation, it failed. I checked my device manager and saw a yellow exclamation under under my Nvidia graphics card (remember, my laptop has two graphics cards: Nvidia graphics card and Intel HD graphics that works correctly). I immediately checked the details, and he said:

    "This device cannot find enough free resources that it can use. (Code 12) »

    "If you want to use this device, you will need to disable one of the other devices on this system."

    This seemed very strange, because it was LITERALLY working properly before I was invited about update driver I got, so I don't know what to do - as a matter of fact, literally, I finished this game, Deadpool, with my Nvidia card that I put as the default graphics card, a few hours before , so I don't know why this happened. Any help? I'm looking for a logical answer to this, guys!

    Additional information:

    A few days before this happened, I went to my store local pc and installed an extra 4 gigs of ram on my 4 existing to make 8. Don't know if it's useful, but anyway

    If I pick up my laptop and shake it side by side, I hear a slight rattling noise, and it seems a little loose (I found this out after seeing the error message). The noise seems to come from just below the middle of my keyboard (I'm using a laptop). If for some reason, my Nvidia card is loose? Is this possible?

    I am quite technologically inclined, but not to the extent of removing components and reconstruction cell phones / pc and access the bios and what not. I can only remove/add ram.

    I want to know if its something I am able to fix it because I do not necessarily want to go running and sending my laptop places - only my pc up shop.

    Here is the location of my Nvidia card: PCI Slot 4 (PCI bus 4, device 0, function 0)

    My specs:

    Acer TravelMate p257-MG

    Windows 7 business

    Intel core i5-5200u 2.20 GHz 2.20 Ghz processor

    8.00 GB of ram

    64-bit operating system

    1 t hard drive

    940 m Intel HD graphics 5500 & Nvidia Geforce card

    Just to recap, I get the error on my Nvidia graphics card code, "this device cannot find enough free resources that it can use. (Code 12) ""If you want to use this device, you will need to disable one of the other devices on this system. »

    Thanks in advance!

    Hello

    Thank you for your response.

    I appreciate your time.

    I suggest you run ' Intel Chipset Software Installation Utility ' and check.
    Reference:
    http://www.Intel.com/content/www/us/en/support/software/Chipset-Software/Intel-chipset-software-installation-utility.html

    Please keep us updated.

    Thank you

  • You will need administrator permission.

    This error has become a nightmare for me. I've been struggling with almost a week now.

    I am trying to copy file from my hard drive on my new laptop (windows 7, dell 14z). Some files are throwing error, you will need administrator permission to copy this file, in spite, I logged in as an administrator.
    I gave all the tests with the evolution of the property, all permissions, removing UAC all... no help at all.... PLEASE suggest something.
    SARA

    This occurs because the files on your desk belong to a user that is different from the user of the laptop (or different passwords). In asserting the admin rights every time, you tell Windows that you don't care about file property. There are two ways to solve the problem:

    • Use the same account & password on the laptop that you use on the desktop.
    • Take ownership of files and folders: http://social.answers.microsoft.com/Forums/en-US/w7network/thread/24bdf172-2dbc-43b8-995d-a99b6a81413c/
    If it does not, then it is likely that your files are encrypted. You must decrypt before copying them.
  • You will need to download and install on my new computer the Adobe Acrobat XI Pro student and Teacher Edition. How can I download it?

    You will need to download and install on my new computer the Adobe Acrobat XI Pro student and Teacher Edition. How can I download it?

    kglad links in response to #1 here can help https://forums.adobe.com/thread/2017859

  • you will need to update my version no CC in lightroom (the last update, 6.2 I think). where can I find this CC download no

    you will need to update my version no CC in lightroom (the last update, 6.2 I think).

    The latest version is 6.3, go to the Help Menu and there are updates... choose.

Maybe you are looking for

  • Typing becomes very slow in Firefox 3.6.11 in Mode safe mode with all extensions and plugins disabled.

    When I first start Firefox, all right. And everything is fine as long as I type in the text boxes on any web page. I can type in the address bar or search throughout the day with no problems. But, for example, just by typing in the edit box to ask th

  • version 64 bit or 32 bit of the installation package?

    No matter, it is crucial, if I install the 32-bit version or the 64-bit version of the software and drivers for my HP OfficeJet Pro 8500 has? I know that common sense would indicate 64 bit since my home prem of windows 7 64-bit office. But both of my

  • Add a note to the ticket

    Anyway, is to add a note for the ticket, or to cancel a review of a submitted application. Because the package id does not correspond to the new version I am downloading I had to create a new application, so I would put a note in the two bills that t

  • Using blackBerry Smartphones, to reset...

    Hi I woke up a few minutes ago (I'm in Australia) and had left my 7100 g to recharge the catch of the day to the next, as usual. I have not backed up in a few days because I just got a new job and was performed at the large my feet. Because I have a

  • USB external drive not seen

    I have a Maxtor One Touch 4 + which I use for backup.  With my new laptop (ENVY 6-1014nr) running Windows 7, I have never see 'new device' indication.  AutoPlay is enabled.  Ideas?