Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

gordingin

@gordingin
About
Posts
41
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Encrypting and Decrypting
    G gordingin

    Thanks but that seems a bit over the top for a novice like me...

    C / C++ / MFC help question

  • Encrypting and Decrypting
    G gordingin

    I have a block of data, say name, address, etc (could be 1000's of chars long) that wish to encrypt using a key and then decrypt using the same key. WHERE can I get some source. I checked out Codeproject, doesn't seem to have what I need. Any help? TIA Ralph Krausse

    C / C++ / MFC help question

  • Intercepting the Reply button in OutLook
    G gordingin

    I want to run my application when someone clicks on the reply button in OutLook. Can I write a add-in to do this? Thanks Ralph Krausse www.consiliumsoft.com CSFastRunII, a new kind of application launcher integrated in the taskbar! ScreenShot - http://www.consiliumsoft.com/ScreenShot.jpg

    C / C++ / MFC com question

  • Horizontal Outlook Bar Control???
    G gordingin

    Has anyone seen an implementation of an outlook bar control but that is horizontal, not vertical? An example of a vertical one is: http://www.codeproject.com/cs/miscctrl/csoutlookbar.asp?target=outlook|horizontal I am looking for this control written in C++ not C# but would take either. Thanks Ralph

    C / C++ / MFC csharp c++ com tutorial question

  • Collections
    G gordingin

    Is CObArray and CObList the equivalent of a collection under .NET? I want pass data from one form to the other and then into a control. Can I create a class, add them to the collection, pass it and then fill the control? This in in ASP.NET btw... Thanks Ralph

    C# csharp asp-net question

  • ListView in ASP.NET
    G gordingin

    I am new to this... I am converting a C# application to ASP.NET in C#. In the application, we are using a ListView control which, as far as I can tell, does not exist in ASP.NET world. So I thought of using a DataGrid but man that is overwhelming. Is there a simple example or tutor to use this, add color, rows, columsn, etc? Or should I use a table? Or is there some thing else, a control I dont know about.... Thanks Ralph

    ASP.NET csharp asp-net tutorial question

  • Using Registry namespace with WebForms
    G gordingin

    Can I use the Registry namespace in an ASP.NET proejct. It seems to compile and not complain but when I trace over it, I don't get the values back I get when the same code is in normal application.... Thanks Ralph Krausse

    ASP.NET csharp asp-net windows-admin debugging

  • Debugging into a reference
    G gordingin

    Thanks for all the help. I realized (later) that these were stubs, RPC calls to the server...

    C# csharp debugging question

  • Moving controls housed in a Panel control....
    G gordingin

    ehm...how? I dropped a panel control on my form, then a edit box. I am now trying to move the edit box to the lower right hand corner with my mouse but I can't. The ide doesn't allow me to move it. Seems I can highlight it, resize it, just not move it.... Thanks Ralph

    Web Development visual-studio question

  • Panel Control covering my other controls... IDE BUG?
    G gordingin

    I am trying to figure something out. I have a panel control that contain other controls (I think, I am looking at some one elses code) but for some reason, I can't see the other controls. I can go to the properties window (the dropdown) and select them but I can't see them on my screen (they won't even highlight if I select them in the property dropdown). I right clicked on the panel control, and menued the "send to back" but nothing happens. Also sometimes, just sometimes all the controls do appear and then for some reason (unknown at this time) the all..... disappear... Anyone? Ralph

    C# visual-studio help question

  • Debugging into a reference
    G gordingin

    I dropped this in the C# (since I am using it) forum but I thought I would post it here also. I have a ASP.NET solution. 2 projects in it. Project 1 is the ASP.NET project, the second is a class library. I want to trace into a method in the class library but it never gets there. I can't even set a break point in the class library, well I can, just it never stops there. What settings can I check to fix this. Thanks Ralph

    ASP.NET csharp asp-net debugging help

  • Debugging into a reference
    G gordingin

    Thanks but it doesn't. So here is a bit more info. Project 1 is a ASP.NET application, so I lauch a web page. I wish to trace into the method that is in the reference. So if I CAN'T trace into the method, what should I check... Thanks Ralph

    C# csharp debugging question

  • Debugging into a reference
    G gordingin

    I am new to .NET. I have 1 solution with 2 projects. Project 2 compiles into a class library which is reference from Project 1. I wish to walk into the source of my reference during debug. Can I do this? BTW, both projects are set to debug... Thanks Ralph

    C# csharp debugging question

  • Getting the cursor to change
    G gordingin

    I am using SetCursor and LoadCursor to change the cursor. m_hCursor = ::LoadCursor(AfxGetInstanceHandle(),MAKEINTRESOURCE(IDC_BUTTON)); m_hOldCursor = SetCursor(m_hCursor); I have this code in OnInitDialog() in a dialog based application but the cursor doesn't seem to change to my cursor. I have also Tried using IDC_HAND which is a windows cursor incase my cursor was bad. I also change AfxGetInstanceHandle to NULL in LoadCursor with no luck. In the debuger, m_hCursor and m_hOldCursor have valid address but my cursor doesn't seem to change.... Anyone? Thanks Ralph

    C / C++ / MFC question

  • Hiding WinForm app from ALT-TAB
    G gordingin

    I got my Winform application to hide from the taskbar but I still see it when I do an ATL-TAB. Is there a way I can hide it from that? Thanks Ralph

    C# c++ question

  • resX Files
    G gordingin

    I clicked show all files and I do see although it looks like it is a link of some sort. I will take a look at the link you sent me.... thanks Ralph

    C# csharp question

  • resX Files
    G gordingin

    Thanks I will take a peek but I will reiterate. I have 2 projects and am moving some controls from 1 to the other. In the first project, there are a bunch of .resX file in the project tree. I copy those files to my new project directory, try to add them like I would any other file (via context menu). Basically it doesn’t add it to the tree like on would expect. I can add cs files, etc, but not these .resX files. I hope that is a bit clearer.. sorry for the confusion…

    C# csharp question

  • resX Files
    G gordingin

    I am trying to add an existing resX file to my project and it won't take. Any reason? Are this added differently or create in some other way (new to this .NET stuff) thanks Ralph

    C# csharp question

  • .NET (Compact) Framework
    G gordingin

    What is the difference between the .NET Compact Framework and the .NET Framework? Thanks Ralph

    .NET (Core and Framework) question csharp dotnet

  • what kind of project
    G gordingin

    I am just starting out with C# and want to know how can I tell what kinda of project the code was started from by looking at the code. and by project I mean when you create a new project, from the wizard.... Thanks Ralph

    C# csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups