Advanced Forum Search Results
-
hmm.. ok dont use gc.collect()
but what can i do if the used memory (on hdd) runs into 4+ GB ?
i am removing each existing eventhandler in that program in a foreach loop with -=
and then call children.clear()
when i am rebuilding the UI (quite a lot functions, something around 500-1500 including eventhandler and no i cant do it another way ;) ...
-
any news?
i ve seen a (or some of) quite complicated solution(s) which is(are) simply too much work to read trough and understand. its crap to have too much work to dig trough it..
does anyone know a small easy example how to pull out a a frameworkelement (i.e. content of a scrollviewer) to a rendered picture or directly to ...
-
the working one i've found is a mp3,
i used wav and mp3 before and tryed others too but till the one mp3 file, nothing was working
so i thought i did something wrong.
its quite frustrating that most of the sounds you can find in the internet dont work... it increases my work quite a lot..
-
... nm.. all the soundfiles i used didnt work.. now i found a working one..
-
why dont create a datacontract in the webservice which makes objects from the query and use those as returnvalue?
they are much easyer to handle and divide the sql part from your application whats solving some security issues
-
you can not use linq
a problem you want to be solved, or a restriction for your application?
-
ehum...
there are a couple of ways doing that, not even with a lot of work.
just use your grey matter ;)
i.e. start a timer which stops the async call after 30 sec and returns a timeout message so the app will run with that..
edit: i love sarcasm :D (about the post below)
-
ok, to make it a little bit more complicated:
what if i bind a datevalue and use a string-datetimeConverter?
the problem is.. it can be a wrong syntax like 17.70 or even a word instead of time.. how can i write back the old value into the textbox if it was wrong?
ty
silverstarter
-
theres the point about security bye using a webservice
your conection to the DB is done in the webservice which no one can see, decrypt, deserialize or whatever
you can describe quite exactly what you want to do with the calls made by the game (deciding that 10bil points on a game where 50k is damn good, seems to be quite unrealistic, ...
-
the enum seems to be in a different namespace, ever tryed:
CodeExpert.Book.Helpers.BookDirection ... ?