| Thread | Last Post | Replies |
|
| Request for the permission of type System.Web.AspNetHostingPermission failed | 17 Oct 2006 15:44 GMT | 1 |
I'm using dotNet 2.0 and VS2005. I've got a class library where I've created a webcontrol (Inherits from GridView). The dll for the class library resides on a different server (development
|
| Bitmap manager | 17 Oct 2006 15:40 GMT | 1 |
Is there anything like ImageList that handles bitmaps/images? I need need very similar method to work with arbitrary sized bitmaps instead of all being fixed at the same size. I know I could just use an array but it would be nice to have some type of encapsulation and a smart ...
|
| What's ReportDocument? | 17 Oct 2006 15:24 GMT | 1 |
I'm new in crystal reports in C#, and what I'm asking what's the equivalant of VB's "CRAXDRT.Report"? is it ReportDocument!!!? Thanks
|
| Efficient way to do this | 17 Oct 2006 15:04 GMT | 4 |
I get passed a string like these examples: 3.1 4.23 1.1
|
| Most recently used menu? | 17 Oct 2006 14:57 GMT | 2 |
In VS05, I've created a menu for the application and would like to insert a 'most recently used' item to hold, of course, the most recently used items that this application is associated with. However, it is not clear to me how this should be done. Would someone be kind enough to ...
|
| monthCalendar - how to change the starting month? | 17 Oct 2006 14:52 GMT | 1 |
I'm using 3 months calendars control. I set one of them to show the current month (october), and I want the second and third to show one and two month forward. How can it be done?
|
| dataset | 17 Oct 2006 14:02 GMT | 4 |
I am converting a dataset into xml file using the following command: dsXml.WriteXml("filename.xml"); Using the xml file i did my functionality. I works fine in the developed machine. I deployed the same in a remote server through ftp.
|
| Assigning object names dynamically | 17 Oct 2006 12:04 GMT | 3 |
Is it possible to assign object names dynamically? That is, when for instance creating a Label object Label label1 = new Label(); can then the name of the Label object (label1) be assigned
|
| Fairly simple inheritance and polymorphism | 17 Oct 2006 10:35 GMT | 2 |
I was wondering if you could help me - I am looking at creating a C# Project to be used with my ASP.NET solition (VS2005). What I would like to do (I believe) is really simple. I have an 'Order' object, and each 'Order' can have one (and only one)
|
| How to get null keyword via Codedom | 17 Oct 2006 10:31 GMT | 1 |
Hi, I'm writing some CodeDom stuff at the minute. It's great fun but I've hit a snag. A little bit of the code checks to see whether an event is null before I fire it. It looks like this... .....Some stuff
|
| Parsing Excel documents with C# | 17 Oct 2006 10:27 GMT | 2 |
here is a question I have to deal with : In brief, I have an Excel document which consists of 3 sheets ( with the same names for each document ). The document always has fixed format except for number of rows, but it
|
| Connect VB with C#, VB give instruction to a C# code ? | 17 Oct 2006 09:37 GMT | 3 |
I and a college are working on 2 projects, one in C# and one in Vb.NET, and would like to connect the projects using VB.NET project as the main GUI and let an search algorithm in C# do the heavy work. We are both rather new .net programmers and would appreciate some
|
| How to make Docking menu/toolbars in WinForms 2? | 17 Oct 2006 08:22 GMT | 1 |
How does one make docking toolbars and menus? I had high hopes for the toolstrip container but it appears that it only allows a toolstrip or menustrip to be moved from one of its edges to another instead of providing a mechanism whereby the entire strip can be picked up, moved ...
|
| DataGridView HELP | 17 Oct 2006 08:18 GMT | 1 |
Hello,I'm a problem. I inizialize an object BindingSource with : myBindingSource.DataSource = myDatatable; and myDataGridView.DataSource = myBindingSource.
|
| Progress bar in composite control | 17 Oct 2006 04:54 GMT | 2 |
I`m creating a composite control that does some of it`s own data access. I want a type of progress bar while the control is doing it`s thing. (an animated gif will do, nothing fancy) I don`t really know where to start.
|