| Thread | Last Post | Replies |
|
| Dynamic forms | 15 Feb 2005 06:31 GMT | 13 |
Has anyone any experience of building a form at run time? I have an app that will require 50+ simple forms, it will only be used by me, so appearance isnt important. My idea is to pass a business object to a standard form and use reflexion to
|
| Convert from managed byte[] to void* and back to byte[] again | 15 Feb 2005 06:11 GMT | 1 |
I've got a question which is hopefully a very simple one: I have an unmanaged DLL which has abstracted the memory management such that I can supply the malloc and free methods. (ie)
|
| Firefox as COM component? | 15 Feb 2005 01:41 GMT | 1 |
The WinForms (.NET) application that I'm designing calls for an integrated browser. Due to the fact that Firefox's support of CSS is a bit more comprehensive than Internet Explorer, I'm wondering if it's possible to embed a Mozilla browser as opposed to an IE browser. To do this ...
|
| Problem with big datatable | 15 Feb 2005 00:59 GMT | 4 |
I have a plain text file and I read row by row after that put it into datatable (one cell contains one character). So this Datatable size can be 50,000x50,000 or more than. After that I bind this datatable to datagrid. Everything is ok until the datatable > 2,000x2,000 . My ...
|
| Overriding attributes | 15 Feb 2005 00:05 GMT | 1 |
I have a solutions that contains 13 projects. Now all 13 projects share the same AssemblyInfo.cs file. Within the AssemblyInfo.cs I use the AssemblyKeyFile to strong name all the assemblies.
|
| ASP.net design question | 14 Feb 2005 22:35 GMT | 2 |
for an ASP.net app that is to handel 300 images, would or would not be a good practice, not to insert images into SQL database table and just add each image to the webform via reteriving from HD and store other info's for each image into the SQL database? how is it done normaly? ...
|
| Visio .NET Enterprise Architect 2003 error opening | 14 Feb 2005 22:01 GMT | 3 |
I posted this request for help in Visio, troubleshooting newsgroup and Installation newsgroup, about 1,5 months ago but without result. "I recently installed Visio .NET Enterprise Architect 2003
|
| Column width | 14 Feb 2005 17:38 GMT | 1 |
Hi Every1, I'm getting this error. 'Cannot specify a column width on data type smalldatetime.' I'm using SQL Server & I've check the data type in the db & it's same as smalldatetime.
|
| Problem With Remoting Help ME | 14 Feb 2005 16:52 GMT | 2 |
I have write a DLL server I have this problem : when I call one specific function to the inside Class i have this error : "Impossible to find the constructor demanded for deserialize a object of
|
| dot net minimum install | 14 Feb 2005 15:53 GMT | 1 |
I am going to write an executable program that will run on Win XP sp1. What do I need to install to allow it to run. Do I have to install the whole framework or is there a minimum version for client installs? Thanks
|
| Detect when user becomes active after being idle for a while | 14 Feb 2005 15:49 GMT | 1 |
I want to activate a special app / form when the user comes back to his computer after being idle for a while. I would also like to find out how long the user has been away. My app does not put up any UI. I'm coding it in VB.net 1.1, and I need it to work on Win98 as well.
|
| Check out problem in VSS Commandline | 14 Feb 2005 15:31 GMT | 1 |
I am using VSS through CommandLine. I have a problem in Checking Out a file. Whenever I invoke the following command, "SS Checkout File2.txt -YAdmin " the file gets checked out to the current directory other than the working
|
| Creating TextBoxes Dynamically | 14 Feb 2005 15:29 GMT | 2 |
In my previous posting I failed miserably, to give enough information to get my difficulty apparent. So to start again. I want to create textboxes dynamically in VB.NET. This is not a web application that I'm trying to build. I should add that i am a
|
| 2 Basic questions from a new .NET user | 14 Feb 2005 14:58 GMT | 3 |
I am new in .NET and I have some basic questions. 1 - How can I control a object from another form ? I need to change a checkbox state from another form. What's the best way to do it ? 2 - What is XML and why do we need it ?
|
| Look for a really good Charting package | 14 Feb 2005 13:11 GMT | 6 |
I've been testing ChartFX but the performance doesn't seem to be too good. I have used ProEssentials but it seems to be lacking some of what we need. Any recommendations? We're primarily using a scatter plots. Thanks,
|