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

    AssemblyVersionAttribute returns String::Empty

    Why does the AssemblyTitleAttribute and AssemblyCopyrightAttribute return the correct values but AssemblyVersionAttribute always returns an empty string? I've specified the version in the assembly! Assembly^ assy; try { assy = Assembly::LoadFile(gcnew String(lpFilename)); } catch(...
  2. masterlodi

    _wcsicmp deprecated?

    I'm getting a warning that _wcsicmp is deprecated and to use __wcsicmp. __wcsicmp doesn't seem to defined ANYWHERE?
  3. masterlodi

    Lightweight Win32 applications in VS2K5

    What is the best way to create fast, lightweight applications in Visual Studio 2005. I meanm, are Windows Forms as slow as MFC? Are ATL/COM applications still the smallest and fastest?
  4. masterlodi

    DC and bitmaps

    I have a window that I wish to save as bitmap. How do I copy the contents of the DC into a bitmap?
  5. masterlodi

    Writing binary data

    I need to write data to a binary file. Integers and strings I'm fine with. But how can I write a float as binary data?
  6. masterlodi

    Greek in CEdit controls

    I need to display Greek and English characters in a different CEdits placed on a dialog. How can I do this?
  7. masterlodi

    D-LINK DSL-G624T and dynamic DNS

    I've got a D-LINK DSL-G624T. I've pointed my DDNS at my IP but when I go to my DDNS domain name, I am asked by the router for username/password and it leads to the admin page. How can I route the domain name to the correct place?
  8. masterlodi

    Layer visibilty hides background image

    I'm hiding layers with document.getElementById( id ).style.visibility="hidden"; but when I show them again using document.getElementById( id ).style.visibility="visible"; the background image for that layer has disappeared! The content remains apart from the background-image? This seems...
  9. masterlodi

    C only compiler

    Is it possible to set MS Visual Studio for C only. No C++, no libs. Just a pure C compiler?
  10. masterlodi

    Installation on Win Server 2003

    I'm trying to install php 5.1.1 on Windows Server 2003. I've installed it as an ASAPI module. Whenever I visit a php page on my server, I get [HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.] I've enabled anonymous access and granted correct...
  11. masterlodi

    SSH

    How do I enable SSH on Windows Server 2003?
  12. masterlodi

    FTP listing denied

    I've just got a Windows 2003 Server. I have opened the FTP ports. I can connect succesfully with MSDOS FTP command. If I use any kind of Windows program such as FileZilla or CuteFTP, then I can log in but it dies at the "LIST" command. What's wrong?
  13. masterlodi

    Split filename

    Is there a way to split a filename into its constituent parts with C#?
  14. masterlodi

    Virtual Directory on a hosted account

    I am running my website through a hosting company. I would like to create a Virtual Directory. Is this possible as I don't have access to IIS?
  15. masterlodi

    McAfee Internet Suite can't install

    I've just uninstalled McAfee AV. When I try to install McAfee Internet Security Suite 7, I get a dialog box saying "Preparing Installation" and then nothing happens. Looking at the Event Viewer, I find "The server {CDECC4C3-7377-11D3-9A6C-00C04FF40D52} did not register with DCOM within the...
  16. masterlodi

    Email forwarding in Windows Server 2003

    I've managed to get my POP3 service working fine. I need to set-up email forwards instead of standard mail boxes. How is this is done please?
  17. masterlodi

    Remote Domain Controller

    I am renting a dedicated Windows Server 2003 through 1&1. Can this be used a Domain Controller for my LAN?
  18. masterlodi

    Anonymous access

    Can the general public view Sharepoint or must everybody log in?
  19. masterlodi

    Private Documents

    Is it possible to create a document library that is only accessible to certain users or a specific group of users?
  20. masterlodi

    localhost

    I am trying to access an SQL server on my local machine from IIS but the script can never find the server, what is wrong? connstr = "DRIVER={SQL Server};SERVER=127.0.0.1;UID=dbuser;PWD=dbpasswd;DATABASE=Northwind;

Part and Inventory Search

Back
Top