| Thread | Last Post | Replies |
|
| Newbie: Loop through WebControls on a form - C# | 08 Dec 2004 06:25 GMT | 1 |
I've got a user control with a series of WebControl Buttons, rendered as tabs (for WebForms). I'd like to loop through these buttons / tabs to set their properties. I've used the foreach (Control objTab in this.Controls) construct but it gave me an error "The type or namespace ...
|
| WinDev ... | 08 Dec 2004 04:44 GMT | 4 |
Hi group, If there any french here ? What are the diferents format of the output of a windev program ? Dll and Exe i guess ...
|
| replacement for ActiveX in .NET | 08 Dec 2004 02:49 GMT | 1 |
i have a web based application that uses a lot of OCXs. i am planning on rebuilding my application. how do i replace my OCXs. is Smart client an answer to my question.
|
| java 1.3 on .NET | 08 Dec 2004 02:11 GMT | 5 |
Hi; Is there any way to compile java under .NET where it uses java 1.3 run-time library calls? I have all the source so I can re-compile everything. But the source uses a lot of java 1.3 library calls. (A LOT.)
|
| Custom Event Log Causes Windows Internal Error when full. | 08 Dec 2004 00:15 GMT | 1 |
I thought Event Logs overwrite the oldest events when the log is full. I have created a Custom Event Log for a Windows Service app. When this Custom Event Log gets full, a call to eventLog.Writeline crashes the service. When I stop and restart the service, I get a Windows Internal ...
|
| Destructor - ?? | 07 Dec 2004 23:55 GMT | 6 |
In my C# code there is a Destructor. I placed some code into it. But it never gets called. I tried many times, can anyone suggest me what to do. Thanks in advance
|
| replacement for ActiveX in .NET | 07 Dec 2004 23:17 GMT | 1 |
i have a web based application that uses a lot of OCXs. i am planning on rebuilding my application. how do i replace my OCXs. is Smart client an answer to my question.
|
| Web service Impersonatation? | 07 Dec 2004 20:25 GMT | 7 |
When I set up impersonation in the web.config file and specify a user and password I get strange results. This line of code will get me the user account I set to impersonate: System.Security.Principal.WindowsIdentity.GetCurrent().Name
|
| fax - second post | 07 Dec 2004 19:08 GMT | 7 |
I'm looking for a VB.net solution so I can send faxes directly from the GDI. I've found references to the FaxStartPrintJob, which are mostly referenced in C#. Since I'm not a c# programmer, I have little understanding of how to impliment this.
|
| DataGrid+Ado.net problem... | 07 Dec 2004 18:04 GMT | 1 |
Hi to all techies, I want to build DB application using Datagrid. I written one function for this. But it is giving error like on this line
|
| Object serialization. | 07 Dec 2004 16:46 GMT | 2 |
I'm new to .net. I need some info on serialization. What is serialization? Why do we need it? Why objects need to be serialized if they need to be stored in session or viewstate?
|
| Interprocess communication between machines? | 07 Dec 2004 15:36 GMT | 2 |
Using Win32 it was possible to name a named pipe, shared memory, or mutex so that the object could be used between machines. Is that possible with .NET objects? If so what is the naming convention? Thank you.
|
| installing VS.NET 2003 Academic, trying to skip IIS | 07 Dec 2004 15:23 GMT | 1 |
I'm only interested in getting set up for Pocket PC development and don't want the Web tools. When trying to install VS.Net 2003, I am stuck on the first step because it says I don't have the prerequisites. It says I can skip IIS and Frontpage extensions, but when I try to skip ...
|
| Get Current Method's parameter values as collection with reflection(?) | 07 Dec 2004 15:14 GMT | 3 |
Hi y'all .. I hope this is an interesting one ... Within an executing method, I can call MethodBase.GetCurrentMethod() and retrieve info about the method that's currently running, including parameter names & data types.
|
| Reporting capabilities in .NET and ASP.NET | 07 Dec 2004 12:35 GMT | 4 |
I am doing some research into the reporting capabilities provided by .NET by itself and also integration with other programs such as Crystal Reports or thrid party tools. I don't have much experience with .NET technologies but most of the reports will be requested
|