Answer Questions
Speedipus NewWindow2 problem
I'm experiencing an interesting problem creating new windows from within a NewWindow2 event handler. When a new window is opened (e.g. via Javascript window.open), I want the new window to be another instance of the same Form that hosts the AxWebBrowser ...Show All
Kai Steiner Novice Problems
Hi All, I am trying to do the following in a WinForm I need to run a stored procedure, read the values for each row, and then send an email. the columns being passed are Name of Attachment Name of the Receiver Subject So, I need to read ...Show All
Kushan Is taskvision free?
What are the terms and conditions for using TaskVision as the basis for an application used for commercial purposes To make it easier on folks, I've added the Task Vision license to our site. It can be found <a href="ht ...Show All
RameshP Config File settings not getting reflected
Hi, The following is my scenario: 1. I have 6 Windows services, all of which are present in one project. 2. The installer class present in this project have the BeforeInstall and AfterInstall methods overriden. 3. In the BeforeInstall method, I set the config file settings got from the custom textboxes of Setup. 4. In the AfterInstall method, I start all the 6 services. All the above steps are working. However, when I try to ...Show All
Jeremy613 use generic collection as datasource?
I have a generic dictionary of my custom class and want to use it as a listbox datasource. Is this possible Actually, I don't really have to use it as a datasource if this is not possible. My custom class is an item in a listbox and combobox. If I change the description property in my class, how do I get the listbox and combobox to update (the tostring method returns the description) Ok, I thin ...Show All
bo.skjoett 3 tier design
Is there any Microsoft examples in vb.net that show proper design standards. Im pulling my hair out trying to decide should i fill a pull down combo box with a bound datatable,dataset,array,etc. Should i never bring a dataset to the UI layer&n ...Show All
John Turley Trying to Auto Deploy Windows App (No Luck!)
I am using a call application that has a button with the following code to have the windows application sitting on the web server come up. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click &nb ...Show All
Mark Uniacke Accessing Design-Time Only Properties
Does anyone know if it's possible to access Design-Time only Properties, such as the Locked Property from inside a Designer The kicker of the question is...I need to access it from another control I'd just like to know if this is possi ...Show All
PeterVerster Switch connectionstring for TableAdapter
TableAdapter is great. But, each TableAdapter needs itself connectionstring. Now, I need to switch Sql Server database, do I need to reset connectionsstring for my more than 50 TableAdapters Is there a better way to do it Thanks I still don't understand why you said connectionString in app.config doesn't work for TableAdapter. Why do you think it doesn't work I use it all in my project. In my TableAdapte ...Show All
CoderX VS 2005 slow
I see this as well, VS 2005 is terribly slow (though way better than the beta). Diabling auto toolbox population helps, but the problem is that I need items from the toolbox all the time, so this is not a viable option for me. My apologies, this was supposed to be a reply to the thread "Sluggish performance 2005 final release - Us or MS ". Eyvind. ...Show All
Gary Harrison How to prompt the code?
My program wants to prompt the SQL,tables and so on in MS Query Analyser when the user press the Space Key or Dot Key("."). How to do that with C# code If your form's name was Form1.cs, in your Form1.Designer.cs class, add this line to the InitializeComponent() function: private void InitializeComponent() { this .SuspendLayout(); // // Form1 // this .AutoScaleDimensions = new Syst ...Show All
Parker Whittle using User Interface Process Application Block ??
I'm trying to use User Interface Process Application Block from a menu-system, and would love to be able to pass some parameters to the view state from the graph start point: 1. the graph start point that works looks like: UIPManager.StartTask( "Demo1&qu ...Show All
get_rad table like control in winforms
Hi all, Is there anything like a table like control in Windows forms like the one similar to AbstractTableModel in Java Swing. Thank you dcmovva Built-in, there's the DAtaGrid. I don't know what the AbstractTableModel control does, but ...Show All
sql dev Why doesn't the myCollection property show in run time?
Hello~~ 1. 1. MyDataGridViewColumn inherited from DataGridViewColumn. 2. I made MyDataGridViewColumnCollection for MyDataGridViewColumn. 3. I made MyDataGridView inherited from DataGridView having MyDataGridViewColumnCollection using CollectionEditor. 4. In design time, I set the& ...Show All
Eureuka how do i superscript text
In windows forms, how do i superscript some text, which is displayed in the Label Control or in the textBox control. I need to display (kg/cm squared) in the label control. maams.......... This <a href="http://msdn.microsoft.com/library/default.asp url=/librar ...Show All
