Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for matt.clark.228

I am building a page with a member login system on the home page. I right now have it so that if the user does not enter a password or username it will change a div to block style and show the error at the top of the page. Is …

Member Avatar for MartinRinehart
0
150
Member Avatar for matt.clark.228

I have on my website: index.php members/login.php members/redirect.php What i am trying to do is i have login point to redirect passing the login info from login.php. in redirect.php I want it to set all of the session variables that i will need everywhere else in the site, however, using: …

Member Avatar for smantscheff
0
123
Member Avatar for matt.clark.228

I am developing an application, that will display the status of various USB devices: USB Hub USB Bluetooth Radio USB Robotic Communication Radio USB Digital IO Module Misc USB I would like this application to monitor whether each of these devices is connected or not. And also, get the name …

Member Avatar for matt.clark.228
0
55
Member Avatar for matt.clark.228

When LiteScribing a disk, the CD drive uses back-emf to determine the exact position of the cd, would it be possible, to using the CD drive on my laptop with the drive open, read back-emf to use it as a "DJ Table" to be able to scratch songs and such? …

0
59
Member Avatar for sklemp

Hello everyone, I have this code below and everytime I run it I get this error. Please help. [CODE]Private Sub SendEmail(ByVal sender As Object, ByVal e As EventArgs) Handles Button2.Click Email.To.Add(Settings.txtTo.Text) Email.From = New MailAddress(Settings.txtFrom.Text) Email.Body = "Email Body" Email.Subject = "Email Subject" SMTPServer.Host = Settings.txtSMTPServer.Text SMTPServer.Credentials = Authentication SMTPServer.Send(Email) …

Member Avatar for sklemp
0
123
Member Avatar for matt.clark.228

I am trying to use C# after using VB for a while. The problem that i am facing right now, is resizing things. In VB i would use the following: [code] Private Sub TextBox_Resize() handles mybase.sizechanged 'change the size of the text box when the size of the main control …

Member Avatar for Geekitygeek
0
79
Member Avatar for matt.clark.228

I am trying to develop an on screen keyboaard for a UMPC. I have everything built and for each button click i have code for my sendkeys, however, i have not a clue where to start when it comes to focusing the application. I need to know how to after …

Member Avatar for Hollandtech
0
730
Member Avatar for blondie.simon

Hello I have an array of 50 text strings, is there any way that i can easily link each item in the array to a different text box on the screen? and then to have the text boxes auto update if the array changes? Thanks Simon

Member Avatar for matt.clark.228
0
89
Member Avatar for matt.clark.228

I am working on a project, and in the project i need to include a video file. For the best control i selected WMP 12 ( I am running Windows 7 ) however, when i start to play the video file in vb.net i have full video but no sound? …

Member Avatar for kvprajapati
0
90