| Thread | Last Post | Replies |
|
| .NET 1.1 SP1 Problems? | 20 Sep 2004 16:39 GMT | 1 |
Has anybody been experiencing problems with .NET 1.1 SP1? I installed it from Windows Update, but the "Microsoft .NET Framework 1.1 Configuration" dialog shows the build number prior to SP1! Further, examining .dll versions in WINNT\Microsoft.NET\Framework\1.1.4322:
|
| Protecting Assemblies From Un-Authorised Use | 20 Sep 2004 14:39 GMT | 4 |
I have written an application in C# and when I distribute it I would like to prevent un-authorised people from using these assemblies in their own applications. Is it possible to do this?
|
| Accesing Values in DataTable Column | 20 Sep 2004 13:35 GMT | 2 |
How can i access all the values in a particular column of a DataTable. How can i then store these values in an array.
|
| how do i add.......... | 20 Sep 2004 10:18 GMT | 1 |
how do i added item in AxImageCombo1's control? regards
|
| How to read binary data into a STRUCT? | 20 Sep 2004 10:13 GMT | 3 |
I'm trying to figure out how to read a formatted binary file into a structure definition in C#. I've tried using the "StructLayout" attribute with both LayoutKind.Explicit and LayoutKind.Sequential options. I can get this to work successfully, but only when I'm NOT dealing with ...
|
| asp.net dynamic hyperlink | 20 Sep 2004 08:03 GMT | 2 |
I am old programmer, but this asp.net stuff throws me for a loop. I have an asp.net page that I need to create a dynamic hyperlink from based on the user selection from the drop down list and whatever they enter in the textbox. I have hardcoded ?St=Ok?City=Tyler but I need
|
| Reading from multiple tables in a dataset | 20 Sep 2004 07:28 GMT | 2 |
I have a form with 7 datagrids, each on a seperate tabpage and reading from it's own dataTable. I would like to take the first three fields of each row and show them in a listbox (for example, ID, first name and last name). I know how to join them to create a single string and ...
|
| Adding Checked Exceptions | 20 Sep 2004 07:21 GMT | 1 |
2nd try... I drank too much coffee last night and came up with a suggestion about how to add checked exceptions to C# http://www.geocities.com/jeff_louie/OOP/oop14.htm
|
| Data grid display - how to restrict columns? | 20 Sep 2004 07:19 GMT | 1 |
I'm new to .net development and I'm trying to develop a simple application that acts as a front end to a MS Access DB. The problem I have is that I am creating datasources via the oleDbDataAdapter generation wizard. The table I'm trying to create a entry
|
| ASP.NET State service Startup type changes to Manual after reboot | 20 Sep 2004 07:14 GMT | 1 |
I am running the ASP.NET State service on 3 servers and one workstation. I have set the startup type to 'Automatic' on all instances. After rebooting any of these machines, the service does not start and
|
| generate excel reports through asp.net | 20 Sep 2004 06:49 GMT | 1 |
Actually i am doing this through ASP.Net. My webserver is Win2000 server machine, IIS 5.0. my requirement is generte excel reports through asp.net. I have a sample code to access excel component and send the information to excel work book cells. Actually it works fine through VB ...
|
| Confirm button in asp.net | 20 Sep 2004 06:18 GMT | 5 |
Help, I’m trying to implement a confirm button on an asp.net page. I have it attached to a asp:button control. In the button1 click event I call the CreateConfirmBox subroutine. The Box comes up with the yes/No option ok. My problem or question is: How do I determine which ...
|
| Object Browser | 20 Sep 2004 00:42 GMT | 6 |
When I use the Object Browser in the IDE to look at the functionality provided in References, I see lovely entries headed Summary, Parameters and/or Return Values. If I develop a COM application and wish to make entries so that users of my
|
| Debugging a Obfuscated Application | 19 Sep 2004 22:24 GMT | 1 |
i am using PreEmptive Solutions dotfuscator (community edition). and i am getting 'TypeLoadException' for a simple interface that i defined. how can i debug an obfuscated application? assaf
|
| Help with events | 19 Sep 2004 21:20 GMT | 6 |
Ive asked this question before on this newsgroup but at the time nobody knew the answer so hopefully somebody else will see this post this time around. Id like to catch an event in my VB.NET code the particular event im interested in is programs loading or starting , i
|