Skip to content

IT & Infrastructure

General IT Discussions

This category can be followed from the open social web via the handle it-infrastructure@forum.codeproject.com

6.1k Topics 18.2k Posts
  • How to recover lost Windows administrator password

    question tutorial
    2
    1 Votes
    2 Posts
    37 Views
    M
    Try KonBoot http://www.piotrbania.com/all/kon-boot/[^]
  • Tips or Tricks on sharpening skills

    csharp database adobe cryptography question
    13
    0 Votes
    13 Posts
    85 Views
    W
    http://idealprogrammer.com - has a catalog of over 1,300 hours of .net video tutorials. Most of them are free. http://idealautomate.com - is a good .net code generator for web forms and gridviews that will speed up your productivity tremendously.
  • CMMS ERP DYNAMICS

    csharp wpf winforms com tutorial
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • ERP

    csharp wpf winforms help
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • ReportViewer on UserControl

    design help
    2
    0 Votes
    2 Posts
    18 Views
    N
    Hi I am facing same problem. I used reportviewer on user control and script manager is placed on master page, then in this case the report is not showing. I tried to user scriptmanagerproxy on my user control but not able to used it in proper way because of lack of knowledge on scriptmanagerproxy. Can anyone give me a small code demo? Thanks
  • Is MFC, Com outdated?

    c++ csharp java com question
    3
    0 Votes
    3 Posts
    29 Views
    H
    Win32 applications are much faster and have a better performance compared to .Net applications. If performance is not an issue in an application, .Net and Java are the best choices for desktop applications. But for system high performance, visual and graphic applications there isn't any better option than C++ and Win32 or MFC. Good Luck!
  • hello

    help
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • enable Windows 7 guest account

    question
    9
    0 Votes
    9 Posts
    43 Views
    D
    ...and yoiu're replying to the wrong person on a 3 month old post because ..... ?? A guide to posting questions on CodeProject[^] Dave Kreskowiak
  • slope representation

    help
    2
    0 Votes
    2 Posts
    17 Views
    D
    You might want to explain better what you mean, as well as why it belongs in the IT & Infrastructure Forum. If you are talking about the mathematical slope of a surface, the contour is defined as a constant value or level curve, so its slope is by definition exactly zero. If you want to know the slope of the surface, that would be the slope at a direction perpendicular to the contour. To calculate that, simply take the vector gradient of the surface. Of course if this is actually something that has to do with IT & Infrastructure, then ignore my explanation and forgive my intrusion. CQ de W5ALT Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
  • TWAIN simulator/emulator

    question
    4
    0 Votes
    4 Posts
    24 Views
    T
    Use virtual TWAIN. I have provided the page link below. It is trail version. http://www.scanpointusa.com/livesite/index.php?option=com_content&task=view&id=51&Itemid=80[^]
  • ms OutLook!

    help csharp asp-net sysadmin question
    4
    0 Votes
    4 Posts
    28 Views
    R
    welcome back :) you are good and your English it too. now. // ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
  • Functional and Nonfunctional Requirements

    business
    7
    0 Votes
    7 Posts
    38 Views
    R
    Its your assignment, you must do your homework first. // ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
  • how to install mysql data provider

    csharp mysql tutorial asp-net database
    3
    0 Votes
    3 Posts
    26 Views
    R
    please use < pre > tags to format code. thanks. // ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
  • Strange weird funny bug

    help csharp visual-studio debugging performance
    3
    0 Votes
    3 Posts
    26 Views
    R
    not strange or wierd // ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
  • payment integration on HDFC

    3
    0 Votes
    3 Posts
    24 Views
    K
    Payment Gateway selection from available service providers in India and abroad http://www.techbizpeople.com/blog/tag/hdfc-payment-gateway/[^]
  • Visual Studio 2008 "Can't Create Compiler" message

    csharp visual-studio question
    5
    0 Votes
    5 Posts
    25 Views
    D
    hello dude first open the vb command prompt and "devenv /ResetSkipPkgs" paste there. i hope your .net 2008 working will be fine,
  • 0 Votes
    8 Posts
    64 Views
    T
    I'm not going to argue with that, but in my experience most wall street firms do not care about their employees that much. However, working on wall street is one of the higher paying jobs for programmers.
  • Changing URL color in addressbar in IE8??

    help question discussion
    2
    0 Votes
    2 Posts
    17 Views
    X
    I imagine IE is fairly limiting when it comes to this sort of customisation. There may be an option somewhere to change the font (and/or colour) of the URL bar text, but it is highly unlikely. And IE probably uses DLLs for themes, so you can't easily change the background colour that the theme set. If you were using Firefox, however, you could easily open up the css file of the theme in your profile directory (<app_data>\Firefox\Profiles\<your_profile>\extensions\<the_theme_id>) and change the colour there. Or better yet, override it in your userChrome.css. [Window Detective] - Windows UI spy utility
  • 0 Votes
    1 Posts
    10 Views
    No one has replied
  • Terminate Remote Desktop Connection in Windows 7

    2
    0 Votes
    2 Posts
    19 Views
    L
    1. Launch a Command Prompt window, and authenticate to the remote host by using the following “net use” command: net use /user:Administrator \\\C$ Replace with actual NetBIOS computer name or IP address of the remote host. For example, “net use /user:Administrator \\188.8.8.8\C$. Enter password when prompted. Alternatively, from Windows Explorer, map to a network drive to share a folder on the target server, and log in accordingly. 2. In Command Prompt, run the following command: qwinsta /server: Where is the actual computer name or IP address of the remote host. For example, “qwinsta /server:188.8.8.8″. 3. A list of active and connecting Remote Desktop or Terminal Services sessions will be displayed. Identify the ‘hung’ connection and its ID. To reset and disconnect the Remote Desktop connections or sessions, run the following command: rwinsta /server: 4. Replace with the session ID identified with “qwinsta” command, and with the actual computer name or IP address of the remote host. For example, “rwinsta 1 /server:188.8.8.8″ Note: qwinsta is Query Window Station and rwinsta is Reset Window Station. Once a Remote Desktop or Terminal Services connection or session is terminated and disconnected, the slot will be released and remote user can login remotely again. Knock out 't' from can't, you can if you think you can. :cool: