Read codes from textBox
Hi programmers,i have a button, a textBox and a progressBar.forexample: i want to write this code "progressBar1.Value = 50;" in textBox then my button do this code.actually i want to write my button...
View ArticleHow can i find out the ' Windows Cluster Core Device' using vbscript ?
Hi, I would like to find out the 'Cluster Core' device using vbscript. I have tried to check with 'ClusSvc' Cluster Service using Win32_Service class. But node device also will response the particular...
View ArticleWebClient Throws "No Data Available for Encoding 1252"
Hello all!Im making a program, which is working nicely, except i started to create an update system and somehow its not working. The splash screen checks for updates, using a webClient, which now seems...
View ArticleIs it possible to send a Windows 8 toast notification from a VB.NET Winforms...
Is it possible to send a Windows 8 toast notification from a VB.NET Winforms application? I've seen examples for WPF for C# and C++, but nothing for WinForms.Try my web browser, Brandsonic Web! It's...
View ArticleUrgent! ListViewGroup Colours
Hi all,Can anyone give me a clue as to how I can change the foreground colours of the ListViewGroup objects?Using the owner draw option, I can control how ListViewItems and Headers are displayed but...
View ArticleSimple login form with text file
Hi guys i know this question is asked lots of times but cant really seem to find what i want. What im looking for is a simple login procedure that will read from a text file the username and pasword...
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 Articleplayer switch for a O and X game
I've created a basic game of noughts and crosses using buttons as an aid to learn programming.I want to add a feature so players can select O or X for each player and use it to indicate if player one...
View ArticleDoes the Shown event get queued up for later processing? Egad, do we need to...
On first call to Show() of one of our Forms, we need to do some processing... but that processing doesn't work until the controls are visible. Sooo, we moved that processing from the Load event...
View ArticleGet all sub directories that contain C# files in their sub-folder
HiI want to get a list with all folders (under specific path) that contain C# files in their sub-folders, for example, if my tree is:<Specific path> Dir1 (contain C# files) Dir2...
View Articlechanging color in Rich textbox while timer is on
I got a problem.I am giving colors to the text in Rich text box.When the timer is on ,all the text was turning to aqua color.But I need Different colors.Here is my code private void Form1_Load_1(object...
View ArticleCommands via notepad using speech recognition
I made 2 grammars with 2 types of choices like this (they work)Choices artists = new Choices(new string[] { "bullet-for-my-valentine- curses", "black-veil-brides-saviour", "three-days-grace-wake-up"...
View ArticlehexCharCalc
I Need to modify the following code to be able to do floating point numbers Right now all I can handle is whole numbers with this calculator. Could someone please help me and modify my code to handle...
View ArticlePicturebox update, refresh, show give odd results -vb.net multiform,...
I have n forms each with a picture box in it. (And each on a different monitor).The sole purpose of the picture box is to display bitmaps, which are assigned using .PictureBox1.Image =...
View ArticleUnique Identifier of a multiple instance of a form
Good Day,I'd like to ask if there is a way for me to identify or to know a some sort of unique identifier of a form instance.Suppose I have a form and a button and from the button's click event I can...
View ArticleStart .exe file from textbox text
(ANSWERED) Hi i was wondering if anyone could help me out im looking for a way to be able to start an .exe file from where the user states in the textbox.text im having no such look by...
View ArticleReferencing Buttons Created in Code
Hi,I am having a problem where i have created a loop that creates buttons for a certain amount of times. I have specified everything about the button in the code but it can not make reference to them...
View ArticleForm class inheritance
If i create abstract class A that inherits from Form, and make class B that inherits from class A.I can see the designer of class A. (Empty Form).But class B is my object, class A only abstract.But i...
View ArticleWPF Market
I am .Net Developer with over 5 years of experiance and that to in Windows Forms application purely, now i have been offered two different project one is in WPF & the other is in HTML5 &...
View ArticleIssues opening SSRS excel report in custom IE browser of Windows App
We are using AxInterop.SHDocVw.dll to create the instance of the webbrowser and dispaly the reports generated from SSRS. We don't have any issue while displaying PDF as it appears fine with the toolbar...
View Article