![]() |
|
N2Oxide ProgressBar [C# - GDI] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: N2Oxide ProgressBar [C# - GDI] (/Thread-N2Oxide-ProgressBar-C-GDI) |
RE: N2Oxide ProgressBar [C# - GDI] - Riverclawz - 04-15-2013 Should i start playing with VB as a second language to learn or should i pick something else? I want learn how to create something with nice visuals so i can make an even prettier progress bar And i started programming with C.
RE: N2Oxide ProgressBar [C# - GDI] - Ex094 - 04-15-2013 (04-15-2013, 06:27 AM)Riverclawz Wrote: Should i start playing with VB as a second language to learn or should i pick something else?Please view this thread http://www.hackcommunity.com/Thread-Programming-language-FAQ-and-choosing-guide?pid=132857#pid132857 RE: N2Oxide ProgressBar [C# - GDI] - Ex094 - 04-15-2013 (04-15-2013, 06:27 AM)Riverclawz Wrote: Should i start playing with VB as a second language to learn or should i pick something else?Please view this thread http://www.hackcommunity.com/Thread-Programming-language-FAQ-and-choosing-guide?pid=132857#pid132857 RE: N2Oxide ProgressBar [C# - GDI] - Riverclawz - 04-15-2013 (04-15-2013, 06:29 AM)Ex094 Wrote:(04-15-2013, 06:27 AM)Riverclawz Wrote: Should i start playing with VB as a second language to learn or should i pick something else?Please view this thread http://www.hackcommunity.com/Thread-Programming-language-FAQ-and-choosing-guide?pid=132857#pid132857 Thanks for linking the thread. lol @ the picture XD RE: N2Oxide ProgressBar [C# - GDI] - Riverclawz - 04-15-2013 (04-15-2013, 06:29 AM)Ex094 Wrote:(04-15-2013, 06:27 AM)Riverclawz Wrote: Should i start playing with VB as a second language to learn or should i pick something else?Please view this thread http://www.hackcommunity.com/Thread-Programming-language-FAQ-and-choosing-guide?pid=132857#pid132857 Thanks for linking the thread. lol @ the picture XD RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 @Riverclawz - You can create the exact same progressbar as seen in this thread using VB.NET as well. I don't see why you can't write GDI/+ in C though... I haven't tried, but I know you can invoke Win32 functions to draw. Look into the gdiplus.dll. RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 @Riverclawz - You can create the exact same progressbar as seen in this thread using VB.NET as well. I don't see why you can't write GDI/+ in C though... I haven't tried, but I know you can invoke Win32 functions to draw. Look into the gdiplus.dll. RE: N2Oxide ProgressBar [C# - GDI] - Psycho_Coder - 04-15-2013 @Riverclawz have a look at this link http://msdn.microsoft.com/en-us/library/windows/desktop/ms533802(v=vs.85).aspx You can use the GDI+ functions to program graphical things in C and C++ RE: N2Oxide ProgressBar [C# - GDI] - Psycho_Coder - 04-15-2013 @Riverclawz have a look at this link http://msdn.microsoft.com/en-us/library/windows/desktop/ms533802(v=vs.85).aspx You can use the GDI+ functions to program graphical things in C and C++ RE: N2Oxide ProgressBar [C# - GDI] - Riverclawz - 04-15-2013 @ArkPhaze I have tried to get out of the command-line interface but every time i try to understand the weirdly formed source code from a win32 gui my brain burns and i once tried VB and i remember it was way easier to do draw nice stuff there so i figured VB was more specialized and allowed fancier stuff to happen in the ui than C would. But i'll try the hard way again perhaps this time my mind can get his way around it. @Psycho_Coder Thanks i'll certainly check it out after i get back from school, ty! EDIT: had a quick look at your page psycho and it looks promising
|