Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: metron9
Forum: C# Oct 13th, 2007, 11:13 PM
Replies: 2
Views: 183
Posted By metron9
That was it. I had to right click the property...

That was it. I had to right click the property and select Reset so non of the colors would make it transparent.

Thanks.
Forum: C# Oct 13th, 2007, 4:38 AM
Replies: 2
Views: 183
Posted By metron9
I started playing with some drawing commands

is this suposeto happen? When Red and green are 255 and Blue is 0 it punches a hole in the form and you can see through it. Hmmm...

Camtasia swf movie...
Forum: C# Oct 9th, 2007, 3:10 AM
Replies: 9
Views: 308
Posted By metron9
Just FYI I tested the timer at 2mS and made a...

Just FYI I tested the timer at 2mS and made a camtasia move of the screen in swf format. link is here. You can see the letter A (in binary code as signals) dance around. Not even close to 2mS

I will...
Forum: C# Oct 9th, 2007, 1:36 AM
Replies: 9
Views: 308
Posted By metron9
I put the output and close port in the timertick...

I put the output and close port in the timertick method. I guess it was running, LOL I filled my screen with error messages that would not stop so I had to kill the process in the task manager....
Forum: C# Oct 9th, 2007, 12:55 AM
Replies: 9
Views: 308
Posted By metron9
Ah ha, that is actually the opposit thing one...

Ah ha, that is actually the opposit thing one does when programming with interrupts as I was thinking of the tick as an interrupt handler and the wait loop would only consume 2mS while waiting.

Yes...
Forum: C# Oct 8th, 2007, 12:05 PM
Replies: 9
Views: 308
Posted By metron9
This is one of those posts that will really...

This is one of those posts that will really accellerate my ability to learn how to use this language. Just knowing where to look for help for each class.

I thought I posted all the code. I am using...
Forum: C# Oct 8th, 2007, 3:26 AM
Replies: 9
Views: 308
Posted By metron9
Timer on Form

I have made a lot of progress today with the help of members here and i thank the whole community for such a great forum. Before i go to sleep i thought I would post the last problem I ran into that...
Forum: Visual Basic .NET Oct 8th, 2007, 1:26 AM
Replies: 3
Views: 281
Posted By metron9
Ok I found it too. this.Close(); Put in the...

Ok I found it too.

this.Close();

Put in the button_click_1 method

Funny I find more answers with google than the full SDK from microsoft I looked up form close and could not interpret the help.
Forum: Visual Basic .NET Oct 8th, 2007, 1:10 AM
Replies: 3
Views: 281
Posted By metron9
Hmmm I was just looking for info on that. I have...

Hmmm I was just looking for info on that. I have a MDIParent that opens a form and i want to make an Exit button , I can make the button but not sure what to put in the code. I would like to just...
Forum: C# Oct 8th, 2007, 12:58 AM
Replies: 10
Views: 355
Posted By metron9
Yes that is correct Dawei. I have bookmarked the...

Yes that is correct Dawei. I have bookmarked the link.

The Properties box gives an error when you try to set the StopBits to None , says Property not valid

At runtime if you do set the Property...
Forum: C# Oct 7th, 2007, 6:39 PM
Replies: 10
Views: 355
Posted By metron9
Ah yes like this: switch...

Ah yes like this:


switch (parityComboBox.SelectedIndex)
{
case -1:
MessageBox.Show("Unable to set parity");
return;
...
Forum: C# Oct 7th, 2007, 6:29 PM
Replies: 10
Views: 355
Posted By metron9
Another question just surfaced i could use your...

Another question just surfaced i could use your help on if you would be so kind,

The serial port Stop bits is not working during run time for One

the line

serialPort1.StopBits =...
Forum: C# Oct 7th, 2007, 4:47 PM
Replies: 10
Views: 355
Posted By metron9
Here is my code to test a serial port for...

Here is my code to test a serial port for communication.
If you have any comments on anything about it I would welcome them as i learn this language.

Thank.s again, i hope this helps others using...
Forum: C# Oct 7th, 2007, 4:06 PM
Replies: 10
Views: 355
Posted By metron9
Ahhh I see now, Thankyou very much. that will...

Ahhh I see now, Thankyou very much. that will help me with many potential questions I won't have to ask in the future.
Forum: C# Oct 7th, 2007, 2:03 PM
Replies: 10
Views: 355
Posted By metron9
You stopped short of answering the question I was...

You stopped short of answering the question I was driving at however.

SerialPort1.Parity = ...

serialPort.Parity is not an int type it is a System.IO.Ports.Parity type
(and I dont understand that...
Forum: C# Oct 7th, 2007, 4:09 AM
Replies: 10
Views: 355
Posted By metron9
Hi New member with System.IO.Ports.Parity Question

I am using VSC# 2005

I am confused with the enumeration type System.IO.Ports.Parity
I understand the concept of enumeration but I dont understand the syntax I need to set two fields in a serialport...
Showing results 1 to 16 of 16

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:01 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC