| Thread | Last Post | Replies |
|
| Pocket PC Devlopment - Scaling controls at runtime | 06 Sep 2007 21:28 GMT | 1 |
When I add controls to a pocket PC form at design time, all the scaling works fine. I see in the initialize code the use of AutoScaleDeminsions and AutoScaleMode. However, when I add a control (say a button) dynamically at run time and I
|
| C# -> two buttons same code | 06 Sep 2007 21:11 GMT | 4 |
i forgot how to do this someone help how do i make this into one private void mnuTray_Click(object sender, System.EventArgs e) {
|
| export data | 06 Sep 2007 19:50 GMT | 1 |
Is there a way to read an excel spreadsheet and export the data from the excel doc to word or a text file? example, if I only want columns A, B, and C, and export that data into a word doc, how could that be done?
|
| Get a value from a binding source | 06 Sep 2007 19:35 GMT | 4 |
I have a text box on my form that I've got set to read from from my binding source, so when ever I mighlight a row, that text box has the row ID in it. Now how do I assign that value to a variable for use in other area of my program?
|
| DISP_E_EXCEPTION When calling VBA macro from background thread in C# | 06 Sep 2007 19:34 GMT | 3 |
This may actually be a COM or VBA issue but I'm hoping it can be answered here anyway. I am making a call to a VBA macro in a Word document in a background thread in my C# application. The call executes fine on my machine. However, on the tester machines they get
|
| CPU Serial Number via CSharp and Screen Shot | 06 Sep 2007 18:46 GMT | 2 |
How can I get the CPU serial number via C# How can I get a screen shot via C# Thank you, Lit
|
| Debugger not cleaning up | 06 Sep 2007 18:09 GMT | 7 |
Has anyone ever noticed that when you stop the debugger that destructors (Finalize) are not called? I have some code that is supposed to register for an event on a database. In order for the code not to leave residual records on the
|
| way to read object info in another form/passing parameter like | 06 Sep 2007 17:04 GMT | 6 |
I know in vb6 it was super easy to pass parameter or either read example the textbox1.text on the already open form form2 like all object were as public. but is there a way to do something that easy in c# because i wonder is there is a faster way than the
|
| my button toolbar | 06 Sep 2007 16:57 GMT | 1 |
installed a new virus program and lost my button how do i get them back From http://www.developmentnow.com/g/36_0_0_0_0_0/dotnet-languages-csharp.ht
|
| Displaying MultiLine Content in a TextBox | 06 Sep 2007 16:43 GMT | 4 |
I am developing a C#.NET application in VS2005 that needs a function that allows the user to edit some text content stored in a Text column in a database. I have a TextBox control with AcceptsReturn, AcceptsTab and MultiLine properties all set to True.
|
| ResolveAssemblyReference.cache | 06 Sep 2007 16:29 GMT | 1 |
What is this file, and what is it used for? The reason that I am asking is I am having an issue with my referenced assemblies. I have several utility type assemblies/dlls that I am trying to reference in a web solution. I modified the version of the
|
| simple one on out parameters in functions | 06 Sep 2007 16:12 GMT | 3 |
i have this in a class: public void fn_X(out Int32 j) { j = 5;
|
| Equivalent <CTRL> + <BREAK> in C# | 06 Sep 2007 15:47 GMT | 1 |
I got an pop-up error when I tried to run my window application. However, I have no idea which line of code is causing the problem. Is there a way to figurate that out? In VB, when I do <CTRL> + <BREAK> , it will jump to the line where the error occurs, is there a similar
|
| InvalidOperationException in Process.WaitForExit | 06 Sep 2007 15:42 GMT | 1 |
The requirement is to detect closing of a word document opened by a process. There is some piece of code which has to be executed after the document is closed. Using Process.Start() document is opened, I used process.WaitForExit() to
|
| Is there a free world cities DB? | 06 Sep 2007 15:38 GMT | 11 |
I'm looking for a free world cities data base that includes: Longitude, latitude and time zone. Thanks, Sharon.
|