Answer Questions
kolit Problems in deploying an application with the Mage.exe command-line tool
Dear Sir/Madam, I am trying to deploy an application with the Mage.exe command-line tool. I have created using MS Visual Studio (Visual C#) on C: a simple project/solution called Test. I compiled and run the project successfully. I created a C:\store\1.0.0.0\bin directory and then copied the test directory to it. That is, as a result C:\store\1.0.0.0\bin\test Then I copied a c ...Show All
Talljames Visual Studio 2005 Beta 2 released!
For those who don't read blogs and don't know yet: Microsoft released Beta 2 of Visual Studio 2005 this weekend: <a href="http://lab.msdn.microsoft.com/vs2005/">http://lab.msdn.microsoft.com/vs2005/</a> So far, it's only available to MSDN subscribers, but will be released ...Show All
ctg_demo DataGrid Column Color (FAQ 5.60) Question
How can a DataGrid's column colors be change from code I need to set the frgrd/bkgrd color of different datagrid columns in code I have looked at the examples that George Sheperd's FAQ # 5.60 "How can I specially color only the currentc ...Show All
KingHooi Drag n' drop
is there any way to change the drag/drop rectangle of a control when dragging it i have a custom designer of my control , but i would like it to display something else or atleast position the drag drop rectangle while moving the control. any&n ...Show All
Gunship919 Image on button with FlatStyle.System
Isn't it possible to have an image on a button when it's FlatStyle is set to FlatStyle.System The image is showing correct when FlatStyle is set to both Standard, Flat and Popup but when I change it to FlatStyle.System the image disappears even&nbs ...Show All
SFrench Multithreading problem while Datagrid binding to DataTable
Hi All, I explain my requirment. In my application i have a Form1 and a Module1. Form1 got one Datagrid and Button. In the Module1 i have declared one DataTable (dtPriceList). When the form loads i am initializing (insert 2 columns) the datatable (dtPriceList) and binding to datagrid. In Onclick event of the button in form1 i am calling one function which is in module1. Once ...Show All
WPFMonkey how to sync with datagridview columns and object properties
Hi I try to bind datagridview witha business object of three public properties. but the column order seems not in sync with the order of business object. is there any way to control the order of the columns when binding to an object thanks There are several ways you can do this. You can manually configure the column order in the DataGridView - this is the easiest. If you are implementing your ...Show All
SaravanaKumar Longhorn style Breadcrumb Bar
Anyone have an idea for how to implement a Longhorn style "breadcrumb bar" in C# for Windows Forms Basically, the idea is: - A parent window that can spawn child windows of the same style. The child windows will append their title/location&nbs ...Show All
Ivan Budiscak datarows to repeat
i have created a sql database with a vb.net front end. i have records in that database that have dates attached. i want each record to repeat in a given time frame according to a field in the row called freq. is it possible. here is a sample layout of the database. column format: id taskname duedate freq autonumber clean floors 06/01/06 30 i would like to duplicate this task based on the freq. someone please ...Show All
StriderIRL how can i save the text format to the database?
i'm using richtextbox, If you want to save the text including the formatting you can retrieve it from the RichTextBox.Rtf property . It can be stored as text datatype. I am not sure about RTF if it is unicode, then you need to store it as ntext. Andreas Johansson wrote: It can be stored as text datatype. I am not sure about RTF if it is unicode, then you need to store it as ntext. i'm using a text datat ...Show All
crimzonthunder Child from exe?
Sorry if the subject cause misunderstand, I really don't know how to call. I have to build a project that have a main MDI form, the menu (dynamically load base on user authorization). When user select item on menu, I execute the .exe file ...Show All
MattP65 Dynamic control docking
Hi, can anyone tell me if VS 2005 Beta 2 contains a control that will allow me to dock a user control / form I'm interested in getting the sliding docking feature found in VS 2003 / 2005; the one where you can pin a panel if required (ala Toolbox, Server Explorer etc). Thanks for your help Graham hi Mike, Is the Dynamic Docking Control sample included somewhere if so could you please let us know th ...Show All
evenkots Misadventures in Printing
This message was previously put in the Graphics and GDI+ forum. The Printing forum is more appropriate. I've encountered several oddities with printing in Windows Forms. The PrintPreviewDialog has some bizarre visual artifacts on the edges of the previewed ...Show All
Comedian2005 Class design question
Hi, I'm exploring the world of object oriented programming. I want to make a class which has a 'collection' kind of property, just like XmlDocument.ChildNodes has. I want to make a customclass which I can use like this: A. MyObject.Items(0).Text = "Some text" B. MyObject.Items.Add(intKey, "Item text") I don't know how to realize this. Can anyone show me how to make a class like this one I want to be able to access the collection b ...Show All
Robert Lair Business Objects or Dataset?
I am getting ready to develop a Win32 application, and I can't decide whether or not to use custom business objects or use a dataset. Can anyone give me some insight to help base my decision I know the dataset has built in fun ...Show All
