blah blah blah is here! blah blah » Close

0
votes
1 answers

Help please with database entry, add update and delete to SQL

Good day I want to an example in C# not VB of how to Programme in Windows Forms a Data entry update and Delete to SQL. MSN only has in VB that. The programe must have a CustomerID in in it that is a primary key. Thanks for any help

1
votes
1 answers

Can I "kind of" insert threading?

MickW
151

Oops. Just down to the final hurdle on my program to control two devices. I need the abort button to work which as far as I can tell will only work if I use threading? My program is fairly simple. Text boxes collect relevant data, Sta ...

1
votes
1 answers

Sockets Class (Windows Forms)

MickW
151

Hi, I'm trying to write a program to control an external device (connection via crossover cable). It isn't throwing me any errors but the device is not changing it's setting (I've triple checked the skippy codes). Anyone able to take a loo ...

0
votes
3 answers

Web browser control (WinForms)

We use proxy server to connect to internet in office, so I want to Add Proxy information like "Proxy server, port, user name & password" into my Web browser control's code so that this web browser(latest company news) should n ...

1
votes
1 answers

How to select/copy/paste in windows forms.

I need to be able to select, copy, and paste text in a windows form application. Can someone help me with this please?

Feedback