Why the selected numbers in the variables are not the same as in the program...
I have a trackBar in my form1 designer where i can click twice. First time i select a number of a file for example file number 5052 and another click for exmaple on 5473. Then i assign the selections...
View Articlehow to capture android/ windows smar phone cam picture through c#
i have to develop a win apps which will run in my lapto and my apps will need to connect to my mobile through blue tooth or wi-fi. need to capture cam picture from my mobile and display it throiugh my...
View ArticleWhen searching the C Drive for MP3's I get an access denied error message...
I'm using C# and Windows 8.1 along with Directory.GetFiles(folderBrowserDialog.SelectedPath, "*.mp3", SearchOption.AllDirectories). When I search the C:\ Drive I get an 'Access to the path...
View ArticleHow to create a RichTextBox object - C#
Hi everybody, How to create a RichTextBox object? Here is code:RichTextBox objekt;private void button3_Click(object sender, EventArgs e){objekt = new RichTextBox(); objekt.Location = new Point(5,5);...
View ArticleUpdate requires the InsertCommand to have a connection object. The Connection...
Hi everybodyWhen I debug progam then see warming Update requires the InsertCommand to have a connection object. The Connection property of the InsertCommand has not been initialized....
View Articlehow to set dispatcherTimer.Interval for 200 ms
I want to use timer every 200 ms. how can i to set timer interval ?dispatcherTimer.Interval = new TimeSpan(0, 0, 0);Thank.
View ArticleReading multiple XML files and displaying it in DataGridview
Hello,There're two things I'm trying to accomplish here. 1. Upload an XML file from a folder, read the file and show the output in the DataGridview.2. Upload all the XML files from a folder, read the...
View Articleworking with rand function in c#. when placing rand in for loop i'm not able...
i want to generate a set of random numbers and store that in an array, and when i was trying to do the same thing using a for loop i am getting a series of numbers like 1,1,1,1,.. or 6,6,6,6.....
View ArticleConnecting circuit and pc
I have a circuit which gives an output of logic high or low.I need to detect these in my application as 1 and 0.Is there any easy way to do it ?Please help.
View ArticleC# How to convert a Dictionary key to a List.
Hi: I have a Dictionary<string, string>. The first string (the key) are dates as a string. I need to convert the key as a string to a List<DateTime>. I want to bold the calendar with...
View ArticleKeylogger not write correctly in txt file
Hi, I'm testing a keylogger and now have trouble when go write active window title and the key pressed directly to txt file. When I start the program and press some key, only first key pressed is...
View ArticleA problem of Windows API
Hi friends:It is the first time I ask for help here.My problems is about windows API function. Below is my C# source code.When I click butten1 in windowsform1,I want the software to enter "windowers+R"...
View ArticleHow make a buttom to search upadtes to y tool?
How make a buttom to search upadtes to y tool?im using this but all time show not updates and i make one update.Version version = null; string fileName = ""; try { string name = ""; this.reader = new...
View Articlemaking *.MSG message files
I been having some problems getting the information I need or I just don't under stand what I'm reading. Most messages are sent using the MS format of *.MSG. These files are for email and so on. I been...
View ArticleC# Convert Image to Value
Is there a way to convert images into numbers? For example, I'm using playing cards images and I want them to display as well as calculate the card values. Here is an example: Playing Cards 2 of...
View ArticleReferenced DLL in Test Project cannot find app config
I have a class library project which has a static class to help accessing the database. I then created a test project and added an app.config file to that project, this project also references the...
View ArticleCertEnroll privatekey password without RSA dialog
I'm trying to create a certificate signing request from C# using the CertEnroll com API, and everything works except when trying to use a password for the private key. I can't seem to find a way to...
View Articlemvc c# problems
hi. designed a application. using mvc and using c#. now. if i try to run the program. using f 5, it says it cannot connect to the page. if i use, right click, on the Index.chtml file. it connects to...
View ArticleActive Directory related program works for some users, not for others
My apologies if this isn't the proper forum. Nothing seems to pertain exactly to what I have a problem with so I've gone to the lowest common denominator. I've asked this question in the AD forum and...
View ArticleSpeech Variable- Speech Recognition
C#() Alright, so as of right now I have a working Speech Recognition Engine, Synthesizer, and Recognizer, all working well in conjunction with each other. Before I had this code working, i used XML...
View Article