Answer Questions
zgueney Getting Hot key by default.
Hi, We are developing windows application in VS2003 and target OS is Windows XP. We have set hotkeys for the controls. But by default property of windows xp the hot key gets underscore only when I press Alt key. My client want the underscore for the hot keys while the application loads by default with-out compelling the users for pressing Alt key.. Regards P.K.S.Nandagopal Thanks . I have checked, it works fine. But I ...Show All
Norbert Bender Export/Import Data
How do Export/import data from excel/word to SQL server 2000/or Access 2003 using VB.NET. Hi, One solution what i can think of is calling Sql DTS package from vb.net project. Please see the link below for the same. Link: http://www.codeproject.com/useritems/DTS__VBNET_.asp Hope this helps... Thank you, Bhanu. I know If use the method, but how source code use VB.NET. Jebat Boedax's Ma ...Show All
Joshua Jon Williams Can't design control inherited from generic control
I created a control, the QuestionPanel, with generic type parameters, and now I want to inherit another control from it. However, when I try to do so, I get this error in the form designer: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: TrueFalseQuestionPanel --- The base class 'Survey.UI.QuestionPanel' could not be loaded. Ens ...Show All
qContinuum Error during Visual Inheritance using C#
Hi all, Iam getting a "Unspecified error" when trying to create a inherited form. Here are the steps i take. 1. Create a new project of type class library. 2. Create a new windows form with the required layout. Called it BaseForm.cs 3. Build th ...Show All
vistapolar Big buttons toolstrip
Hello, I would like big buttons on my toolstrip just like the toolbox in the 1.0 framework. Any sugestions kind regards, Pieter van der Berg ...Show All
vbMark must declare the variable '@hostname'
I guess it must be silly in my environment (I'm not a "heavy" developper) but I get the following error message when doing a MSI install of the server or the source environment... must declare the variable '@hotsname' I tried command line  ...Show All
bls opening a paticular cell in editMode when dg row is highlighted
hiya, When the user clicks on a dgRow, I want to be able to be open the 5th cell (in editMode) of the selected dgRow.Ideally, I want the underlying datable to be updated if the user subsequently enters data in this cell and then moves ...Show All
mandar17367 capicom error when trying to publish winapp onto local IIS
i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build. 1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the ...Show All
wicky DataGridView binding to complex business objects
Here is my problem. I have 2 objects one is nested within the other as follows. public class Department { private string name; public string Name { get{return name;} set{name = value;} } } public class Person { private string name; private Department department; public string Name &n ...Show All
Richard Greenberg MSFT What is going on behind the scenes for Bitmap objects?
There is obviously a lot of stuff going on behind the scenes for Bitmaps that isn't discussed very thoroughly in the documentation. My latest problem with this is with an app where I draw a bunch of triangles at different orientations with various&n ...Show All
MaxVernon Asynchronus WebService call Progress Bar
I have a WebMethod that I'd like to call asynchronusly and be able to display a Progress Bar. What's being sent to the WebMethod on the WebService is a byte array. I'm fairly new to asynchronus calls and was wondering if this is possible& ...Show All
Rumen Yankov How to know user is moving from a row in datagrid.
Hi, Is there any event raised when user moves from one row to another in a datagrid. I want the event to be raised right after user leaves a row. Also, I want to access values in all columns of the row. Thanks, I am still using 1.1. I cant use DataGridView control. hello, 1/ events triggered when changing row try RowLeave and RowEnter events of a DataGridView 2/ find c ...Show All
Kenneth Mitchell combobox in datagridview
hi mark...i hope u fine. First Question: there is new nice property with standalone combobox in VS2005 those property is: 1.Auto Complete Mode. 2.Auto Complete Source. but when i wana to use combobox in datagirdview and choose column type is combobox those property is missing. why is that, and is there away to do that. Second Question: I ask u before about the the column expression when it is used with sum the proplem was wh ...Show All
TwinX Doubleclick interrupted by MessageBox
Hi, in my app I use a TreeView control. Single click means selection of an item and filling some information about it to some different window. Doubleclick does the same plus the item is moved to the root of the tree. So far so good. Problem is that during the process of "filling information" about an item, some exception may be thrown. I use MessageBox to present the exception to the user. But the MessageBox "eats" the second click of doublecli ...Show All
fbcv WebBrowser control hangs on Window.Close()
At first, I enjoyed the new webbrowser control but then I noticed that the args provided by the events NewWindow3 and BeforeNavigate of the axWebBrowser had not been implemented in the new control. Arg. Good news, the guys from Microsoft gave us the a workaround recently in C# and said they will publish a sample soon on MSDN. In the mean time, here is some VB.net code inspired from Microsoft's C# that will give you 2 new events an ...Show All
