How to exit a While Loop without making the program to run again?
Hi MSDN,I am making a program in Windows Form for educational reasons not for malicious reasons besides the problem is that it seems i cannot exit the while() loop. I use the goto statements. Yet the...
View ArticleAdding language resource file in c#
I will have to create a new resource file,which i have not worked before.But for now the project of mine is creating a .xml file from the code and the language file is hard coded.I will have to create...
View ArticleC# Adding control dynamically to a tabpage problem?!!
Hi all.I have a windows form, and it has a tabcontrol component on it with NO ANY TABS*. There is a toolstripbutton called newToolStripButton. When i click, it automatically adds a new tabpage to...
View ArticleHow to integrate a different application in C# widows Forms
I am developing an application in windows using C# and i want to integrate I ball companies Take Note device to my applicationi.e.,Take note devices software main window should open in my Windows...
View ArticleHow to add language files
I will have to create a new resource file,which i have not worked before.But for now the project of mine is creating a .xml file from the code and the language file is hard coded.I will have to create...
View ArticleCustom Cursor
Hello guys. I read all related topics from this forum, I searched on many Search Engines, and I couldn't resolve my problem, so I decided to post it here. I have an Windows Form Application ( developed...
View Articlerdlc file image location
Hi.....I used rdlc files in windows application for the report...I used image for logo...For this purpose I import images from drive location..I could not reuse the image.....Because resources file do...
View ArticlePostMessage (User32.dll) is not able to post messages to other process when...
I have two .net applications. From my app1 i am using PostMessage to send message to app2. When i run app1 and app2 in administrator account the message is received by app2. But when i run them in less...
View ArticleComboBox Item highlight event
Hi,Is there a way to get an event when the dropdown item in ComboBox is highlighted? highlighted refer to when the mouse is hovering on top of the item.I need to know which item is currently...
View ArticleCopying the values from one toolstrip object to another
Hello EveryOne,I have a form in which i have a toolstrip control. on some event i want to replace the current toolstrip to a new one.and also want to store the old toolstrip data.how can i achieve...
View ArticleHow to install windows 8 apps offline using data in another pc
Hi,I have two PCs running Windows 8 WMC. I have a limited and low-speed internet connection so when installing apps it takes twice the amount of data and time from my internet connection. So, is there...
View ArticlePostMessage (User32.dll) is not able to post messages to other process when...
I have two .net applications. From my app1 i am using PostMessage to send message to app2. When i run app1 and app2 in administrator account the message is received by app2. But when i run them in less...
View ArticleCreate PC-Cleaner
Hello all,i want to create a software like pc-cleaner in c#.please help me how to develop it.
View ArticleHow do I terminate the instance of an AddHandler when its finished processing...
I have created and attached an AddHandler to a Button.Click event. When the button.click event starts, I can't get out of it, because it does the same actions over and over. The only way I can stop it...
View ArticleForm KeyPress event
Hello guys. I have a simple form and I have activated KeyPress event. Everything it's ok. But when I put a button on the Form, and I run it, if I press any key the KeyPress event will not work...
View ArticleFreeLibrary API behavior change in Windows 8
We've recently noticed a problem on Windows 8 for our application. The analysis shows that the root cause is the behavior change of FreeLibrary API change in Windows 8.Prior to Windows 8, if...
View ArticleWindows 8, Internet Explorer 10, and Netflix not working
Hello, I'm using Windows 8 (upgrade from Windows 7), going to the desktop and running Internet Explorer 10 and then logging into Netflix.com to watch a movie... The movies will play for a short time...
View ArticleKeyDown event not being triggered by scanner
I have winforms application (C#), for which it is possible to use a barcode scanner as an imput for. I'm not doing any fancy POS functionality here with the scanner - just using it as a keyboard wedge...
View ArticleIs there a trick to copy all outlook contacts from public folder with a...
Is there a trick to copy all outlook 2007/2010 (stored in exchengange) contacts from public folder with a specific name to sql server 2008 database? Thanks! Any help are appreciated! Good Work!Cris
View ArticleDynamic Button Creation (HowTo ?)
Hello there. I am using VS 2010, C++ WIndows Forms Applic.I want to create a buttonB using already created buttonA. and then create ButtonC, using buttonB. private: System::Void...
View Article