| Thread | Last Post | Replies |
|
| GetPrivateProfileSectionNames() | 28 Jul 2007 18:06 GMT | 3 |
In the .Net framework, are there functions for reading and writing the key/value pairs in a .ini file? Thanks.
|
| Determining DragOver Source Control? | 28 Jul 2007 17:01 GMT | 1 |
I need to prohibit a drag/drop where the source and destination are the same. To do this the DragOver event handler needs to know it you are dragging over the control where the drag originated or a possible drop destination. How? In this case
|
| Please give me a moment - How Employable am I? | 28 Jul 2007 14:59 GMT | 61 |
I hope there are some team leaders/managers (or insightful grunts) out there that can give this post a little time, as this topic is a heavy weight on me. I owned a software company for about 6 years. I sold it about 5 years
|
| how to execute another msi once first msi completes | 28 Jul 2007 13:21 GMT | 1 |
i've got a setup msi that needs to install sql express msi. only one msi is allowed to run at a time. how can my first msi call the second once's it's done? tks
|
| dispose | 28 Jul 2007 10:04 GMT | 2 |
I was wondering one thing when it comes to fonts and Dispose. If I have the following code: this.Font = new Font(...); //-- is this following necessary or is it done automatically?
|
| Changing the font in a listbox | 28 Jul 2007 04:36 GMT | 7 |
In some programs, I see that certain items in a listbox have been grayed, to indicate that they are "there" but can not be chosen. This is very helpful. Can you do this in CSharp? Is there a lstMain.SelectedItem.Enabled?
|
| component question | 27 Jul 2007 21:08 GMT | 1 |
Could someone give me a code sample on how to make this component? I bascially want to inherit from a numericUpDown control. I want to add two properties to this. One is a integer property and the other would be a collection of integers. I know how to add the integer property.. ...
|
| Changing the font | 27 Jul 2007 20:57 GMT | 2 |
I often see a listbox in which certain items are grayed, indicating that the item is "there" but disabled. It's a very helpful feature. Can you do that in cSharp? I don't find lstMain.SelectedItem.enabled? Dom
|
| String starting with ' won't concatenate | 27 Jul 2007 19:19 GMT | 11 |
Some error handling code: catch (System.Xml.XmlException e) { Console.WriteLine("Error in " + e.SourceUri + ": " + e.Message);
|
| dynamic contols | 27 Jul 2007 19:12 GMT | 4 |
hi...im looking for a example of creating controls on the fly (run time) or a pre-created control i can copy or inherit textbox, label, buttons
|
| Microsoft Windows | MSN Flaw | 27 Jul 2007 18:29 GMT | 4 |
Microsoft Windows | MSN Flaw I have found a flaw in MSN. For those that use MSN or Live.com with Windows see: http://search.msn.com/results.aspx?q=windows&FORM=www.YOFAST.org-utilizing-Googl e-has-much-better-results-than-MSN
|
| removing string reference question | 27 Jul 2007 17:44 GMT | 3 |
string SelectedSite using (SiteLauncher SiteLaunch = new SiteLauncher() { SiteLaunch.ShowDialog();
|
| ADO.NET rollbacks | 27 Jul 2007 17:43 GMT | 2 |
If the transaction object is created using a finally statement, will the transaction automatically be rolled back if an error is thrown, or do i need to explicitly code the rollback. The code that I am thinking about using (without an explicit rollback) is below:
|
| Obtaining an iFrame src in ASP.NET | 27 Jul 2007 16:55 GMT | 6 |
The current scenario is that I have an iframe inside an asp.net web page where I periodically check the url inside the iFrame. I know that all this information can be obtained in the client-side during a page load.
|
| C# 2005:-DCOM list reteriving | 27 Jul 2007 15:54 GMT | 1 |
How can we enumerate the list of DCOM components that are listed in DCOMConfig [opened using dcomcnfg from Start>>Run menu] and then subsequently change [if possible] their properties like Authentication
|