Thanks but that seems a bit over the top for a novice like me...
gordingin
Posts
-
Encrypting and Decrypting -
Encrypting and DecryptingI 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
-
Intercepting the Reply button in OutLookI 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
-
Horizontal Outlook Bar Control???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
-
CollectionsIs 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
-
ListView in ASP.NETI 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
-
Using Registry namespace with WebFormsCan 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
-
Debugging into a referenceThanks for all the help. I realized (later) that these were stubs, RPC calls to the server...
-
Moving controls housed in a Panel control....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
-
Panel Control covering my other controls... IDE BUG?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
-
Debugging into a referenceI 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
-
Debugging into a referenceThanks 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
-
Debugging into a referenceI 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
-
Getting the cursor to changeI 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
-
Hiding WinForm app from ALT-TABI 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
-
resX FilesI 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
-
resX FilesThanks 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…
-
resX FilesI 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
-
.NET (Compact) FrameworkWhat is the difference between the .NET Compact Framework and the .NET Framework? Thanks Ralph
-
what kind of projectI 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