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 Wanet Telecoms Ltd 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: ahoodin7
  • Content: Threads
  • Order by date
  1. ahoodin7

    FTP 550 Error Access Denied Server 2008 IIS7

    I am working on a New version of a Winodws Server based product. It acts as a FTP Server for the most part, using IIS. I have an embedded system that connects to it an successfully gets files off of it, however when it goes to write to it, there is an error. At first it gives Win32 Error 64...
  2. ahoodin7

    <object> and Windows 7+ vs Windows XP

    I am trying to load objects one way for Windows 7+ and another way for Windows XP. I use the CODEBASE for Windows XP, and not for Windows 7. Regardless of OS, the first method appears to be used by the browser. #1 Why is this? #2 Is there a case where the browser downloads the control...
  3. ahoodin7

    ASP Classic check client for Administrative Rights

    I would like to check to see if the current user has administrative rights with ASP Classic. Also I would like to check to see which operating system is loaded. What are the ASP Classic functions, or code I should call to check this? Thanks!
  4. ahoodin7

    I have a question about loading Act

    I have a question about loading ActiveX Controls with ASP Classic. The problem is that typically these controls are loaded from the server. IT has locked out all Administrative rights on Workstations, so ActiveX controls can not be loaded from remote servers without changes to group policies...
  5. ahoodin7

    I have a question about loading Act

    I have a question about loading ActiveX Controls with ASP Classic. The problem is that typically these controls are loaded from the server. IT has locked out all Administrative rights on Workstations, so ActiveX controls can not be loaded from remote servers without changes to group policies...
  6. ahoodin7

    XP Embedded Font trouble

    I need the Arial font in Windows XPe to show the same way as they do in XP Pro. As you all know, windows is a FontMetric system. Nine times out of ten if you create a dialog with static a resource file, it resizes a bit based on the font and the fontsize. Now I am moving an old application from...
  7. ahoodin7

    App and XP Screen Modes

    Recently I converted another application from Windows 9X to Windows NT/XP/Vista. The application is an 800x600 dialog based app. The PC that it runs on is set to 800x600. Now it takes up the whole screen as it should in my opinion. I am getting some complaints from people who ran it on 9X in...
  8. ahoodin7

    Winsock Whammied

    I am currently involved in a project that uses TCP/IP to send alot of small packets of data at an high rate across a Lan. The problem has become Microsoft's 200ms delay that is part of the delayed ACK algorithm. I am thinking about changing to a different TCP/IP Stack. Please suggest some...
  9. ahoodin7

    Security & XP Registry

    I want to change the registry setting TcpAckFrequency as seen in this article: http://support.microsoft.com/kb/815230/ I can not actually find this registry setting anywhere in my registry. Is this because of XP Security or is it that only some copies of the OS have this registry setting...
  10. ahoodin7

    php form fillin blues

    I recently tried to fill in a PHP form on the internet. I wanted to go attend some embedded seminars. After I filled in each and every field checkbox and radio button, I got: Query failed : Got error 'empty (sub)expression' from regexp What does this mean?
  11. ahoodin7

    MS Networking removed by Rockwell

    I use a W98 laptop Dell Inspiron 5500 to debug code at work. Recently a PLC programmer borrowed my laptop and installed Rockwell Softwares RS Logix/Links on my laptop. The installation pretty much wiped out networking. Since then I have un-installed RS Logix and re-installed the network. The...
  12. ahoodin7

    ISA on a new computert

    I want to find new computers with ISA bus for a customer of mine. The problem is they don't want to upgrade part of their system that is running on an ISA card. How can I do that for them cheaply? Needing good links, FOR systems using well known motherboards like ABIT, ASUS, AOPEN. Help...
  13. ahoodin7

    record sounds in excel

    Is there a good way to record sound in Excel? I just hyperlink to sndrec32.exe, but I would like a way to have it automatically come up recording and then when it closes to put a hyperlink to the .wav file in the doc. What is the best way? ahoodin
  14. ahoodin7

    DEBUGGER VERBAGE

    Hello all, How do I set a breakpoint to occur when a byte in a buffer changes from 0x04h to any other value? I am using MSVC 6.0 and Windows XP. The debugger complains hartily when I try to do this. unsigned char* pbuf = new unsigned char[256]; for (int i = 0; i < 256; i++) {//INITIALIZE...
  15. ahoodin7

    98 PageFile

    I am trying to run a defrag on old windows 98. An old Laptop. I am in safe mode, and I have virtual memory shut off. In windows 98, that is how you shut off the page file. I am pretty sure that there are no other apps running. I keep getting these messages..."Hard disks contents...
  16. ahoodin7

    Windows 98 : Death by msgsvr32.exe

    Hey, I have a Windows 98 workstation that is behaving rather badly. The reason that it is a Windows 98 workstation is that it has an app that runs on it that uses a vxd. For now the computer and its workstation do their job. Normally on a cold boot, I get an hourglass that frequently shows up...
  17. ahoodin7

    programatically switch btwn 2 resource files

    MSVC 6.0 Windows XP SP2 MFC Application. I have two different .rc files that have duplicate resources in them. So I would like to use them both, but I would only like to include one in my project at a time....and I would like to do this programatically. I had thought to use the preprocessor...
  18. ahoodin7

    ODBC exception in CRecordSet::GetFieldValue( ) numeric field

    I am using a C++ program I want to use as 'middlewhere' for MySQL and Excell. I am using Excel as sort of a front end to my database. I experience problems when I use a recordset's GetFieldValue() member function to Get Data from the Excel SpreadSheet into my C++ application. I found an...
  19. ahoodin7

    Changing XP Login Screen BIG Error between Keyboard and chair :-)

    I am pretty new to the Windows XP environment, however I have done the 2000/NT thing. I made kind of a stupid mistake recently, I changed the domain of my computer, and now I am locked out. I would like to log onto my own computer and fix this or change the domain from the command prompt. 1...
  20. ahoodin7

    RichEdit control breaks when call GetSel()

    <<Windows XP PRO MSVC 6.0 Pentium II 866 512 MB RAM>> I am using a richedit control in my project. code:------------------------------------------------------------------------- void CRichTextEdtDlg::OnChangeRichedit() { long top=0, bot=0; CHARRANGE cr; if (m_fileloaded == true) {...

Part and Inventory Search

Back
Top