Hi! I want to move some item along some path. How can i do that?
Zhendalf
Posts
-
move item along the curve -
how to get information from pages, which need authorizationHi, guys. Its the question. How can i get page, which need authorization(using known username and password). For example, how to get my new messages in FaceBook? I can parse it of course to get exactly what I need, but how can I get it? Sorry, if it's stupid question. I'm just learning. Thanx.
-
multi-language supportHi to all. This time I have no problem, I just want to know one thing. So, I'm developing a web-site, which must be multi-langual. I just want to know what would you do the multilingual support. If it matters there will me at least three different languages. I hope, that together we will find the most suitable solution of this task. I will appreciate every answer.
-
code colourizingthanx a lot! But I'm writing my own blog engine, so I need colourizer like some independent class.
-
code colourizingHi! I need to colourize C# code on my blog. Is there any ready solution for these?
-
Getting the contents of directory where default.aspx file is located?Thank you a lot. It really helped. :-D
-
Getting the contents of directory where default.aspx file is located?Should I include some additional namespace?
-
Getting the contents of directory where default.aspx file is located?Hi to all. I have problem here. I need to get array of directories contained in the directory where my default.aspx is. If I write so:
DirectoryInfo dir1 = new DirectoryInfo(@".");
I'm getting the "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE" directory. My question is: how can I get the DirectoryInfo of the directory where my default.aspx file is, not pointing to DirectoryInfo constructor the whole path? -
Change languageoops. Sorry. I just realized that I need this change in Console, not in Windows.Forms.
-
Change languageThanx a lot!
-
Change languageHi! In my program I have to change the language of user's input programmaticaly. User of course is able to do it by himself using CTRL+SHIFT or whatever. But I have to make it by myself. Is there any property that will allow me to do it?
-
How to make TrackBar vertical?Thanks a lot! :)
-
How to make TrackBar vertical?Yeah, thanks, but it didn't help. The orientation of arrow is to right, and I want to left.
-
Is .Net programs able to be compiled into native code?There are a couple of products out there that can compile a .NET app down to native code
What products?
-
How to make TrackBar vertical?By default TrackBar is horisontal. Is there any way to make it vertical?
-
Who knows how to change font in console?Yeah. I know how to do it manually, but how to change the font programmatically?
-
Who knows how to change font in console?I just realized that unicode characters are normally represented in ConsoleBuffer if I set the Font to Lucida Console. So, how to change the font?
-
How to output Unicode-characters in console?I need to write in console characters like 'ä' and 'ü'. But in console it displays like 'a' and 'u'. There is no problem with russian characters.