Uncompress .exe installation package
Hello,I have a "basic MSI project" that I created using the InstallShield tool, the project contains support for three languages (English, French and German)The project builds 3 MSIs one for each one...
View ArticlePanel XY to Form XY - Move with Mouse
How do I make the parent form move when the user drags a panel inside the form??Can I do something like Form>Location>X attach to Panel>Location>X or something??Or use the panel mouse...
View ArticlePrinting in Panel doesn't print if size is smaller C#
I have this code to print a panel on my printer. It works before but now I dont know why is it not printing anymore. When I use the original size of a bondpaper (8.5x11), it prints but when I put a...
View ArticleVisual C#
I would like to update my access file from the child form, and in the parent form I would like to see all the changes. For example, in the child form it would update my employee table, and in my...
View ArticleOverFlowException in Graphics.DrawImage using InterpolationMode...
Dear Reader, I have an service that imports image files into a DMS system and while doing that it checks if the images are large (>A4). If so it produces A4 sized images keeping the aspect ratio....
View ArticleThe path is not of a legal form
I'm building this application and everything works fine under the debugger (F5) however when I go to run it outside the debugger (CTL-F5) I am now getting the "The path is not of a legal form". This...
View ArticleHow to get response from socket server class to windows form
Hi,am new beee for .net development. currently am working with socket programming, using some online tuturioal i done with my client server Asynchronous program. Intitally i placed the server logic in...
View ArticleMath.Round puts extra decimal value
double number = 252524040000; int decimalplaces = 10; double result = Math.Round(number, decimalplaces, MidpointRounding.ToEven); string str = result.ToString("R", CultureInfo.InvariantCulture);...
View ArticleDataGridview/Hierarchical BindingList -...
I'm implementing a datagridview on a Windows (4.0) Forms application. The grid is binding to a bindinglist of a class instance whose properties are themselves class instances consisting of 1 property....
View Articlevb2010 expresse. Toolstrip border render
I want to remove the Toolstrip border in VB 2010.Cannot convert the C# examples on this forum yet! :(Any examples in VB code?
View Articleread form control value from webbrowser control button click
Hello, In my C# windows application, I've put an textbox, and WebBrowser control on form. I'm navigating my Asp.Net application in WebBrowser control and I want to read the textbox value (which is on...
View ArticleBinary Data
HelloI have a question maybe it's simple but i did not find on Google the answer yet...I have string and i need to convert it to binary data :first i did byte[] arr =...
View ArticlePassword for AxAgentObject.zip file
I have downloaded the AxAgentObject.dll form "http://www.dlldown.co/plus/download2.php?aid=47744" but while extracting its asking for password and even I copy the file then also its asking the...
View ArticlePanels added to Winforms interchange position at run time?
I have a WinForm, which has 2 panels, Left and Right Panel. Both Panels have Tree View added to them to display 2 lists. When I run the application and open this form, strangely the left and right...
View ArticleError while invoking method. Destination thread no longer exists. Form freezed.
Hello, I'm here to ask for help because it is now more than a week I have the following problem. I created an application c # windows form , fully functional except for the fact that the program works...
View ArticleChecking if a word comes multiple times richtextbox c#?
I am trying to check if i press space button, there would be a function get triggered that does following:Traces all text to see if last written word is comming multiple times (means if...
View ArticleAdding a row to a datagridview when using an EDM
Hello Community,How to add a blank row to my datagridview when I click the button btnAdd? My project below is using an Entity Data Model. I've tried datagridview.Rows.Add(); but result with the...
View ArticleListBox Double click on selected item C#
Hi there everyone! Quick (and not so quick i think) question.I have a listbox, that displays items retrieved by a SQL query on an Access Database.What i want to do is control the way double-click...
View Articlequestion about c# windows form
hello friends, iam new to .net and i was to develop an application using only c# that creates an online quiz, the questions will be store in an xml file ,and the tag element names in that xml are...
View Article