Calling a WPF User Control from Windows form
I keep getting this error : Error3 The type name 'IComponentConnector' could not be found in the namespace 'System.Windows.Markup'. This type has been forwarded to assembly 'System.Xaml,...
View ArticleWeb browser Control doesn't download manifest to temporary folder on windows 8
Hello,Pls. This is not a ClickOnce question.We have an application that opens 3rd party deployment link in a webbroswer control in a vb.net10 application. It works fine on all operating systems except...
View ArticleTreeView to database or at least DataTable
The main question how to fully traverse/circumvent through all TreeView, for transforming Tree structure into a Table structure. I want to note that the TreeView may contain a different number of...
View ArticleRemove a row from a csv file using a SelectedIndexChanged listbox.
I have a local CSV file that is appended by the user entering a 'Destination name into a 'listbox1, and 'Round trip miles' into listbox2 and then the file is saved using:...
View ArticleSetting Combobox default item at Design time
Hello,I added a combobox to my forms app, and set the Dropdown style as "DropDownList", so the user can't do anything but select a different item.I know I can set a default item within the form...
View Articleres://ieframe.dll is not working in WIN7 & IE8, but working fine in XP & IE7...
Hibelow command is not working in WIN7 & IE8, but working fine in XP & IE7 or IE6window.open("res://ieframe.dll/repost.htm","_self"); facing Access denied script error in WIN7 & IE8please...
View Articlehow to have a set Form sizes but be able to hide the program in Notification...
so I do not want the user to be able to resized the Form and I want to be able to hide it in Notification Area Icon tool box while it is running in the background.how can I do this?
View ArticleProblems with my number program c#
Helloi am having troubel with the following code and would like it to return a number's factors but i am having multiplee weird errorsusing System; namespace Algorythm_test { class Program { public...
View ArticleDrawing Rectangles, Lines and Bitmaps within a Tab Control Window OR...
Heya Guys,I have knocked together a little test piece that draws a jpg, a rectangle, a Ellipse and a line to screen.But what i want to do is be able to draw all these things within a Tab Control......
View ArticleComo omitir el 0 en un textBox al realizar una divicion
quiero usar el 0 pero no cuando sea el unico caracter para dividr ya que ejecutara la divicion estara vien ejecutado pero matematicamente es imposible como ya se save deven ser numeros muy serxanos a o...
View ArticleUse Graphic.DrawLines(Pen pen, Points points) for Metafile, the picture can...
Hi guys,I have a problem with a GDI+ metafile. I want to save a metafile by graphic. It works well when the point count is 10000 and the saved metafile can be opened. But when the point count is large...
View ArticleC# - use of DropDownList and OwnerDrawFixed properties for ComboBox does not...
Hi,My question is related to this thread...
View ArticleUsing Optical Pen in Visual Studio 2010 Windows Form Application
Hi Dears.I have a C# windows Form Application Designed in Visual Studio 2010 and I wanna use an optical Pen to write text as BMP in my Application. Any Idea to guide me to solution?Thank you so...
View ArticleWriting Arabic Numbers in a Right To Left TextBox
Hello,i have a From localized to Arabic-Saudi Arabia , the from has Right To Left property set to true , Right To Left Layout also set to true , now my problem is that the customers receives a number...
View ArticleCalling EXE
Hi Friends,I am using Windows form application using C#. i wants to start two exe simultaneously, but either one should be visible, when i am closing one Exe, this exe should be hidden intead of...
View ArticleID columns in SQL server table and datagriview c# winforms
Hello. I have DB with some tables in SQL server 2012. I want manage this tables via datagridviews in winforms app which i created in VS2013. I binded datagridviews to my tables via table adapters, but...
View ArticleHow to find a log file for folder copying in windows 7
Dear All, I am copying a Folder size of 3.5 GB from one network folder to other network Folder, there are many sub-folders and files in it. While copying due to some file naming problems (special...
View Articlehow to remove transparency of listbox and richtextbox
Hi,Does anyone know how to remove the transparency of the listbox and richtextbox in the windowsform?I'm having a listbox and richtextbox in a windows form but the problem is if I click on it,it will...
View ArticleLoading X-position of Label from DB
Something is not clear for me, if I have winform and on that form add one label. Label is possible to move, form is scroll able.On every move I'm update position of label in database. When again open...
View Article