Re: how to get back visual basic 6 project again on coding again Programming by Salem … long would it take you to rewrite the program from scratch? Say you cost the business $40/hr (that's a… Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by pathofbuilding To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver… Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by xivlauncher You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol. Re: Looking for a online dating service template Digital Media UI / UX Design by flame_2 i like this topic Scratch Community Center Geeks' Lounge by Bench … read their emails or download something from iTunes. [url]http://scratch.mit.edu/[/url] What does everyone else think? Re: Scratch Community Center Geeks' Lounge by joshSCH Isn't there something kinda like that already.. Alice? I mean, it also tries to introduce the idea of programming to students.. Re: Scratch Community Center Geeks' Lounge by debasisdas a good attempt. Re: Scratch Community Center Geeks' Lounge by ~s.o.s~ Maybe you would even like to read [URL="http://howto.wired.com/wiredhowtos/index.cgi?action=display_html;page_name=teach_a_kid_to_program"]this.[/URL] Re: Scratch Community Center Geeks' Lounge by jwenting they used to create Logo for that purpose in the 1980s. It was a complete flop. Then they created Visual BASIC, but project managers thought it was a serious language for business systems so that one flopped too for its intended purpose. Next it was Ruby, which was misinterpreted by open source fanatics as being the language that would kill all … Re: Scratch Community Center Geeks' Lounge by Bench [QUOTE=jwenting;416184]they used to create Logo for that purpose in the 1980s. It was a complete flop. [/QUOTE] I would disagree with that somewhat. As a kid growing up in the 80s, I was exposed to Logo and the turtle robot with a pen at primary school, running on a BBC Microcomputer. I found it entertaining at the time - and remember enjoying… Re: Scratch Community Center Geeks' Lounge by hbk619 turtle robot with a pen at primary school hey, we had that at my my primary school - 90's/ :) Re: Scratch Community Center Geeks' Lounge by Bench [QUOTE=hbk619;417270]turtle robot with a pen at primary school hey, we had that at my my primary school - 90's/ :)[/QUOTE]Heh, how late into the 90s? Those things weren't exactly cutting edge when I was there (88-92'ish).. then again, the amount of money spent on school computers is pathetic even now, so there's probably more than a few … Re: Scratch Community Center Geeks' Lounge by Sturm Whats wrong with c/c++? Anything can be taught to anyone at the right pace. Re: Scratch Community Center Geeks' Lounge by Bench [QUOTE=Sturm;417341]Whats wrong with c/c++? Anything can be taught to anyone at the right pace.[/QUOTE]I completely agree with that sentiment, but I don't think its about teaching serious programming to kids, its more about the basic ideas (especially if its at the age where they're still learning multiplication tables). So, rather than going in… Re: Scratch Community Center Geeks' Lounge by Sturm >I completely agree with that sentiment, but I don't think its about teaching serious programming to kids, its more about the basic ideas (especially if its at the age where they're still learning multiplication tables) but c++ can be as easy or complicated as you want right? By using a few high level graphics libraries (allegro comes to mind) … Re: Scratch Community Center Geeks' Lounge by hbk619 [quote=Bench;417329]Heh, how late into the 90s? Those things weren't exactly cutting edge when I was there (88-92'ish).. then again, the amount of money spent on school computers is pathetic even now, so there's probably more than a few places who still use the things. :)[/quote] About 97 I think. Re: Games in Scratch Programming Game Development by ToddRLittleton … to a game platform go do the Unity beginners tutorials. Scratch looks just like ALICE (google alice programming language) and you… what I see they are identical but I havent used scratch. I used ALICE to teach my daughter to program but… what you want. By all means go and play with scratch but I think it will only frustrate someone who wants… Re: Making a 3D engine from scratch Programming Game Development by rdwofrdw … you want to succeed at building a 3D engine from scratch? Of course you will be learning/using C++, OpenGL or…. What is the 3D engine for? Games? Starting "From scratch" might be OK for a hobby. Starting "From… scratch" might be going too far to the beginning if … About Implementing Scratch Disks Programming Software Development by risingboy … user can select amount of Ram photoshop will use. and scratch disk application that will be used for storing temporary files… want information related to this or any tutorial related to scratch disks applicatio9ns.please suggest me links for that PHP Content Management System from scratch Programming Web Development by sagedavis … in building a Content Management System of my own, from scratch. I program in PHP and MySQL pretty well, but mostly…;, but, I have several sites that I have built from scratch that are very similar in nature, but wouldn't have… Making a 3D engine from scratch Programming Game Development by tomtetlaw … i am really interested in making a 3D engine from scratch, and i need help, can anyone give me some starters… probably arnt any tutorials on writing whole 3d enigines from scratch.:P any help would be greatly appreciated :) Re: Making a 3D engine from scratch Programming Game Development by Squad08 … i am really interested in making a 3D engine from scratch, and i need help, can anyone give me some starters… probably arnt any tutorials on writing whole 3d enigines from scratch.:P any help would be greatly appreciated :)[/QUOTE] Well I… Re: Making a 3D engine from scratch Programming Game Development by DarthPJB … i am really interested in making a 3D engine from scratch, and i need help, can anyone give me some starters… probably arnt any tutorials on writing whole 3d enigines from scratch.:P any help would be greatly appreciated :)[/QUOTE] I would… Games in Scratch Programming Game Development by PixelDown Can anyone recommend a couple of 'good' and complex games made in Scratch. I just need to get an idea of how creative have people been with Scratch. Re: Games in Scratch Programming Game Development by johnbritto473 Just check [this site](http://scratch.mit.edu/galleries/view/26995) for games in scratch. Blog from scratch permalinks and rss Programming Web Development by sagedavis … to work that too then. I am doing this from scratch, and so far I have the XHTML set up, but… Linux computer from scratch Hardware and Software Linux and Unix by Jede Hello! I want to build my own linux computer from scratch. I mean like soldering a cpu and some other stuff … strcpy implementation from scratch Programming Software Development by tux4life This is how mine [B]strcpy[/B] would look like if I'd have to write it from scratch :) strcat implementation from scratch Programming Software Development by tux4life This is how mine [B]strcat[/B] would look like if I'd have to write it from scratch :) strcmp implementation from scratch Programming Software Development by tux4life This is how mine [B]strcmp[/B] function would look like if I'd to implement it from scratch :)