Answer Questions
wdcdba Issues with MyApp.exe.config
Greetings, I have a VS2005 solution that contains a main executable and a number of auxillary projects (class libraries, etc). One of the libraries is a collection of business objects and their service agents, which use web services to marshall data between the client and the server. The issue we're running into is even though our web references' URLs are set to Dynamic, we are unable to modify them via the application's configuration fi ...Show All
Ramrakhaini Shanker Enclose all Properties within #region directive
Hai ....., How can I enclose all of the following Members within a region directive; 1. Member variables 2. Properties 3. Methods Thanks a lot !!! Hi, #region MyVariables here you write all of them #endregion Hai vbjunkie, Here is the listing: ...Show All
TECAdministrator Beta 2 to Latest CTP?
Quick question: If I have PCs running my application which was deployed via ClickOnce from C# Express Beta 2, is it easy for them to upgrade if I move to the latest CTP Or would they need to uninstall both my app and the Framework beta before they could upgrade Cheers, Matt Yep, that helps. Thanks, Sameer. Looks like my best option is to stick with beta 2 until the final release - I don't want my users to hav ...Show All
Jon Liperi Create a windows application similar to Microsoft Outlook
HI, Im trying to develop an application similar to Microsoft Outlook. If you open the contacts in Outllook using category view. There is a listing of contacts. Do I need to use a Datagrid for that. And if we click on any of the rows t ...Show All
wdhough How can I open two forms one based on others results?
I have an MDI form which calls two child forms A and B. In A, I have ok and cancel button. If user presses Ok, the MDI form must open B If user presses cancel, the MDI form should not open B I am unable to do it. Sure, I do not know the way to do it! I just put a logic from MDI form Call A If (a.status) // I have status field Call B end if Unfortunately, it is always false (if condition) whether I click ok or cancel. Experts, any ...Show All
OmegaMan Egg timer when hovering over my picturebox
I have a few picture boxes in my app. Whenever I position the mouse cursor over the top of any of the images, I get the egg timer as If it's doing something. It's not stopping my app from working or anything, I just can't work out why. Anyone else had that before Thanks ICW Controls have a Cursor property; has it been set on your picture boxes Thanks. It was simple in the ...Show All
D111 Printing a windows form page
How do i print a windows form . In my case my window has many controls embedded on it.along with a scroll bar,so I need to print the whole window including that which is seen when scrolled. The samples from net print only user visible area. If this is not possible is there a way to print out the data present in each control. How can these things be accomplished. --------------- Regards Bhargav ...Show All
David PROVOST windows forms flicker problem
Hi I am kind of new to the windows forms, learning, and I would very much appreciate your help on this one as I think it is trivial but I don't seem to have the answer. I have designed a windows form with a background image (800x600&n ...Show All
zzdg Date Time Picker
Hi, Anyone know how to format the Date Time Picker in C# to shows MONTHS only Hi, Change the format property to Custom and set the Custom format property to MMMM ... You may also want to set the ShowUpDown to true... cheers, Paul June A. Domag Hi, Sorry to ask an easy questions here. How should i get those data that contain the selected months from database to List View Thanks. ...Show All
adhingra how can i save the text format to the database?
i'm using richtextbox, what should be the datatype for a rtf 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 datatype and it's working fine. how will i know if it's a unicode Unicode is a format to store characters that can not be represented by one byte and therefor has 2 bytes for each character. ...Show All
vkan quick search
does someone knows how to do a quick search on a datagrid, witout accessing the db every time. i want the user to type a word in a textbox, and with every textchange event, i'll search for this word in the datagrid. Yo ...Show All
Rajesh Ramaswami -MSFT How to char array convert to string?
How I can convert a char array to its string equivalent. For example, see the VB.NET source code: Option Explicit On Option Strict On Imports System Module Module1 Sub Main() Dim chrM1(10) As Char &n ...Show All
AceWeb Datagridview Exception: column does not allow null
I have a datagridview(dgv) control which is bound to a typed dataset. There is a hidden column called "ItemId", it is a not null column in database, this is used when update the data in dgv. Now, when the application is start and I create a new application, the dgv is empty and user need to type in data in the dgv. However, when I finish editing a row, and try to exit out from the row, I got an Exception "Column ItemId do ...Show All
TonyRusin ClickOnce Failing on one machine after working previously
I'm hoping that someone can tell me how to "reset" a ClickOnce install on a user's machine as I cannot find any information on how to do this. I have an application that is published via ClickOnce, installed on about 20 machines and has been working for a month or so without issue. Today, every machine except one is working fine. The machine that is not working is getting the below error message which is preventing him from running th ...Show All
bmoon Disabling addition of new rows?
Hi everyone, I was wondering if it is possible to disable addition of new rows when using the DataGrid control The only possible way I found is to set the AllowNew property of the DataView to false, but this only works when the DataGrid i ...Show All
