Answer Questions
m_v Moving between VS2003 & VS2005
I'm creating a windows forms application using my home laptop which has VS.Net 2003 installed. I'm going to be away on business soon and will have to take my work laptop which has VS.net 2005 Beta 2 installed. If I transfer my windows app to my work laptop and work on it, will I still be able to copy it back to my home laptop without anything breaking (in theory) Or, should I avoid all such a move The project and solution files are not c ...Show All
avinash prasad 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 Brillaint! Works great. Thx! P.S I rember in vb6 when using MDI, the menu of the parent would be replaced, will this happen when doing this Are you able to make a sample project Thx ...Show All
sajid1jama GetCellBounds method
Hi. I am trying to get a rectangle from a header cell in a datagrid control. I tried to use the GetCellBounds but it raises me an index out of bounds error. I tried something like dgGrid.GetCellBounds(-1, 3) since the headers are on row -1 ...Show All
Makarand_Keer List View and c#
In ListView the view property i have given is list and so the items are displayed in listbox.When i scroll back and forth the list view scroll bars the listview gets hanged. Why what may be the reason When you are in the IDE and in Design Mode and the ListView has the focus and the Property has the focus i can understand. Otherwise it can't be posible as you haven't written the code for it. Where do you ...Show All
maxlogic Circular Reference Issue
Hi, I have a situation where I have 1 solution and multiple projects underneath so that I can maintain seperate dll's for different reasons. I have an MDI Parent form in one project and in another are all the forms that I want to instantiate&nb ...Show All
Intercessor Optimize Master Detail Filling - Lazy loading
Hello, Whe I create a Master Detail Form the designer adds Fill methods to the Form_Load Event. Here all data seems to be transferred from master and detail table to memory. Can I force or change this behaviour and load details only if parent changes This is generally deferred as lazy loading...as far as i remember... Best regards Peter ...Show All
Dustin Walker Problem dragging documents from my App into Word2003
Hi, I've been trying to implement drag and drop from my application to other applications. It's a little more complex than usual in that the files first have to be downloaded over the web, but this should not be a problem. When the drop occurs, I download the file over the web to a local directory, and then copy from here to the external application. I've implemented this as shown below and this works fine for dragging my word documents ...Show All
Kyrel Saving Files command
I'm having trouble trying to figure this one out. My Code is as follows: Private Sub btnWrite_Click(ByVal sender as System.Object, ByVal e as System.EventArgs) Handles btnWrite.Click Dim pswritCurrent as System.IO.StreamWriter &n ...Show All
nkranes Novice :)
I want to do something simple, but I'm from a long time ago and I am only familiar with Batch Files and Basic. All I want to do is make a nice interface application to copy a file from one location, a CD, to my Hard Drive. T ...Show All
Sarah Camsell Passing arguments in a ClickOnce UNC deployed project
I have a ClickOnce application that I am distributing by both web/HTTP and UNC. I need to pass arguments to my application. When I launch from the web address, I can use System.Deployment.Application. ApplicationDeployment .CurrentDeployment.ActivationUri along with a launch URL of URL.application arg=value and parse the query string. However, I can't find any way to do the same for a UNC URL. The ActivationUri is null whe ...Show All
Red Jazz Of Progressive Blood when i menimised the form it should not appear in the toolbar
i have form which calls another form when the object of the form is created the the form is show in the toolbar of the window i doesnot want it to show it in the tool bar when it open the form is there any sol to it other than using MDI container regards RpM The same way you minimized it in the first place: set WindowState to FormWindowState.Maximized. someForm.ShowInTaskBar = False thanks it is working properly but when i ...Show All
Ben Avery Displaying HTML within a Windows Form as if it were a WebForm
Back when I programmed C++ using ATL there was a way to do this. Does anyone know if there is a way to do this in .Net using C# for instance. Much thanks, -the rocket Thanks batnight this is just what I was  ...Show All
SuebsakulP An item with the same key has already been added
Hi All, I added a toolstrip control into my application main form. And then I added a toolstripbutton to the toolstrip. Right clicked on the toolstripbutton and clicked on the properties to display the properties for the button. I clicked on the dropdown button of the Image property (so that I can change the image property from the system.drawing.bitmap to a toolbar icon that I already loaded into the resource file) and immediately, I ...Show All
dfeng Read Data
How to read Data From Finger Print machine "AV-100", Use VB.Net. I have look the web site, but i not found source code to read data from machine. I have AV-100, but SDK from the vendor very simple, so I want re-make the new program for AV-100. Can you give me method for read the machine. thank's Boedax Malay Jebat I do not have the hardware nor the SDK ...Show All
Brandon Hamm MMC 3.0 Snapin
Hi all, We are working on an extension snap in. Under Computer management - Local Users and Groups we want an additional property page when properties are selected. This property page will show some kind of data from a SQL Server 2005 database. It should also contain a button that launch into our own application operator maintenance. Can some One guide me as to how can I go about achieving this since this subject is p ...Show All
