| Thread | Last Post | Replies |
|
| C3842 | 22 Sep 2004 11:35 GMT | 4 |
What is the reason for C3842? 'function': 'const' and 'volatile' qualifiers on member functions of managed types are not supported
|
| XML comment Error | 22 Sep 2004 08:25 GMT | 1 |
I HAVE THIS Warning : What can I do to fix it ???? XML comment block must immediately precede the language element to witch its applies and next is the code qhen I doble click the Warning
|
| Freeware .NET Apps? | 22 Sep 2004 07:57 GMT | 3 |
Has anybody here released a freeware .NET app? How many downloads does it get?
|
| Training Recommendations | 22 Sep 2004 02:27 GMT | 1 |
Anyone have a favorite company and or recommendations? I am looking for C# programming. There are so many companies! I am leaning towards to (5) day courses. Thanks!
|
| Games? | 22 Sep 2004 02:26 GMT | 1 |
Besides Terrarium for .NET does anyone know of any other projects for games? I am looking to get into game development and would like to see about joining in with some other developers to build a game or at least get a peak at some code used to build a game so I at least get some ...
|
| Overloading Web Service Calls | 22 Sep 2004 01:45 GMT | 2 |
For a long time we've been told that you can't overload web service calls but recently we found a way to do it using the WebMethod attribute as in the example below. This will allow us as you can see to have two web service methods of the same name and will show them as
|
| How do I find where my application is crashing | 22 Sep 2004 00:50 GMT | 1 |
Sorry if this difficult to understand but I'm pulling my hair out and could do with some good ideas please... I've developed an application which in .NET as a Windows service which is simply crashing but with no signs/details on where the crash is occuring.
|
| Microsoft .NET Redistributable Package - Too big for me. | 21 Sep 2004 22:43 GMT | 2 |
1. in order for a computer to be able to run a C# .NET app, it __has__ to have a redistibutable runtime package installed, right? 2. I saw that the size of the package for download ("dotnetredist.exe") is around 20 MB :-/. This is a big download in fact. Especially for modem users
|
| Thread pool thread priority | 21 Sep 2004 19:52 GMT | 1 |
If my code is running on a thread from the process's thread pool and I change a property of the thread with a call like System.Threading.Thread.CurrentThread.Priority = System.Threading.ThreadPriority.BelowNormal;
|
| novice requires links | 21 Sep 2004 19:21 GMT | 4 |
I have recently installed VB2005 so teach myself programming, could anyone suggest any links to useful websites, or help sites, Ideally I am looking for tutorials, written for the complete novice TIA
|
| Disable Adding New Records in a DataGrid Control | 21 Sep 2004 16:19 GMT | 2 |
Using VB.NET: I am populating a DataTable from a SQL Server table, then associating that DataTable to a DataGrid control. I want to disallow the user from inserting new records on that DataGrid, but I cannot find a way to do this. Is there a way to prevent a user from inserting ...
|
| oledb problem in vb.net | 21 Sep 2004 16:00 GMT | 3 |
I have a program where i connect to an access database and get some information out of it. I'm using the oledb.3.51 version, my computer doesn't seem to have the 4.0 version, but the computer that is trying to run it only have the 4.0 version. So as you will see with the code ...
|
| Keydown events | 21 Sep 2004 14:43 GMT | 2 |
Is there any API which i can use to trap the key press or key down events for the Internet explorer browser. This is not a windows form, it is a web form. The method used currently is below. sScript.Append("<SCRIPT language=""javascript"">" & vbCrLf)
|
| what in for vb.net..... | 21 Sep 2004 14:12 GMT | 1 |
in vb6: combobox1.List(i) = combobox1.text.. what in for vb.net AxImageCombo1...... =AxImageCombo1.text
|
| Customizing VS.Net start page | 21 Sep 2004 12:29 GMT | 4 |
Has anyone ever tried to find out how VS.Net 2003 fills its start page? The project MRU list is sorted by modification date of the .sln files by default, but those files are rarely modified. As a result, the main projects I work in every day drop off the bottom of the list, while ...
|