First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
Disk check
Is there any way to do a disk check on just one file? For example, to detect if a particular file is affected by bad sectors without scanning the entire file system? ... 11 Mar 2010 23:35
InvokeRequired? (multithreading)
It looks to me like InvokeRequired() is returning an unexpected result. I have a multi-threaded app, and know it's a good idea to put all functionality related to a Windows Forms control on the same thread. I have a class which inherits from Form. When I construct an object of this class, I print out the value... 11 Mar 2010 15:44
Granting admin priveleges to a process started from a C# app
Hello, I wrote a C# GUI application that I use to install, uninstall, start, and stop arbitrary Windows services. Although I would like to have handled all the gorey details in the C# code itself, I only found one example of how to do this on the Internet and I could never get it to work properly. As an al... 11 Mar 2010 12:19
Save setting to registry using C#
In VB.Net I do this to save my app settings: SaveSetting(Application.ProductName, "TimeInterval", "TimeIntKeyName", lblTimeInterval.Text) SaveSetting(Application.ProductName, "MyAppCurDir", "myAppKeyName", strCurDir) In my C# migration efforts I have encountered yet another struggle -- with the Registry. A... 10 Mar 2010 18:42
regular expression(Regex)
Hi! I just wonder when is it better to use regular(Regex) expression then to use substring ? //Tony ... 11 Mar 2010 03:28
XML Serialization with nullable values
Hello, I have been reading a lot of pages and I cannot seem to find a easy solution for my problem... I have to deserialize (and serialize) a file which looks like this: ************** <record> <field1>data1</field1> <field2 nil="true"></field2> </record> ************** That is it... no XML heade... 10 Mar 2010 20:55
PaperSizes.Count returns 0
Hi All I have a Hp printer 1280 that is installed in windows 7. when I use following code to get Paper count. System.Drawing.Printing.PrinterSettings p = new System.Drawing.Printing.PrinterSettings(); MessageBox.Show(p.PaperSizes.Count.ToString()); it reutrns 0.I can't print from my programm but printer dir... 9 Mar 2010 12:22
TextBox in FormView Insert Template
thanks buddy. From http://www.developmentnow.com/g/36_2007_8_0_0_1002004/TextBox-in-FormView-Insert-Template.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/ ... 8 Mar 2010 06:25
class library reference question
I was just wondering if there is a way to update a reference to a class library the way you can with a web reference. It is a bit of a pain to always have to remove it and then add it again. Z.K. ... 7 Mar 2010 23:58
building process
Hi, I have few projects in one solution. I want to set building process to build all binaries in one folder(dlls and exe files) not pdb files. How to do this? ... 7 Mar 2010 23:58
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75