836 Posted Topics

Member Avatar for murderotica

Its a bad idea to integrate an interface with your service as many computers block services having access to forms and the like for security reasons.

Member Avatar for sknake
0
938
Member Avatar for viswa_007

C# can make http/https requests - have a bit of a read and searching on google, with such a generic question no one can give you specifics.

Member Avatar for sknake
0
144
Member Avatar for Abhishek_Boga

Well, what have you tried so far? the helpfile has full examples of putting data in a datagrid

Member Avatar for skc23
0
3K
Member Avatar for JackDurden

Sure. But as you split that string up you would need to programattically do the splitting into the arrays.

Member Avatar for Rashakil Fol
0
84
Member Avatar for DrLod

Have a search on this forum, both these kinds of questions have already been answered.

Member Avatar for nelis
0
214
Member Avatar for nikolaos
Member Avatar for LizR
0
267
Member Avatar for karthi_selva

As I said before, if you did that code twice it would add 2 rows. [COLOR="red"][B]STOP MAKING NEW THREADS ON THE SAME QUESTION[/B][/COLOR]

Member Avatar for LizR
0
100
Member Avatar for gbpatil16
Member Avatar for LizR
0
93
Member Avatar for MJV
Member Avatar for JerryShaw
0
114
Member Avatar for karthi_selva

You havent done that much reading then. make a data source in memory, and assign it to the datagrid view.

Member Avatar for LizR
0
139
Member Avatar for karthi_selva
Member Avatar for karthi_selva

So now you have 4 threads on the same subject. If you cant work out and reply to a one you already made, how do you realistically expect to learn to code? You havent changed a single word of it, so it still doesnt make sense.

Member Avatar for karthi_selva
0
129
Member Avatar for Digvijaysinh

If you create a data connection in the Visual studio IDE you can drag and drop tables etc to access them

Member Avatar for LizR
0
98
Member Avatar for karthi_selva
Member Avatar for LizR
0
172
Member Avatar for karthi_selva
Member Avatar for Abhishek_Boga
Member Avatar for m610

Im fairly sure Ive seen free units that work. I tried it a few times but didnt do much with it as it costs money

Member Avatar for LizR
0
110
Member Avatar for ghaith

Think of how your AV product works. On the client you have an engine which uses a signature file to scan all files for specific details, activies etc. On the server end you have a file where your client can "phone home" and be told current or download this new …

Member Avatar for LizR
0
111
Member Avatar for m610
Member Avatar for bhav27
Member Avatar for thacravedawg

There isnt really a "preferred" its whats required. an Access DB is rarely ideal but, if thats all you have..

Member Avatar for JerryShaw
0
110
Member Avatar for m610

God knows, Delphi 6 is exceedingly old. I dont have one kicking around installed to check. You could try reimporting them.

Member Avatar for ebi1
0
231
Member Avatar for karthi_selva

See the responses in your other thread [url]http://www.daniweb.com/forums/thread174448.html[/url]

Member Avatar for LizR
0
93
Member Avatar for C# beginner

Ddanbe has given the correct answer. When the key is pressed if you dont want it, you can do something about it then.

Member Avatar for Diamonddrake
0
158
Member Avatar for Indianblues
Member Avatar for Ramy Mahrous
0
111
Member Avatar for saurabh singh
Member Avatar for LizR
0
134
Member Avatar for tylcoatc

USB ports arent seen like com or lpt ports, it needs a specific drive, and understanding on how to work with it - unless you can find some form of instruction on making calls to your specific device. It could be very difficult.

Member Avatar for LizR
0
140
Member Avatar for snuppy

No, no need for any loop in that code. Your code isnt going to do what I think you wanted it to.

Member Avatar for LizR
0
80
Member Avatar for Unrealx_
Member Avatar for BlackSun
0
105
Member Avatar for piotr_kast

it cant find your file to read in, thats the problem. Copy the car3.car into the debug directory of your new project

Member Avatar for LizR
0
231
Member Avatar for vipinsgangwar

As RamyMahrous says, thats why they invented debug, so you could find out where and why it gets stuck.

Member Avatar for LizR
0
115
Member Avatar for karthi_selva

1. Please use whole words. 2. Please post the proper error text 3. What line is the err on 4. A console app is a console app, the only difference will be that it has linq already in the references and uses clause you should be able to just run …

Member Avatar for Ramy Mahrous
0
421
Member Avatar for accessviolation

Well Rather than the code, you need to take the zoom and work out the new size of the scrollbar.. as what is now subject to the scrollbar is no longer the same size.

Member Avatar for accessviolation
0
214
Member Avatar for yssirhc
Member Avatar for bhaskerlee
Member Avatar for LizR
0
79
Member Avatar for FTProtocol

But its not the same instance.. So, its not going to have the same cookies. You would need to grab and set the cookies at the time you login

Member Avatar for FTProtocol
0
258
Member Avatar for superseven
Member Avatar for BobPawley

Depends I guess in what way you want it to "update"? The filsystemwatcher events can be used to do a lot of things.. changes to your stream (assuming you're for example you're making a windows version of tail) you can tell to read to the new end of stream because …

Member Avatar for LizR
0
80
Member Avatar for Ronen444
Member Avatar for helloise
Member Avatar for LizR
0
94
Member Avatar for StatManLV

Off the top of my head Im fairly sure it keeps it open - check the source.

Member Avatar for LizR
0
100
Member Avatar for vivek_ck

You need to "use" the reference, and then the classes within it can be instantiated.

Member Avatar for LizR
0
107
Member Avatar for mattaseymour
Member Avatar for LizR
0
96
Member Avatar for karthi_selva

LINQ is a built in feature for .net 3.5 and comes with vs2008, to make it work in .net 2/vs 2005, you would have to add the file as a reference to your project, as well as in the usings.. Then you maybe able to.

Member Avatar for LizR
0
159
Member Avatar for storeron
Member Avatar for LizR
0
58
Member Avatar for bulkhin

OK, and in what way did you not achieve your aim, and what did you try to do to fix it. Please also use code tags to make reading your code more readable.

Member Avatar for LizR
0
750
Member Avatar for gpnet

You dont ever seem to unlock your locks. Id expect the lock to be pre-read, and the unlock post read.

Member Avatar for gpnet
0
582
Member Avatar for BobLewiston

Mine has the option to insert a space between the method and its opening perenthesis.. text editor->c#->formatting->spacing->set spacing for method calls->insert space between method name and its opening perenthisis..

Member Avatar for ddanbe
0
136
Member Avatar for JosipMiller
Member Avatar for gh0sts416

As linked above, as long as you set the variable type to be of your enum type, you can pass the values around.

Member Avatar for LizR
0
126

The End.