How can i tell the user when a process is start and when a process is finish...
This is code : This is the code :private void DirectXInformation() { Process proc = new Process(); proc.StartInfo.UseShellExecute = false; proc.StartInfo.FileName = "test.bat";...
View ArticleCreate an event Handler in One form and call that event in second form in a...
I have a winform project.Created an event like:public delegate voidUserJoin();public event UserJoin Newjoin;On the method:public override void HandleAction() {NewJoin(); }Second form:private void...
View ArticleHow do i make that the progressBar will start in the exact time with the...
In general its working but in the end the progressBar is waiting just a liitle bit from the end untill the process will finish and then the progressBar finish the little bit that left .This is the code...
View ArticleWindows CE 5.0 Modal UserControl. (C#)
Hello everyone,I would like to know if anyone know how i could create a modal effect when a user control is shown : everything around is stuck until the user "close" the user control. If you wonder...
View ArticleProblem with the serialization XML (VB.Net, wpf application)
Hi,I have problem with my serialization. I have an object that contains a list of other objects. I need to serialize this object but always get an error. The principal Object is called...
View ArticleAbout Button Post Back
I am using Dynemically created button for remove my dyunemically created text box and drop down box.My number of control is not fix.When I press first button then it remove required control as per my...
View ArticleApplication is not working when one user has logged on to the system from his ?
Hi,My application installs one addin and one that sits in the system tray.After installing the application, I logged off from my system, andi logged in from other system with the same user name and...
View Articlecomplete rebuild nessesary after small change in code
I'm developing a wp8-app with VS2012 and Visual Basic. For testing and debugging I'm using the emulator.After each little change in code I need to rebuild the project. Just pressing F5 (start...
View ArticleActiveX TreeView HRESULT E_FAIL
I am trying to use an ActiveX TreeView in SAP Business One form.Even though I follow the example provided in the Business One SDK help, it doesn't work at all and I get a COM exception early in the...
View Articlethis code is perfect source for windows forms. but why can't change screen...
using System; using System.Windows.Forms; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] public struct DEVMODE1 { [MarshalAs(UnmanagedType.ByValTStr,SizeConst=32)] public...
View Articletab key in modalles form
i write a dll in c# which show a modalless form. tab key didn't work in the form. I red the article "How to Make TAB Key Work in Modeless Winforms" in...
View ArticleHow to use Anchor and Docking for Window UI development.
HelloI'm creating a windows UI with button, and text boxes on the main panel. I'd like to make it look more professional, so when a user resizes the app, it dosen't become distored . I've playing...
View ArticleC#: DataGridView ComboBox to Populate
Hi,I need to know what should I put in my code for the datagridview's combobox be populated that the data will be coming from a specific path or type of file. please help me, I have my code...
View ArticleWindows service to copy file/folder rights is not working on 1 of 15 systems
Hello,we have developed a windows service. It watches a folder say 'C:\X' and moves folder to C:\Y\X1 or C:\y\X2.C:\Y\X1 & C:\Y\X2 have different permissions (rights).Service is working perfectly...
View ArticleMSCharts For Windows 8
Hi,Can someone please suggest if MS chart is suppported on Windows 8 vs 2012.I have tried downloading MScharts from their site for version 3.5 and it seems that is the one used for 2010 as well but the...
View ArticleChoices in speech recognition
How to make seperate choices, one for google search, one for youtube search, one for opening things, and one for random conversation. I have this so far. public partial class Form1 : Form {...
View ArticleDetect field change on form in c#?
I have a similar question to http://social.msdn.microsoft.com/Forums/windows/en-US/bd5127a1-1e32-4814-a1a8-52a7dc4b4f39/detecting-changes-on-form-controls but was wondering if there's a way to perhaps...
View ArticleMenuStrip windows names disappear. VB.NET
Hello!I'm developing a windows form application with a parent and child windows forms in Visual Basic on .net framework 4.0. On the parent form I use a standard MenuStrip which includes "&Windows"...
View ArticleBlock users that enter wrong login details 3 times for a certain amount of...
Hi I am trying to do a login form which when user enter wrong login details for 3 times is blocked for certain amount of time in windows form application. below is my sql code:create procedure...
View ArticleHelp With Creating a Game
Hi, I'm trying to create a game of battleships Visual Studios using C# code but i'm not doing to well. I want to be able to move the ships around the screen when the user must choose where to place...
View Article