how to add or display two or more images in one picturebox on click event in c#
how to add or display two or more images in one picturebox on click event in c#
View ArticleRichTextBox contains last space with different size
Hello all,I've a question about RichTextBox component and I hope you can help me.I use it in my application and I could see the there is an 'empty' space at the end of all the lines. It can have a...
View ArticleHow do i add checkBoxes controls near each line of text with one space...
In the top of the form i did:double counter; int counter1; CheckBox[] _cbs;In the constructor:counter = 0; counter1 = 0; _cbs = new CheckBox[ScrollLabel._lines.Length];Then in a button click event i...
View ArticleNever return from SetWindowPos() when the controlled app is busy
I have 2 applications.The 1st one is written by C#, and it calls SetWindowPos() to control the 2nd app.When the 2nd app runs well, SetWindowPos() works well.However, if 2nd is busy(no response), the...
View ArticleVS 2012 Applications to run on Tablet
I have created a few small applications for my own use with Visual Studio Express 2012. They were made to run on my laptop with Windows 7, 64bit core. I am wondering if I get a tablet, whether they...
View ArticleProgram with on borders or exit/maximize/minimize buttons
i would like to make clock like the windows 7 gadget with on background or border.assuming i have the clock how would i do this?
View Articlenon-modal MessageBox
Is there a way to show the MessageBox but have it be non-modal? Or is there another class that does this without having to create a new custom dialog?
View ArticleScroll another form when a form Scrolled
Hi everyone. I have two MDIChildForm in my MDIParent. What I wanna do is when a child form scrolled horizontally make another form to be scrolled.Is it possible???Please help me.
View ArticleThe all modern apps disappear from the start screen。
I have a 32 bit windows8.1 Pad(with docking)and now i can't find any modern apps in the start screen.Now, it's no response when i press the windows Key. I must press the Win+D and then it's response to...
View ArticleAttempted to read or write protected memory. This is often an indication that...
Hey there,I have a windows forms application and some winRT APIs.Then, I am using some winRT APIs for handling the streams.The problem is, every time I hit an await keyword, the application crashes...
View ArticleWebBrowser Control and Safe Browsing / Tracking Protection
I'm writing a .Net 4.5 application where I have basically a mini-browser inside a help system. It's an open-ended minibrowser so the user can put in their own URLs if they want to Bing for an answer...
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 Articlefind and replace text in C# notepad
can someone tell me that where to find the "FIND AND REPLACE " CODE.in my eariler post some user tell me a one or two source but it can't help please any one know then send it.thank's
View ArticleNeed help to save chart control after zoom in
Hi,How to save full chart image after zooming chart areas in windows form application programmatically with C#.Thanks,Purna
View Articleabout current list
Hi,is there a way I can put the current list items in this line of code?items.AddRange(new string[] { "Cat", "Dog", "Carrots", "Brocolli" }); foreach (string str in items) {...
View ArticleRun SqlCmd in Hidden form
HelloI have following Batch file named batch.batd: cd "Task Scheduler" sqlcmd -i backup.sqlIn backup.sql script content is as follows:use NorthwindLicenceNew IF EXISTS( SELECT * FROM...
View ArticleC# form is not showing images ...
Hello all ..i need to know that why my form in C# is throwing an exception when i try to load the images in picture box ... it shows small images properly but when i load 305 images of 1.3MB size each,...
View Articleafter rename() node in treeview how to find name is already exists or not in...
after rename() node in treeview how to find name is already exists or not in treeview c#
View ArticleInsert and delete simple question
I have a simple form that has 2 columns. I have an InsertCommand and DeleteCommand. What I'm want to do is you insert/delete data and then the Update does the dirty work on one button as opposed to 2...
View Article