| Thread | Last Post | Replies |
|
| parking windows - WM_QUERYENDSESSION | 19 Sep 2005 23:12 GMT | 3 |
When I use the WM_QUERYENDSESSION event to prevent closing of my app when Windows is shut down, I get the 'windows forms parking window' appearing which is very confusing for users. Any ideas how to stop this?
|
| Optimizing C# String Processing | 19 Sep 2005 23:01 GMT | 4 |
I would like to maximize efficiency of string processing in my C# application that works with Skype API. Actually, these "strings" are made of "chars" that are all 8-bit values except 0 (1-255). 1. Is there a way to make C# use 8-bit char so that the memory usage is
|
| Help with syntax to retrieve a data from dataset's table | 19 Sep 2005 22:20 GMT | 2 |
Hi, I need to get the value for the 1st record (there is only one row in this table at all time) for the column name LogFilePath. I got the ado.net and the dataset fill and the table created("Path"). But I can't find the syntax on how to get the value. Appreciate it if someone ...
|
| How to filter files with NO extension | 19 Sep 2005 21:37 GMT | 2 |
I am using the Filter property within OpenFileDialog. I understand how to filter files with extensions, but this time I need to filter files without extensions. Can someone tell me how this is done?
|
| OpenFileDialog in web forms | 19 Sep 2005 21:33 GMT | 1 |
I am trying to include the above to allow users to browse files in web forms. However, it seems a window utility. I am using the web namespaces: using System; using System.Collections;
|
| Monitor BIOS Temp | 19 Sep 2005 21:31 GMT | 5 |
My motherboard has two temperature probes on the motherboard. One to measure case temp, the other to measure CPU temp. This PC is used as an HTPC, so adequate cooling is always a concern. I would like to write a C# app service that monitors the temp and displays
|
| nested variables in loops - inefficient? | 19 Sep 2005 21:07 GMT | 9 |
Using local declarations within a block often makes code more readable, but is it less efficient? eg... void P() { while (...) {
|
| save attachments in MS Access via a web form | 19 Sep 2005 20:54 GMT | 4 |
I have a C# web application in ASP.Net, which has a user contact info DB in MS Access. Can I add a column to each user to save pdf attachments for each user if needed? If so, how do we do this? Thanks for help.
|
| covernting SByte [] to SByte * | 19 Sep 2005 19:55 GMT | 5 |
I am attempting to pass an SByte [] to another .NET class that expects the data to be passed as SByte *. I searched around and found the boxing can be used to produce a pointer but I'm not sure if this is appropriate. I am using the following sequence:
|
| How to get value of 3rd column in combobox attached to a dataset t | 19 Sep 2005 19:48 GMT | 2 |
I created a table in a dataset that contains multiple columns. I attached a combo box to that table. Now I'm doing something wrong with trying to retrieve the value of the third column of the selecteditem. The datatable row contains the following columns, (ProductCd, ...
|
| What's the typeof() function for? | 19 Sep 2005 19:41 GMT | 13 |
Would someone give me an example for the typeof() function? What's that for? Thanks for help. Jason
|
| WebService not accepting my PDF | 19 Sep 2005 19:39 GMT | 3 |
I have my webservice and it's not receiving a PDF file from my ASP.NET application. Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
|
| How to modify the SSID of Wireless connection? | 19 Sep 2005 19:37 GMT | 3 |
Hi people, I have a question about this.... How I modify the SSID of the Wireless connection?? I was developing a software in C# .NET 2003 and I need this feature. TKS...
|
| implementing Icomparable for multiple sort fields | 19 Sep 2005 19:35 GMT | 2 |
What is a good method to sort objects in an arraylist by more than 1 field.
|
| Runtime like java ? | 19 Sep 2005 19:28 GMT | 1 |
Why MS doesn't make runtime like java runtime so we could write "applet" which semi works on the user machine in ASP.Net sites so the interaction would be much better. And applications like chat in asp.net will be much easier to write. Besides it would give us another great tool. ...
|