Answer Questions
Swapnil11a MDI + external exe
Hi can anybody give me the code so that i can load external exe's as MDI childs into my application. Also cn anybody give me code so that i can load exe's from .dlls as MDI childs into my application Thx How would i do it in vb 2005, im having trouble. Say i wanted to load form1 out of MyApplication.exe - how would i do this in vb I got so far: Dim eAssembly As System.Reflection.Assembly ...Show All
Pumkiny VB.NET 2005 - WebBrowser NewWindow
Hi, I've developed a web browser, but my problem is that when I click on a link to open on a new window, it opens IE, while I want it to open a new instance of my web browser. Can anyone help me Thanks ...Show All
ChiefGeek ClickOnce Deployment
I am planning on using the ClickOnce deployment method to deploy applications to a large number of desktops where the users are unsophisticated users and the installation of the deployed application is mandatory. Does anyone know of a way to set a "quiet" mode where the application gets installed automatically when the user conncects to the deployment server Thanks, Bruce ...Show All
Stefano Triulzi VS Crashes upon exit
I've been having the following problem since B1 and I was hopping it would go away in B2 but it didn't. Here it goes: I have a control designer (Windows Forms Control) that makes a call to the following code from a Verb: internal static void ShowURL ( string url) { WebBrowser browser = new WebBrowser (); browser.Navigate(url, true ); } This works fine, a new browser is created, the pages is shown and everything is fine and dand ...Show All
duckling Virtual ListView (.NET 2.0)
Greetings, I'm having performance problems with ListView control from .NET Framework 2.0 working in virtual mode. I wrote simple test program (see bellow), and I see that framework many times repeatedly calls OnRetrieveVirtualItem method for each item (In my case sometimes it can call OnRetrieveVirtualItem ten times for each item). Is this normal Why even so simple program run too slow How can I speedup everything ...Show All
adua Does .Net provide any routines to list open windows?
Hey, I was just wondering if .NET provided any routines that can enumerate open windows. I know it can be done using some windows API calls, but I wasn't sure if .NET had any such features. Thanks in advance for any help. Thanks jelle, I'm learning while answering I tried your approach and can't make it show all the windows in my System; My bad, I haven't checked the documentation, it says ...Show All
urkumar2000 UserControl Design Support
I have created my first UserControl in a Windows App (I mostly do ASP.NET). The control consists of a panel that contains a label and a text box. When I drag the control from the toolbox to the forms designer, it shows as intended. However, I am only able to resize the control itself, but not the controls that it contains. How can I add the ability to resize (by dragging an edge) the label and the textbox too ...Show All
Michellos Installing .Net Framework 2.0 stops Smart Client 1.1
We have an Intranet Smart Client installation which works fine. We install .Net Framework 2.0 and it no longer works. We uninstall the .Net 2.0 Framework and the Smart Client starts working correctly again. I have a .exe.config file which specifies the framework version but it does not seem to make a difference. I have not "strong named" the assemblies. It appeasr that the assembly does not get the proper security "full-trust" when ...Show All
Amit Kejriwal Sql Server 2000 Notification Services
Does anyone have an example of setting up a notification service using the SQL 2k Notification Services namespace I have only found one article on this topic (besides MSN). Any help provided will be appreciated. Thanks, Jason Ken, Thanks for t ...Show All
tarania Access-like data forms?
I'm currently trying to "convert" an Access database into a WinForm application. Is there a simple way to simulate Access' features like footers (that display sums of the data above) or filtering the data (also form-based) PS: The user will not be ...Show All
Dude1 Threading, Binding
Could someone tells me how can I update a List (of objects) from thread other then control's thread. I have a DataGridView bound to the list and when I update the list from other thread I got 'InvalidOperationException': Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on Regards, Vasil Hi Bruce, Thank you for your answer, but I'm afraid your tip ...Show All
Saratha grid, dataset, datarow
Simple question (I think), but I'm struggling with this. I'm passing a dataset and a datarow to a new form by reference. The new form uses the dataset to populate a datagrid. I want to be able to select a row in the grid, and fill the  ...Show All
DS1 Forcing a DataGridView to update values
I've got a datagridview (winforms) controls with a collection bound to it. Anyway, I've got a checkbox column in the grid. I need its value to be updated to the object as soon when the column value is changed. However, it only gets updated when I move focus off of that cell. Is there anyway to change the way it behaves or call a method to force the grid to update values back to the bound collection For in ...Show All
PALANISELVAM Can't navigate using bindingcontext ... position
Hi, this should be easy but can't get it to work. I'm trying to move to the next record with: Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .Tbl_tabelTableAdapter.Fill( Me .Database1DataSet.tbl_tabel) End Sub So far it works, the first record is shown (detail view, no datagridview), but then: Private Sub Button1_Click( ByVal sender As Syste ...Show All
Craig Harris Grouping Extender Provider properties in a Tree View manner
Hello All, With regular properties, you can apply a TypeConverter to group related controls together in a TreeView manner (eg they display in the PropertyGrid with a plus sign that you can click to expand the list). This helps to organize related properties together regardless of property names. I would like to do the same thing with Extender Provider properties but have not been able to figure out how to do so. I am assuming (I know, I know) th ...Show All
