| Thread | Last Post | Replies |
|
| Different Languages on different textbos | 29 Jul 2007 13:45 GMT | 3 |
I have a windows form with few TextBoxs, In textbox1 i want always to write in English with Capital Letters, and in all other textBoxs i want to write in the default language of the OS. I tried to turn on\off the CapsLock with Enter and LostFocus event, but the
|
| MCI stubs | 29 Jul 2007 10:16 GMT | 2 |
I'm trying to get C# to talk MIDI to a drum machine. As soon as I can get the MCI functions to compile I'm home and dry. Please can someone point me in the right direction on how to do this? All I really want is to use the calls in the DLL via C#. I have found code like this. ...
|
| How to protect data within MS Access? | 29 Jul 2007 10:01 GMT | 9 |
If protect MS Access with password it doesn't mean to much. On internet, we can find plenty tools for opening forgotten passwords etc. I have a small c# aplication wit large amount of data and I can not
|
| Software protection by system time. | 29 Jul 2007 10:00 GMT | 8 |
In order to implement a timer calculation ( to calculate how long does the user has used this program since first time ) { long CurrTime = DateTime.Now.Ticks;
|
| vs2005 configuration selector | 29 Jul 2007 09:52 GMT | 3 |
I do not have a configuration selector on my vs screen Is this due to the fact that I selcted VB as language when I installed vs??? How do I bring up the configuration selector I cannot
|
| Find an image in a resource file by name | 29 Jul 2007 04:47 GMT | 3 |
I have a bunch of images named head1, head2, head3... in my Resources.resx file in my project. How do I get the image if I have the name as a string?
|
| Canceling the selection in a ListBox | 29 Jul 2007 04:24 GMT | 1 |
I selectively "disable" certain items in a ListBox. They appear gray and italicized. I want to make sure the user never selects these. Is there a way I can do this? For example, can I capture "SelectedItemChanged" and simply cancel it so that there will no
|
| Using Invalidate | 29 Jul 2007 04:19 GMT | 3 |
I have reason to call ListBox1.Invalidate, in order to capture the DrawItem Event. There is a noticeable flickering in the ListBox that I'd like to get rid of. By debugging, I can tell that Invalidate is erasing the entire ListBox. I remember in the days of plain old "C",
|
| font resizing algortihm | 29 Jul 2007 04:00 GMT | 3 |
I have a user control which displays a number say 12.2 and I would like to maximize the size of the number in the control. If a user changes the size of the control the number/font size should scale accordingly.
|
| How to Find Attached Drives? | 29 Jul 2007 03:32 GMT | 2 |
I am writing my first C# program. Things are going well. My program needs to find all the drives that are attached to the PC, with the attributes of each drive. How can this be done? This is for XP. Thanks. T.I.
|
| Help with Filter on BindingSource | 29 Jul 2007 03:30 GMT | 4 |
I have a simple application 2 tables related via foreign key. Table 1 Parts, table 2 Clients. ClientID is the primary key in the Client Table, clientID is a foreign key in the Parts table. I have a simple form that displays "parts" rows one at a time. I want to do the
|
| Indexers: what am I doing wrong? | 29 Jul 2007 01:21 GMT | 10 |
Beginner question, sorry! I am using indexers to access an array of StringBuilders in an instance of a class: Getting:
|
| Exception | 28 Jul 2007 23:23 GMT | 4 |
I wanna know how many kinds of exceptions are there exist in CSharp?I dont wanna always write codes like following ///////////////// try
|
| DLL's created after build | 28 Jul 2007 23:13 GMT | 3 |
I am using VS2005 and recently starting using C# instead of VB. When i build a project I am finding that sometimes I get the assembly DLL in the "Debug" folder and sometimes not only the "Release" folder.. I delete them before my build to see.
|
| need help on regular expression. | 28 Jul 2007 21:03 GMT | 3 |
I need to replace the ascII strings in VC++ source code with unicode compatiable strings. That is I want to replace "abc" with _T("abc") excluding the strings in #include line or already in _T(".."). I have regular expression
|