In this video tutorial, I will be going over the basics in using VB.NET's If Then Statements. If Then Statements are like any real-life situation. For example, IF you ...
Do you get what I am trying to do and can you please help me? I'm sorry for
spamming this video full of comments, but I believe youtube has deleted the
option for a PM.... otherwise I would've send you a PM of course. Anyways
thanks in advance! You video was great, but just not what I was looking for
just yet and I think you can see why (oh 1 more thing, how can I disable
the ability for the player to change the text in the textbox? They should
just be able to read the explanation, nothing more)
to alter the languages. 1 = english, 2 = dutch. All buttons' text is
changed to the correct language after clicking the buttons, so they work.
Now this is what I want: if someone clicks "Tell me about Characters", for
example, I want my empty textbox (that's next to all "tell me" buttons) to
show the information I typed already (though what i tried didn't work). If
another "tell me" buttons is clicked, I want the old text to disappear and
the new text, about character selection, for example, to
Hello! I was hoping this video would mention what I'm looking for, but I'm
just gonna ask you since it didn't. Do you know how to help me, or do you
have a tutorial on this: I am creating a program that is like a game. I''m
not that far along since I'm new at this. But I managed to make a help
screen. If you go there, the start-up screen disappears and the
help-buttons pop up. "Tell me about this" "tell me about that", etc. I also
created a button to return to the start-up screen and 2 buttons
show up. it's logical I want this, because if someone wants explanations,
it would be best that I had buttons that could make my textbox show the
correct info. And if that wasn't enough, I want the text to be in English
by default, because the whole help menu is. But if a user clicks "Dutch"
for language and the buttons' text is translated and they click on a button
for explanations, I don't want the text to appear in English, but in Dutch
(I already translated the English text).
how would you say if something doesn't = something then this happens im
trying to create a change password command you have to enter the current
username and password then enter the new password 2 times. ive got an if
command for all the fields so they cant be empty and if any are is says so
with a message box then another one that says if the 2 passwords dont match
but i cant set on up that says if the username and password are incorrect.
dude, these tuts are 1337! :P awesome and great to follow, cant wait for
the rest of the tuts ! Im so happy someone actually started making VB tuts
and the person isnt a 50 year old nerd who lives in a basement :P
@VBTechSupport Im trying this and it works, can I make another available
answer. What i mean is I wanna see if i can make two messages that would
enable the "Go" button??????
@VBTechSupport Im trying this and it works, can I make another available
answer. What i mean is I wanna see if i can make two messages that would
enable the "Go" button.
Im trying this and it works, can I make another available answer. What i
mean is I wanna see if i can make two messages that would enable the "Go"
button??????
like all the vids so they will be seen more spread the tuts and channel :)
SikhNet's Yogi Bhajan daily "Aquarian Sadhana" is NOT part of Sikhi!
The Yogi Bhajan prescribed daily "sadhana" for all 3HO tantric / kundalini yoga members is not part of Sikhi! Sikhs who want to know the inside story of SikhNet ...
Yogi Bhajan was also always using a rosary, which is against Sikh rehat,
Vaahiguroo tells us to get the mind beyond Maya for which Gurmantra is to
be used along with Gurbani and Jeevan jaach.
Instead of praying to waheguru, they're doing yoga! Seriously!!!
Decoding of Corporate Financial Communications: Valuation - Market Based Approaches
Valuation: Market-Based Approaches (Chapter 14) Professor Cooperberg June 19th, 2013 [Part 2] The market price aggregates expectations of future ...
cooperburg June 19 part 2
Financial Reporting Valuation: Market-Based Approaches (Chapter 14) Professor Cooperberg June 19th, 2013 [Part 2] The market price aggregates ...
Ms magazine might create this project
Ms might report Ideas about things that Ms magazine might report on As a youtube creator I like it when people watch my videos A picture similar to these actual ...
ADD RECORDS TO MS ACCESS 2003 USING VB.NET PART 2
This is the part 2 of how to add records to ms access 2003 using vb.net This video aim to help fellow newbie programmer.
@TmoT100 Thanks tol, quick info for saving img to database you can choose 2
way to do it. You can save the location to database or convert the image to
binary data then save to database. If you use the location it might be
easier but one con is what if the record itself is rename or have been move
without notice it would be a disaster. For saving image binray to db its
easier to query but kinda more complicated to save and retrieve. Btw added
your request to my TODO List now.
@deathpedal If you don't want to totally delete the record in the database
set a flag field in your table. For example set the flag to 0 if temporary
you don't want to use and set the flag to 1 if you want to use it again.
There you need to add some condition in your select query like this to view
available "Select * from tablen1 where flag=1" sa code dinidisplay ko mga
record na available. Tol sorry hindi muna ako gagawa after na muna ng final
defense namin sa thesis.
@ewcentes89 Hello, if you think the code is correct and you almost follow
the code in the video one possible reason you get that error is your
database properties. One error in your database is that you use a reserved
word for column name in your database, using of space in database table
column or you have incorrect select statement in your sqldataadapter. If
your database is good and you still got the error kindly send me your
program and your database.
hello sir Dan, first of all i would like to thank you, you really helped me
a lot by this video now my problem is solved, but im going to ask some
questions, im working on a program, i can now save textbox inputs from
vb.net to access database. But my problem is, i dont know how to save the
record inputted in datagridview, my datagridview is unbound, pls help me
@marbie51610 Hello, about your question you need to get the datagridview
cell item value then use the cell value to save it to your database. string
value is equal to datagridviewname(columnINDEX,rowINDEX) something like
that. Sorry also for the late response since I'm kinda busy yet because of
our thesis atm. Thanks also for appreciating the video :D
I'm sorry dude are you Chinese?, I'm really having a hard time listening to
you.. I appreciate the coding, big help though.. Just don't really quite
understand the grammar so I muted the video., Anyway thank you so much for
the codes it helped me a lot with my programming skill. P.S "I clicked on
the like button"
@alaizamariecruz Hello possible reasons is gumamit ka ng reserved words sa
access like password or you use special character in your table fields like
space. If in case you got error you can send me your database and project
and I will try to fix it If I can if you don't mind
sorry i know am too late but i need help with this , am using vb.net 2008
and access 2007 and when i wrote this code i got this msg : An OLE DB
Provider was not specified in the ConnectionString. An example would be,
'Provider=SQLOLEDB;'. so please i need help
@mistrysun1 Happy Holidays, Hello, if you think the code have no error, I
guess the error is due to your database properties like having a space in
column name, using reserved words in column name like "Position". If you
still have error feel free to msg me.
sir dan alam mo ba kung pano maginsert ng image sa access using .net ex.
magiinsert ka ng image sa picturebox then click save buttton after clicking
save button makikita mo na cia sa access or datagridView. paturo naman sir.
:) tnx in advance.
thanks a lot.currently i have sleepless nights because of our thesis. but
because of your tutorial videos i was able to make my task done.thanks
again and GOD bless.i hope that you'll never get tired of posting more
videos about programming.
sir maraming salamat sa video na to. nakatulong po to ng malaki sa project
ko. Kaya lng ho my error po. naka hilight po ung da.Update(dt) tpos Syntax
Error in INSERT INTO statement. . Sana po matulungan nyo ako. . .Salamat po
:-(
@alaizamariecruz Hello, like what I told you a while your error is on your
database, try to changes the password in your database to userPassword and
level to yearLevel or what ever suits you. Hope iit helps :D
sir dan pa help po pls ito nalang ang pag asa ko.. ito po ung error
OleDbException was unhand led Syntax error in INSERT INTO statement.
da.update(dt) please help me sa wed na kasi pre defense namin....
How to Insert data into database in asp net
You can find more articles on : //www.codescratcher.com This video is show u how to insert data into database using asp.net 4.0 Script Language : C#.
Figured out my problem. Intellisense suggested BeginExecuteNonQuery instead of ExecuteNonQuery. Only a careful reading of my code caught that.Anyway, thanks for the walk-through. It was very helpful. This works generally for in-house software, but could it not be susceptible to SQL injection from malicious parties?
You can get more solutions at here: //www.codescratcher.comLike us for more updates : https://www.facebook.com/thecodescratcher
How to Stack Push, Pop, Contain VB NET 2012
Stack is one of another easy to use VB.NET Collections . Stack follows the push-pop operations, that is we can Push Items into Stack and Pop it later also it ...
Search Listbox items or Compare them with textbox in VB 2010 or 08
For more visit https://akaban.webs.com or https://sites.google.com/site/daeeducation/ //www.facebook.com/daeeducation By Faizan Rauf Akaban01 How to ...