836 Posted Topics

Member Avatar for emilio
Member Avatar for BlackSun
0
198
Member Avatar for rapture

If you need it done for each and every update, triggers are pretty much the only way to do it, but you dont have any method to throttle it. If you can bear to batch it, then trigger the batch check every x minutes. You can do so.

Member Avatar for rapture
0
165
Member Avatar for Ved_TheOne

The class is not static, ergo, you cant. You would have to make an object, and then you can let it expire.

Member Avatar for bhaskerlee
0
212
Member Avatar for shers

Or, in a more OO term you would either set the property of the second form - which has an associated event to triger the change in form 2.

Member Avatar for shers
0
263
Member Avatar for shers

As I said before, work it out on paper, you have a few ways to do it. One is messier to code but easier on the eyes, the other a bit more maths but easier to code. Either way, its a logic issue not a coding issue, so have a …

Member Avatar for LizR
0
185
Member Avatar for BioHazard90

Yep.. Just because you've declared a container, doesnt automagically mean its made, thefore the new keyword gives you the default contents for that type

Member Avatar for BlackSun
0
134
Member Avatar for shazzy99
Member Avatar for FallenPaladin
Member Avatar for FallenPaladin
0
116
Member Avatar for MrGreggles
Member Avatar for sivak
Member Avatar for sivak
0
76
Member Avatar for Unrealx_

As per the announcements at the top of the forum we dont tend to like giving flat code answers because in 90% of cases people just return the next time with an almost identical problem and cant see it because they dont take the time to learn what was given …

Member Avatar for LizR
0
80
Member Avatar for blumisa
Member Avatar for cVz
Member Avatar for LizR
0
208
Member Avatar for SubProf

In part you dont get 3 lines because your txtResult.Txt is never told to separate the lines!

Member Avatar for SubProf
0
101
Member Avatar for sivak
Re: sql

What have you tried? You give no example code, so we have no information to help you with .. looks like a simple case of sorting and grouping to me.

Member Avatar for LizR
0
121
Member Avatar for shazzy99

Pressing F1 on a component will take you to the MSDN help which has examples, its really not overly hard

Member Avatar for LizR
0
139
Member Avatar for gouki2005

The difference is the = +1 is the same as =1 where as += 1 will add one and store it. Typos FTW

Member Avatar for BlackSun
0
88
Member Avatar for Rockstar_021
Member Avatar for ruelk

You can do and send anything you would over a browser as long as you're prepared to disect it and play around long enough, this includes the login process, redirection etc. Its not something someone can just hand you an answer for. However, if you monitor the HTML to/from your …

Member Avatar for ruelk
0
365
Member Avatar for xer0
Member Avatar for LizR
0
120
Member Avatar for deathdarts

The problem is you're assuming your authority is passed on, programattically it wont, you need to do that for it. Try your code out to start with locally.. before worrying about other machines.

Member Avatar for Ramy Mahrous
0
120
Member Avatar for creativehacker
Member Avatar for reza_danesh_197
Member Avatar for vandenzergen

Ok, so you clearly defined what you want.. But you dont seem to have tried anything at all.. What options have you read about, considered, tried to code? What happened?

Member Avatar for LizR
0
156
Member Avatar for mrjoli021
Member Avatar for mmaster
0
162
Member Avatar for cVz

Its almost certainly correct: as you go to use Child_name, but you checked parent wasnt null, so child could be

Member Avatar for LizR
0
355
Member Avatar for ashneet

You're setting a cursor position beyond the bounds of your console window, it wont like that

Member Avatar for LizR
0
150
Member Avatar for devbrat_ghosh
Member Avatar for LizR
0
148
Member Avatar for dmkp

Because you compiled it with runtime libraries - if you go the project options and turn it off. you wont.

Member Avatar for dmkp
0
167
Member Avatar for kaczmar86

Because its happening so fast the seed is the same for all. move the [code]Random losowanie = new Random();[/code] to outside the function so its not recreated each time, so its a private variable to your class. You should get different numbers then.

Member Avatar for ddanbe
0
161
Member Avatar for mr.white

Is there any chance that the .cs file - actually isnt .cs but it thinks it has another extension like .txt after it?

Member Avatar for mr.white
0
164
Member Avatar for Squirrel1984

Wherever the code is run. So, unless you use .net remoting for a windows/mono app then most likely its on the client. But if you're talking asp.net (theres a forum for that) it would be the server end..

Member Avatar for Squirrel1984
0
117
Member Avatar for complete

OK.. [code] public uint m_sumenum; public static uint Somenum { set { m_somenum = value; } get { return m_somenum; } } [/code] Not really - firstly it would only be static if the variable was static - eg it was going to be on a per class basis, not …

Member Avatar for ddanbe
0
137
Member Avatar for cVz

But strings *ARE* made of chars.. the fact you're walking through them (at your request) as chars, will mean you get chars back..

Member Avatar for Antenka
0
179
Member Avatar for jimchong
Member Avatar for murderotica

Im guessing because your object doesnt contain a file, it contains a filename, and you cant just put a string object to desktop. I googled found plenty of examples, which work - i would suggest you do the same.

Member Avatar for LizR
0
138
Member Avatar for Diamonddrake

You have a lot of options. You mention share the app, well as long as you write it as 1 exe, and dont use 3rd party components you will only need the 1 exe. But it wont take the user settings with them - the best way to do that …

Member Avatar for LizR
0
99
Member Avatar for shazzy99

You mean like the one that comes with it, eg [code]numericUpDown1.Value.ToString();[/code] I guess you didnt look very far

Member Avatar for ddanbe
0
124
Member Avatar for laconstantine

That would be because either you didnt add the using, or put in a fully qualified namespace path.

Member Avatar for LizR
0
166
Member Avatar for Torquai
Member Avatar for shers
Member Avatar for cVz

You show no code. its hard to help you without. FileZilla may use multiple connections to achieve a higher speed, it could be poor coding leading to delays in the processing.. Make a basic command line app that downloads your file. Post the code once you've done some tests on …

Member Avatar for Torquai
0
167
Member Avatar for jacket882
Member Avatar for LizR
0
92
Member Avatar for shers
Member Avatar for shers
0
135
Member Avatar for DevGeek

Replacing MSGina is not as simple as I tihnk you're looking at there. I would guess a number of those elements fail as you're not logged in at that point. I dont believe its just a case of "impersonating" a specific user, you need windows to go through the real …

Member Avatar for DevGeek
0
2K
Member Avatar for Hannahlv
Member Avatar for BlackSun
0
127
Member Avatar for wien
Member Avatar for LizR
0
186
Member Avatar for scylefice

Well if you've worked out how to read a page, posting to a page shouldnt be that much harder. have you tried posting the variable to the search page?

Member Avatar for Diamonddrake
0
307
Member Avatar for Clawsy
Member Avatar for piotr_kast

Yes you can remove the line you highlighted, and for the other 2 functions too.

Member Avatar for LizR
0
144

The End.