| Thread | Last Post | Replies |
|
| Collection item | 28 Apr 2004 12:34 GMT | 1 |
i have a problem, how can i create the item property the default something like this mycollection(0) as object myCollection.Item(0) as object
|
| Impression of .NET | 28 Apr 2004 12:10 GMT | 6 |
Is my impression correct that everything is now moving towards this .NET programming? Or do I read too much .NET related news groups?
|
| New to .net | 28 Apr 2004 11:03 GMT | 3 |
I'm now to .Net. Where a good starting point. I'm a PHP guys.
|
| tabcontrol-bringing tabpage to front programatically | 28 Apr 2004 11:02 GMT | 2 |
how do i bring tabpages, which are part of a tabcontrol, to the front on the tabcontrol programmatically. I would like to bring specific tabpages to the front depending on user actions with the user clicking on the tab. thanks.
|
| Exception problems between languages | 28 Apr 2004 10:58 GMT | 1 |
I have a new problem with Exceptions: I need to manage the exception but I don't have an error code to compare with, just messages. I can check a message to see if it has "timeout" then instruct my code to try again later, however, if the message is "not found" then I want to ...
|
| DateTime into equivalent long value | 28 Apr 2004 08:36 GMT | 1 |
We are facing problem in converting the DateTime into equivalent long value in .NET, we need to pass this long value back to Java server. is this possible? if yes please send us some suggestion on the same.
|
| How to find an algorythm code | 28 Apr 2004 08:35 GMT | 2 |
Any could help my find how to create the code for the following algorythm: In1: 10000000 In2: 00000000000 the algorythm runs and this is the output:
|
| Sending keys to an appl. window | 28 Apr 2004 04:25 GMT | 2 |
How do I send ALT+T keys to an application window. I can find the window using FindWindow api and get the window handle. But I'm problem passing ALT+T to it. Thansk in advance and regards
|
| Need Help - Compiling exe into dll | 28 Apr 2004 04:13 GMT | 1 |
I am newb to .net and want to know how to compile an exe into dll so that I can add its reference in my project. I have to compile a file called 'test.exe' into 'test.dll'. what is the syntax of the commands should I use to compile. I appreciate any help Thanks pk
|
| Best newgroup for questions about networking and sockets | 28 Apr 2004 02:53 GMT | 1 |
Which newgroup wouldbe best for questions about using sockets in dot net? Thanks Mark
|
| Looking For Report Tool | 28 Apr 2004 01:14 GMT | 5 |
I am using VSNET 2003, VB.NET and ASP.NET with an SQL Server 2000 as the database. I've used Crystal Reports for several years, mostly using RDC in VB6 and/or standalone reports that used Access as the database. I have some tables in SQL Server that CR (CR 8.5) cannot seem to handle
|
| dotnet - 2003 server. Urget. Please! | 27 Apr 2004 23:51 GMT | 4 |
Quick scenario followed by details below ASP.NET application and MSDE installed on our Win2k dev server. All is good Replicated this on our Win2.3k production server... problem! Error is 'server does not exist or access is denied
|
| direction | 27 Apr 2004 20:52 GMT | 1 |
I really need direction in this one I have a WinApp in C# and I need to load data at the beginning and save data o exit - just simple things like: this.Top, this.Left etc.. I have tried the resx - but it is READ ONLY
|
| HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders | 27 Apr 2004 20:38 GMT | 1 |
hi, I'm kinda confused as to how I get an assembly to show up in my References dialogue box. I see lots of posts like this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssem blies]@="C:\\MyAssemblies"
|
| Datatype declaration for Add New in Datagrid | 27 Apr 2004 18:45 GMT | 1 |
I have a datagrid that is and edit,update and add etc... and everything works in it fine except for add new. It craps out on the add new of my ContactID Field. This is a integer field and is also an Identity field in the database (SQL2000) If I declare the ContactID field as text ...
|