| Thread | Last Post | Replies |
|
| Hashtable not working | 27 Nov 2005 05:24 GMT | 4 |
I thought I would try a hashtable for storing key and title value pairs. For instance, public class MyBasePAgeClass {
|
| Best way for reading HTTP data | 27 Nov 2005 03:50 GMT | 7 |
I've got a problem which relates to reading HTTP data. I've got the socket connected to a web site and then I send "GET / HTTP/1.1\n\n" and the page is received after a while but not all of the page. Should I implement a timer to read the web page? How do I know
|
| Transporting an exe file... | 26 Nov 2005 23:59 GMT | 2 |
I am using Visual studio 2003 to make a project. My project resides in the folder name 'project'. I have to transport an exe to the PC that already has .NET framework 1.1 installed, but doesn't have Visual studio 2k3 installed. Can i transfer exe that is found in
|
| transporting an exe....... | 26 Nov 2005 23:46 GMT | 2 |
I am using Visual studio 2003 to make a project. My project resides in the folder name 'project'. I have to transport an exe to the PC that already has .NET framework 1.1 installed, but doesn't have Visual studio 2k3 installed. Can i transfer exe that is found in
|
| Visual Studio under XP Home edition | 26 Nov 2005 18:29 GMT | 3 |
Sorry for asking this in this newsgroups but I didn't know where else to ask. I just came back from the store with a spanking new laptop computer. The laptop is exactly what I was looking for EXCEPT that it came loaded with
|
| transporting an exe....... | 26 Nov 2005 18:00 GMT | 1 |
I am using Visual studio 2003 to make a project. My project resides in the folder name 'project'. I have to transport an exe to the PC that already has .NET framework 1.1 installed, but doesn't have Visual studio 2k3 installed. Can i transfer exe that is found in
|
| Transporting an exe file... | 26 Nov 2005 17:35 GMT | 1 |
I am using Visual studio 2003 to make a project. My project resides in the folder name 'project'. I have to transport an exe to the PC that already has .NET framework 1.1 installed, but doesn't have Visual studio 2k3 installed. Can i transfer exe that is found in
|
| lots of IF or elses | 26 Nov 2005 16:21 GMT | 17 |
I have a class which it has 10 properties, and each property needs to be validated against 5 different validation rules.I ended up writing a lot of IF and elses statement which has made my code so ugly.Is there a better way to do instead of sequential IF and elses?
|
| How to change a ComboBox's font? | 26 Nov 2005 14:50 GMT | 1 |
In my C# WindowsForm, I have a ComboBox MyCombo which has 3 items, ItemA, ItemB, and ItemC. Now I want the ItemC's color changed to Red while the other Item sitll have Black.
|
| Deep copy of struct | 26 Nov 2005 07:36 GMT | 1 |
I have a struct like this: public struct Vec { public float[] m;
|
| Adding Outlook reference to Class Library project | 26 Nov 2005 07:26 GMT | 2 |
I am creating a class libarary application, when i add a Oulook 11.0 Com Object as reference to my project , i am getting error during project compilation as: Refferenced Interop.Oulook assembly needs strong name
|
| Set the background to a Hex number | 26 Nov 2005 06:22 GMT | 5 |
How do I set the backcolor for a form to a Hex number? this.BackColor = #H00404;
|
| How to highlight multiple rows in datagrid? | 26 Nov 2005 05:41 GMT | 2 |
Need help, thanks first. In a winform datagrid, if I find the data with some error, I want to hight the row. It could be multiple rows. But Datagrid.Select() only allows one row. How to do it?
|
| Application has generated an exception that could not be | 26 Nov 2005 01:32 GMT | 1 |
Installation runs smooth, but when you try to execute the program by clicking on the shortcut or on the .exe, the error message above pops up. Since the product is installed on client machine the exception is not giving clear Idea what is excat problem. How should I resolve this ...
|
| Adding millions of rows to a UI control without locking up the UI? | 26 Nov 2005 00:32 GMT | 3 |
Something bugs me. It's the whole "not accessing a control from a non-UI thread" thing... In my world, all properties would be safe from all threads (maybe they'd be locked internally?), and paint methods/events would automatically be
|