Visual C++ 2008 & 2010 Tutorial: Login System (Part 1 HD)
A simple login system made in visual c++ 2008. Please comment, rate and subscribe. Source Code: visualprogramming.codeplex.com Code:
January 12, 2012 | Filed Under Visual Basic Tutorials
Comments
20 Responses to “Visual C++ 2008 & 2010 Tutorial: Login System (Part 1 HD)”
Leave a Reply
You must be logged in to post a comment.
I like your tutorial…it’s great and i tried this
Greate video, umm, how do you get the little box that shows you the combinations you could have after textbox2->*little box shows up*?
– Tim
thx for actually posting a fucking Visual C++ tutorial. Everyone else just NEVER posts… :\
Hi, how do you get that little box that shows you the possibilities of textBox2 ?
@JrrS88 What do you mean by possibilitie?
@monsterhunter445 Yeah, like when you type like textBox1 it shows up “text” in a little box
@JrrS88 Ok, you mean auto-completion and displaying suggestions. To do that you either have to show a listbox control every time the user types a character, or use some third-party library for that. I can’t really help you that much because I’m targeting the Win32 API, and not the .Net framework.
can you put the codes in the description or give me a direct link???thank..
why do you have a pic of the scery mase game ‘shuder’
whats wrong with the cursor?
Ok im making a program that will help me with Minecraft Block IDs
I have a form wich is the base then i have a Picture box that i want to make it so it shows the Item image and then i have a Combo box that i want to use as the searcher so that i can pick the Item i want and last thing i have is a ListBox that i should show the Item ID number and a description of the item all the item ids and descriptions are found on MCwiki so could somone help me Script?
nice program u have there( english to spanish translator) are these 2 related English to Spanish Translator and English to Spanish Language C…
@antigay1000x The English to Spanish translator I have made is not related to this video. But it is a video that I have made thus it is displayed in the related videos.
i cant tell what this gay guy is clicking on so it’s hard to know what this crap is
@GigglingGirI For your information, how would you know my sexuality, I live in the USA; plus I don’t care if you call me gay, I also wouldn’t care if even the president calls me gay. I know in my damn heart I am not, but please for future reference don’t insult me or other YouTubers it is impolite and it will cause you to be reported and your account will be removed. I don’t mind negative criticism, but you must do it right.
@monsterhunter445 I’m pretty sure youtube won’t ban someone for 1 offencive comment…
@MattSm130 I know, I just like scaring people.
you play rs?
you play rs? b@ 6:36 how do u get that dropdown box of suggestions? mind dosen’t do that =(
@102000jdh102 I used to play Runescape, like a long time ago. To get intellisense you must press control and space at the same time. But if you have Visual Studio 2010 and you are using C++ CLR then you can not use intellisense because it is removed.