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 bkrike 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: psnead
  • Content: Threads
  • Order by date
  1. psnead

    trouble accessing shared folders

    I've seen several other threads with a similar problem to mine, but I still haven't found the right solution. We are using a checkpoint vpn-1 edge appliance on a windows 2003 SBS, who is our DHCP server, DNS server, Wins server, and Exchange Server. We also have a Win XP SP2 static ip file...
  2. psnead

    accessing shares

    When trying to connect to a folder share over the vpn, I get a username password box, when I type in my user credentials, it won't authenticate me. If I type in the administrator user name and password it authenticates and connects. I think it has something to do with the fact that I am...
  3. psnead

    vpn outlook

    Hi, I've installed a vpn appliance and set up exchange server. I can access share folders over vpn, but can not connect outlook to the exchange server. when i try to open outlook I get the message, exchange server unavailable. what do i have to do to sync outlook with the exchange server...
  4. psnead

    connecting outlook over vpn

    Hi, I've installed a vpn appliance and set up exchange server. I can access share folders over vpn, but can not connect outlook to the exchange server. when i try to open outlook I get the message, exchange server unavailable. what do i have to do to sync outlook with the exchange server...
  5. psnead

    mapping a drive

    I am running winxp home edition and trying to map a drive to a folder on my companies server (win2003)...I have an account on the server. I can ping the server, but when I try to map the drive I get an error stating: "The mapped network drive could not be created because the following error...
  6. psnead

    tape drive constantly scans

    Hi, I have a Dell tape drive, and it seems to work correctly. My question is this, is it supposed to scan the tapes periodically even if it's not running a backup? Every 10-15 minutes my drive scans all of the tapes, is it checking the inventory or something?
  7. psnead

    How to embed IE5 on a Dialog Application

    I want to embed IE5 on a dialog box, just like the IE5 about dialog. Does anyone know how to do this?
  8. psnead

    Showing a window

    I have an MDI application with four different document types. I only want the user to have one of each document type open at a time. Does anyone know how to do this? Currently, in my class derived from CWinApp I call myTemplate->GetFirstDocView() to see if there is a document window open. If...
  9. psnead

    Resizing a window

    I have a dialog window inside of a MDI. How do I catch the message from the frame window surrounding the dialog inside the mdi whenever the user trys to resize the dialog?
  10. psnead

    Window Resizing

    I have a window that I want to resize horizontally, but not vertically, like the Windows Find File or Folders dialog. How do you keep a window from being resized vertically? thanks.
  11. psnead

    Window Resizing

    I have a window that I want to resize horizontally, but not vertically, like the Windows Find File or Folders dialog. How do you keep a window from being resized vertically? thanks.
  12. psnead

    Making Tool Tips Work

    Hi everybody, I have a dialog inside of an MDI, and I've been trying to get the tool tips on the dialog buttons to work. When I run the application in Debug mode I get an assertion error, but when I run it in Release mode I don't -- and everything works great. The big problem is that I am...
  13. psnead

    Microsoft Studio Hangs when I press the enter key in my .cpp files

    Does anyone know what might cause Microsoft Studio to hang when I press the enter key in my .cpp files? It works fine in the files generated by class wizard, like the stdafx, but in my dialog files it hangs for like 10 seconds, then comes back and goes to the next line. I've tried uninstalling...
  14. psnead

    How do I open a file with the "Open with" dialog

    I am opening a file from a windows program. I can open the file with ShellExecute, but I don't want to specify the type of file, it will be more portable this way. Anyone know how to call the "Open with" dialog that is used in windows so much. I figure it must be an MFC call, but...
  15. psnead

    Calling the ShellExecute command

    I am using the ShellExecute command to run an executable file several times using a while loop. However, many times the executable isn't finished running before the next one is called. How can I keep this from happening?
  16. psnead

    calling a dos executable

    Is it possible to call a dos command line executable without having the dos window open. I am calling a program that was written for DOS with a windows dialog using the system command. system(&quot;.exe< file.txt&quot;); I understand why the dos window pops up, but is it possible to call this...
  17. psnead

    how to create a docking window

    I am trying to create a docking window, to be a child window of a dialog box.&nbsp;&nbsp;Do I do this similarly to the docking toolbar.&nbsp;&nbsp;What class would I find this in?
  18. psnead

    how to use Tree View to implement a directory structure

    I need to implement a Tree Structure similar to windows explorer to change directories etc.&nbsp;&nbsp;I am really confused about where to begin.&nbsp;&nbsp;How will I get the icons for drive, folders, and files?&nbsp;&nbsp;Does anyone know of any documentation on the subject. How do I make new...
  19. psnead

    how to put data into a edit box

    I am trying to put data into a edit box.&nbsp;&nbsp;How do I activate the box so that I can work with it?&nbsp;&nbsp;<br><br>What happens is the user inputs a filename in one edit box, and then presses tab to get to the next edit box.&nbsp;&nbsp;I want to take the filename from the first edit...
  20. psnead

    Really quick question about Visual C++ Dialog box controls toolbar

    O.k., really dumb question... I accidentally closed the controls drag and drop dialog in Visual C++ yesterday, and can not figure out how to open it up again. Anyone know how?<br><br>Its the little box with the button, textfield, etc. controls in it.

Part and Inventory Search

Back
Top