| Thread | Last Post | Replies |
|
| Select Printer and pages after PrintPreview | 01 Feb 2005 15:58 GMT | 1 |
How can we select printer and print page count etc. after usser preview the document in c# application like winword pressing "Print...." button. thanks in advance.
|
| Explicitly calling an event handler | 01 Feb 2005 15:21 GMT | 3 |
Is there a way using the .net framework to explicitly call a particular event handler method in an object, say the Click event of a control? The scenario is that I have two controls - an ImageButton and a LinkButton.
|
| Help with UNC | 01 Feb 2005 13:47 GMT | 1 |
My app needs to access files accessible via UNC on a local network path and get to some DOCs, XLSs and PDFs. I have to run the system.io.file.exists function to see if the document are where it is said to me. I can run a test like "c:\printer.log" and it passes using the account ...
|
| How to write plain ascii to a textfile | 01 Feb 2005 13:21 GMT | 7 |
I think I overlook something, but when a write to a text file using a StreamWriter, the file is written as unicode. I'm writing information that is retrieve from nvarchar fields on SQL server. I have a problem with characters like Ü, Ö, etc. When looking at the file they seems to ...
|
| Assembly name vs. Namespace name | 01 Feb 2005 13:16 GMT | 5 |
I've recently read guidelines where it is recommended to organize projects in directories that match assembly names. For example, if I have an assembly called MyCompany.MyProduct.Data, then I should have the following folder structure on my local disk and in version control ...
|
| Windows Logo Compliant Applications | 01 Feb 2005 13:09 GMT | 2 |
My company develops software for end user. We have some .net software which we would like to sell to end users and we would like to make the software "Windows Logo Compliant". Does any one know where or how we can get info on how to do this?
|
| TActionList and TAction | 01 Feb 2005 13:03 GMT | 1 |
Is there something like TActionList (and TAction in Delphi) in framework to automatic disable/enable (i.e. buttons for dataset insert/update/delete actions) Have a nice day/night
|
| how to resolve http error 504 code | 01 Feb 2005 09:31 GMT | 2 |
I am writing i web based program, based on HttpWebRequest and HttpWebResponse. When i want to make query to specified server with following parameters : --------------------------------
|
| Vb.Net application is terminated unexpectedly without message | 01 Feb 2005 09:28 GMT | 1 |
I have some Vb.Net applications, which are terminated at indefinite times without message. If I call in the program regulated system.GC.Collect, then the program is terminated here sporadically without message.
|
| Why sometimes a statement after Thread.Start() is not executed? | 01 Feb 2005 08:23 GMT | 9 |
I've found that sometime a statement after Thread.Start() is not executed. My code are as follows:- Sub Start() ' initialize threading value
|
| Marshalling Question | 01 Feb 2005 00:13 GMT | 6 |
Is it possible to marshal a FileStream or StreamReader object in C#? Ok the real question is: How dow you marshal the above objects? I've been trying all different ways and haven't figured it out. Thanks in advance,
|