Configuration system failed to initialize
Hi,I am using .NET 4.5 with VS2012. I have a solution with windows service project and a class library project (FileMove). Both are written in C#.My app.config in windows service has following...
View ArticleGet CheckBox Controls From GroupBoxes
I have 8 group boxes on a formThe group boxes have checkbox controls on them.I need a way to traverse all of the group boxes to find all of the checkboxes.I can traverse one group box at a time (shown...
View ArticleHow to display the animated gif image in winform application using c#
Pls sir any on help me .....how to show the gif image in winform application using c#
View ArticleButtons not visible when UIAccess=“true” in Windows 8
I have legacy Winforms project that I have been attempting to update to make it work in Windows 8. I have gone through all the steps to get my project to work with UIAccess="true" but when I have this...
View ArticleText not all displayed by the time new form has been created
i built a program by using c#, and i wanted to make a new form (like microsoft word, excel etc), and i already can achieve it, however, the text are not all displayed by the time i command to create a...
View Articleassign custom color to ForeColor of a disabled Button control
I am using C# and .Net 3.51 Framework.How can I use a custom color for Text shown on a disable Button control? The Windows default disabled color is too close to the button's background color and...
View ArticleOpen a MDI child form from another child form
Hi, When I am trying to open a child form from another child form, nothing is showing up. My code is like this: 1. Dim Child1 As New frmChild12. Child1.MDIParent = frmMDI 3. Child1.Show() If...
View ArticleGetting local business information based on search criteria?
Hi,I I read the Bing documentation but can't find a way to query Bing for local listing information such as name, address, phone, website URL.. etc. Is there any RESTFul search API for this purpose?...
View ArticleShowForm in BackgorundWorker
Hi,I am trying frm.show(); in backgroundworker1_Dowork But I can not see anything without new form borders (i.e. no content inside - just a blank white form) if I use frm.showDialog(); then I can see...
View Articlecopy text from a rich text box
In a rich texy box I can select text but can not copy it to the clipboard.Is there a setting for this?
View ArticleHex Calc Char
I've got some software that I think Microsoft would be interested in. How do I go about selling it to them?michael r demulling
View ArticleCopyFromScreen not capturing entire desktop on Windows 8
I am developing an application for Windows 7 and thinking about migrating to Windows 8. The problem is that when using CopyFromScreen for my screen capture operation, I'm noticing it does not capture...
View ArticleProgress Bar Should end when Email is sent.
Hi,I hope all of you are fine.Well I am facing problem and searching for the solution the whole day but didn't find solution, although I am very close to my solution, but due to lack of library...
View ArticleMenuStrip style
Hello, in the attached code I creating a style for menustrip. For example when hover a root menu item looks like pressed. The problem is that I want to keep it pressed while it's dropdown opened but...
View ArticleThe NewForm did not close itself when every time i called a "New Form", but...
The NewForm did not close itself when every time i called a "New Form", but the Main Form doesHi everyone, i have a problem. I already can closed the MainForm when i called the FirstForm, but when i...
View ArticleHow Aero Works in Windows7?
Hi, For Aero to work color depth 32-bit required. But actually desktop's color depth is 24-bit, with remaining 8-bits for transparency. As per my knowledge, 8-bit alpha/transparency exists only in the...
View ArticleMultiple shortcut keys
I'm using this technique to register global hotkeysI'm using CTRL+T for my application but I also want:CTRL+NCTRL+OCTRL+SCTRL+FCTRL+PCTRL+HCTRL+JF1F12Each for different things, how do I do multiple...
View Articleandroid internal memory access by windows application
i m going to develop a application on windows using vc++ that need to access android internal and external memory blocks and read them in binary mode as any drive please tell me how can i do thati m...
View Articlecurrency in access
I am using an Access 2000 database with Visual Basic 2010.I set the data type in the Access table this way:>DataType=Number>Fiekd Size=Decimal>Format = CurrencyWhen I display the table in a...
View ArticleWhy this error appears with windows API visual studio 2010?
hi, I am using windows 7 and visual studio 2010 express. I tried to make a project using windows API pack to view progress bar in the Task bar and when i build the solution in vb a error appears like...
View Article