| Thread | Last Post | Replies |
|
| Protection via activation / product registration keys | 17 Feb 2005 02:51 GMT | 12 |
Can anyone offer any hints / tips for creating registration keys / application activation, as software copy protection measures for a Winform app developed in C#? Thanks
|
| HELP : regarding Textbox Enter and Focus Question many TIA | 17 Feb 2005 01:59 GMT | 1 |
I did ask before but got no replies. I have a series of textboxes, In Enter event I need to set the focus to a different textbox I am having problems when I set focus within the Textbox Enter event. It is looping thru the events.
|
| How to access RadioButton's round cycle/dot graphics? | 17 Feb 2005 00:45 GMT | 3 |
What I am trying to do is to change the round button background to grey and still keep the text label black, by overriding the "Enabled" property. The purpose is to keep the radio button reader-friendly while keep it non-editible.
|
| Bypass IE Print Dialog | 16 Feb 2005 23:49 GMT | 1 |
I am using ShellExecute() to print HTML files through Internet Explorer (to defalut printer). But I don't know how to bypass the Print Dialog. Any help/advise will be
|
| Possible bug using non system fonts | 16 Feb 2005 22:27 GMT | 2 |
I've for the past few days been experimenting with the use of non system fonts via the PrivateFontCollection.AddFontFile() method. If i do something like this: private void button1_Click(object sender, System.EventArgs e)
|
| ColumnHeader. Is the (Name) a design time property? Or something e | 16 Feb 2005 22:22 GMT | 2 |
Hi, Is it possible to retrieve the (Name) value from ColumnHeader property? I am trying to get the value through PropertyDescriptor / PropertyInfo, override it through new property but it does not seems to work or it is not available
|
| Newbie question | 16 Feb 2005 20:36 GMT | 1 |
How I can get size of Graphics.DrawString in pixel ? Becuase after I draw string I need place after its combobox ... Thank you.
|
| Form as a control? | 16 Feb 2005 19:47 GMT | 2 |
Is there a way to have a form as a control? Here's what I want to do: I have a datagrid which displays various information. However, I want to use it in multiple locations within the same application. Instead of creating an instance of the grid and linking up the same data on ...
|
| Practical way to authenticate a windows user to AD | 16 Feb 2005 18:26 GMT | 2 |
I have been doing mostly ASP.NET work over the last year and have forgotten how to do some basic things in Windows .NET apps. I am looking for a practical method to authenticate a user from a windows form against our Active Directory network. Its so easy in ASP.NET, but I
|
| Changing DataViewManager.RowFilter has no effect | 16 Feb 2005 12:15 GMT | 2 |
On Feb 12 I posted a request for some help with the subject "Changing the DataViewManager.RowFilter has no effect". I attached some sample code written against Northwind demonstrating the problem. I may not have been logged in with my MSDN Email account so I am reposting
|
| App.config Problem when launched from IIS not locally | 16 Feb 2005 07:03 GMT | 1 |
I have an application that when launched under Windows XP, from an IIS web server, will not read values from the app.config file. I have looked at the IL code and attempted to reconstruct what AppSettings["key"] does.
|
| app running slowly after used for a while/memory mgt | 16 Feb 2005 06:56 GMT | 6 |
I have an application that is in production and every so often, i am told it becomes slow and nearly unresponsive, so they have to reboot it, then it works fine. I am wondering what the problem is. i imagine the code has a memory leak somewhere. i can't confirm that a lot of memory ...
|
| adding items to listbox with extra data similar to databinding to dataview | 16 Feb 2005 03:27 GMT | 2 |
since you can't change items in a listbox that is databound, i have to add & remove items using its items collection. The thing about this is that with databinding, each item in the list can hold all the info for a particular datarowview and can be accessed by converting the list ...
|
| MDI client problems | 15 Feb 2005 23:33 GMT | 2 |
In our app (VB) client forms are displayed based on what is on the current client form and the button pressed. A user never selects a client form. You can think of this process as filling out a very long form with many branches (e.g., IRS form 1040). Once a client form is loaded ...
|
| listview scrollbar range not correct | 15 Feb 2005 20:51 GMT | 2 |
I implemented a double buffered listview to eliminate flicker. I set the following styles, then overrode OnPaint and did the drawing. Everything looks great! However, if I change the font from default, the column headers are not drawn with the new font and worse yet the ...
|