Well, The the problem in this case is that the computer will be working without internet. Is a WindowBase applicacion.
Thank you, for your replays,...
User Profile
Collapse
-
Yes, but can not find a webcam that works out and that is resistant to water. Thats why I'm looking security Cam that I can take control over it. To take snap shot picture....Leave a comment:
-
ok,
The camera will be exposed to interfere sun, water etc. I'm developing security system for a community that have a control access to their visits. And this camera is for take snap shot to each of those visitors and store in a DB.
Thanks for your replay,Leave a comment:
-
How take control over a outdoor camera on windows form? Any .dll?
I want to take control over a camera, that work outdoor. Like the IP's camera but, this camera will be connected directly to the computer and I want to capture the live image on my Windows Form and take snap shot. I'm using C# Framework 3.5.
Any suggestion!!
Thanks in advance. -
My question is;
How use toolStripProgre ssBar1 inside a Thread?
Because I recive the following error in this line:
Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on.
Starting the Thread:Code:this.toolStripProgressBar1.Maximum = count;
...Code:ParameterizedThreadStart Proceso = new ParameterizedThreadStart(this.ReadNPI); start2Leave a comment:
-
Using toolStripProgressBar1 inside a Thread
I recive the following error:
Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on.
this is my code:
...Code:ParameterizedThreadStart Proceso = new ParameterizedThreadStart(this.ReadNPI); start2 = new Thread(Proceso); start2.IsBackground = true; start2.Priority = ThreadPriority.Highest; -
-
Visual studio 2005 to 2010?
I done a windows project on visual studio 2005 with a couple of crystal reports, and I want to migrate to Visual studio 2010. I know that the new visual studio 2010 doesn't have crystalreport and have a new one ViewReport. It's going to work any way? I'll lost some data?
thank you in advance, -
I would like to know if you know or is there any camera that can Connect via WIA, which is for outdoor use. It is for security purposes!
Thank you....Leave a comment:
-
Using wia.dll with IP security cameras.
Is it possible capture image from a security camera that is connected by USB to the PC. Using the dll wia?
I can connecter a webcam without problems isn't my concern. But my question is, If will recognize the security camera that works with IP?. -
-
I can use more than one char to use .Split(). Like this .Split("\,").
Good morning,
I'm reading a csv file. My problem is that when I use the comma delimiter brings me more fields that have the line. This is because some fields contain commas in them. An example of a line;
"1234564", "2", "Torres and Family, Inc.", "Ave # 56 calle 3 lurdes building, suite 108","","","787 8548545"
when I use comma delimiter... -
Hi,
I would appreciate if you or someone else will provide me some sample code in C #. It would be helpful. An example how to use, TAPI, tapi32.dll, tapi.dll to manage the modem for make phone call.
Example of the namespace.
Thanks,Leave a comment:
-
I can make phone calls from a windows based app and C#?
It's possible to connect a phone line to the modem and use these line to make phone calls. I'm using C# on a windows based.
advanced thanks -
I read these page but look!! it's just for poket PC :(!!
(Phone APIs supported by both Pocket PC Phone Editions.)
:(Leave a comment:
-
My problem isn't with the database. I want to make phonecalls from my app.Leave a comment:
-
I can make phone call from my windows app??
I have a windows base app, and i wish to make call, getting the phones number that i have in my database. These is possible.?
thanks a lot!! -
Thanks i fix that peace of code but the error still theare!!
Ok i need to tell what the data i'm traying to insert to my access data base is from a .csv file. and each fields look like this ("\" 123467"\""")
thanks again for your helps...Leave a comment:
-
What i missing!! please help. Insert query to Acces 2007
this is my query;
...Code:string NPI = fields.GetValue(0).ToString(); string EntiType = fields.GetValue(1).ToString(); string ProvLastNameLegal = fields.GetValue(5).ToString(); string ProvFirsName = fields.GetValue(6).ToString(); string ProvMiddName = fields.GetValue(7).ToString(); string PromNamePref = -
How insert a progressbar while the crystalreport raise my report?
...Code:private void button5_Click(object sender, EventArgs e) { DataSet ds = new DataSet(); string sSql = @"SELECT * FROM r_Residents WHERE rActiveOrNot = '" + "False" + "' AND rResidentOrNot = '" + "HOUSE" + "'"; SqlParameter[] parameters = new SqlParameter[0]; try
No activity results to display
Show More
Leave a comment: