Line termination in textboxes complared with Word Content Controls
I have a Word document with several content controls, some are "multi-line text fields". When I read these and transfer them to a VB form textbox the text all goes onto one line as the line termination...
View ArticleConvert MSAccess to MySql
Hi to all, I have build windows application using MS-Access . i need to converting through OLEDB from MS-Access to MySql..Please give solution as soon as possible.
View Articlefind and replace text in c#
hy all of u :)can someone tell where to find the idea of "find and replace text in richtextbox" like in notepad.Thank's in Advance
View ArticleHow to calculate these rectangles for more precises movement? (Beginner/Noob...
I am trying to make the rectangles on this https://www.dropbox.com/s/emovsg1h12knhav/Person%201.jpg?m guy more precise for better collisions. Instead of him being 1 big rectangle, I want to make him...
View ArticleCan I access an MDI parent's menu from a modal dialog?
I'd like to access the menu on an MDI parent form from a modal window. I don't think that's possible so I'm looking for options. The requirements:Open one or more MDI children from an MDI parent....
View ArticleBlock Input only works from Visual Sudio
I'm writing an application that blocks user input until something is done in an application that launches as soon as user logs on.I'm using the BlockInput (PInvoke) to block keyboard and mouse,...
View ArticleRow grouping in DataGridView using winforms
Can any one provide some info on the way to group the rows of datagridView in Winforms
View ArticleIntegration of i ball Take Note Device to Windows Application
Hi,I am trying to integrate an i ball Take Note Device to my windows application what exactly i want is if i writes anything on my device it should appear on my forms Textbox or RichTextbox can any one...
View ArticleDelete a file/directory forcefully
Hi,In a form main class's specific button(Process button) event, I call a backgroundworker controls dowork method.In the 'DoWork' method : I create an instance of another "ProcessFiles" classAnd I am...
View ArticleNeed help to impliment Splitter in windows form using VS2010
Hi,I am using splitter in form which contain two different information using group boxes. Splitter.Pane11 contains groupbox1 and second Panle2 splitter.panel2 contains another groupbox2. both group box...
View ArticleReportSelectionFormula is not working.
Hi ,I have used ReportSelectionFormula in my code , when I am setting ReportSelectionFormula using code then I am getting error----------------------------Crystal Report Windows Forms...
View ArticleIndexing Services With Weight.
Dear All,I am using following query for searching the record with indexing services.Now I want to search DocTitle but I have to give the weightage. Means DocTitle should search only 40%. strQuery1 =...
View Articlec# cyrillic label printing
Hi,We have a label designer program which was developed by c#. Up to now we could print labels without a problem by sending label scripts to the printers. But we needed to print cyrillic label for one...
View ArticleReporting Tool for Winforms
Can anyone please tell me which reporting tool this might be...?i saw this app somewhere in .NET which was using this reporting tool on which we can create "group by" on run time. like users can drag...
View ArticleManual/Force sleep/Hibernate by power button.
Hello,I want to prevent force/manual (by clicking power button) sleep/hibernate when my laptop/notebook is on battery.With power supply I am able to prevent sleep by using "SetThreadExecutionState"...
View ArticleRichTextBox on tabs at TabControl
Hi.At press button creating new tabs at TabControl with RichTextBox on it:string title = "Заметка " + (tabControl1.TabCount + 1).ToString(); TabPage myTabPage = new TabPage(title);...
View ArticleUse a COM component in Visual C++ 6
I’ve got a COM control being developed in C# and have trouble using it in my Visual C++ 6 application. I thought I would need a handle of the control and assign it to my form, but not sure if I’m going...
View ArticleAdding ToolStripItem Dynamically and AutoSize
My application adds ToolStripItems to a ToolStrip dynamically, however the size of the ToolStrip is not always correct. The ToolStrip's width sometimes falls short, creating the "extra" dropdown icon...
View ArticleC# Serial Port Communication
I am trying to return a value from an RTU by using a serial port connection. My settings are 19.2k, parity none, 8 and 1. I am trying retrieve information by typing in a TLP. The code below is what...
View Articlebecause it is being used by another process
Hello , I have the problem connected to my programm , I use C# , and code is like this :Directory.CreateDirectory(path); // this one works well , but in the same form on the button click event i have...
View Article