Answer Questions
Johan Normen - Nsquared2 Problem of circular reference.
I have two simple WinForms each packed in an assembly(.dll). In each form, I has a button that will open and show the other form when clicked(simply produce a new instance). However, I am not allowed to add reference of the forms to ...Show All
smalljoe ReportDocument.PrintToPrinter
I am trying to get a ReportDocument to be printed using print to PrintToPrinter I get the following errors when the code runs. The first I get if I use a Try - Catch statement the other I get with just the PrintToPrinter statement and ...Show All
Tony_siu Loading a Form that belongs to another Project within the Solution
Hi all, I have a solution that comprises of a couple of projects. There is one core project (The Site Diary) that is the main application, in which there is a main menu where the user can click on a button that will load up a Form/Application that is from another Project within the same Solution (these projects include SmartWaste, CaliBRE and Priority1). Now these applications are/should be completely de-coupled and in no way know about each oth ...Show All
ssrsnewbie DataGridView Scroll
Hi. When I scroll my DataGridView it is scrolled by steps of 3 (or any other number) of rows depending on what is set in Windows Mouse Properties. Is there a way to make it scroll row by row t.e. one notch = one scrolled row. Thanks! There isn't any built in property to change this. You would have to override the OnMouseWheel method and provide your own implementation (and not call base.OnMouseWheel) -mark DataGrid ...Show All
flat5 Exceptions seem disappear during the runtime of the application
Hi, I've had two cases in which exceptions were thrown but instead of the error message which usually comes up (that also shows the stack trace), nothing happened. In one case the exception was thrown in a thead (which was not the intial thead ...Show All
MichaelS richtextbox and treeview problem
i am currently developing an XML editor with a tree view and a richtexbox. The tree view is populated depending on the XML format you typed in the richtextbox. What I wanted to do is everytime I click a node in the tree view,&n ...Show All
Su4v3 How To run Pocket TaskVision??
Hi all, Being primarily a web developer, i'm a newbie to both windows forms programming and pocket pc development. I had downloaded the pocket taskvision sample app and installed it on my desktop pc. However when I try running it in the VS.Net 2003& ...Show All
Lorenzo Colautti What logical order are Controls stored in the Controls collection?
Hi all, how are the Controls on a Windows form stored What I mean is, are the Controls in the Form.Controls collection (Controls[0], Controls[1], Controls[2] etc) stored in the positions that they are appear (x, y) on screen So a control that is positioned in the top left comes before a control that is positioned at the bottom right in the Controls collection (I probs have these completly wrong :)) The reason I am asking is because I have a loa ...Show All
ilatzis Smart Client and DLL searching
Hello, I am working with a smart client application and it works fine. When I access it through web I get following IIS log: 04:52:22 127.0.0.1 GET /AsyncWebServ/SmartClientDemo.exe.config 403 04:52:22 127.0.0.1 GET /AsyncWebServ/SmartClientDemo.exe 304 04:52:22 127.0.0.1 GET /AsyncWeb ...Show All
Gregoire de Jabrun How to convert string representation of a parameter's data type to actual DbType
How can I convert string representation of a stored procedure's parameter's data type to an actual DbType, see SqlDbType For example, I read "NVarChar" form xml configuration file and need to convert "NVarChar" to SqlDbType.NVarChar, so I can ...Show All
RJ-X install windows xp HELP PLEASE!!!!
look, it says so here http://support.microsoft.com/default.aspx scid=kb;en-us;316941#XSLTH3141121122120121120120 yes, its a legal copy. this is a windows xp updgrade cd...so it would have to know that i have an earlier version of windows, right and i have already tried the full format...same thing happens this is a windows xp update cd...so it would have to know that i have a version of windows, right Then if you don't have a copy of W ...Show All
Yum winForm and webForm??
Hi, I am new to VS.NET ... I was using web matrix to build web applications. Now, I am learning how to use VS.NET ... I have some questions ... .NET is a framework and to me, it's meant to run on website ... I created a  ...Show All
Kmaure Application Icon
In building my WinForms app, I've noted that the Debug exe I'm working on, doesn't have the icon I've specified for the form while I'm viewing the folder in Explorer. When I run the WinForm, the icon is correctly displayed on the taskbar. Do I need to supply the icon in some additional setting while designing the Form, or is this normal for the Debug exe Hmmm... I can't seem to find this option. I'm not sure t ...Show All
EricV ToolStrip/MDI question
From steve: is there any easy way to add mdi child toolstrips the the mdi parent's ToolStripPanel in the same manner as the mdi child's menu's get merged when the child is activated How then to you remove the joined toolstrip once the child form is closed There is no automatic way to do this. The only automatic support we have is to add menu items from the M ...Show All
etoostr Issues with the deployment Manifest
Our application is built with VS2005 Beta 2. We uses ClickOnce to deploy the application. Here is the issues we have experienced on some client machine. When we click the install button from the publish page, the deployement manifest is open in the browser instead of lauching the application manifest On other machine, every is fine, the install button lauch the installation sequence on the client. Any idea what could the problem. Regards, ...Show All
