Thank you for the feedback everyone! I realize the video runs fast and I will try to improve the pacing of future videos. Please use the pause button as you go through this video if you need it. You can also try turning the Playback Speed down.
Had to get you over 666 Likes...LOL - Awesome vid and thanks for explaining code as you go, I made notes in the code as I followed. Fairly newbie, but I've been looking for this very thing for some time. You are my new hero. I had to turn on CC and slow you down to .75 and still had to pause a lot. I appreciate you and I will subscribe. I've coded a few small apps but, I'm finishing up on a text editor and I would like to print occasionally, and you've hit the mark, On to #2 vid. Thank you so much for the explanations, legible code, expertise and verbal clarity...JT
Excellent video! The pace was just right. When I need to think about something, I can pause. If I need to hear it again, I can backup. The voice was clear and easy to hear.
I created my document in MSword. I want to insert my document in a printview. how can I do that?? And also how can I get input from textbox to the document which in a print preview.
Hi, Thank you for the video. I was having problem with printing more than one page. When I use e.HasMorePages = True , the program is executing the subroutine multiple times and print first page 1only. What can be wrong? Joe
I try to make point of sales . i would like to print Bill on bill printer. shall i use the same approach , you mention in the vedio? or there is another way to print it easier?
when I am printing with dot matrix printer the automatically default printer is taking "Letter" but every where I set page "8 X 6 in" this size is not taking pls guide me..
Hello Elevate code, I am trying to print a reciept for the supermarket billing system i designed using windows form i.e vb I have used a datagridview in the form and am using Sql server 2008 to store database. How can i print the datagridview in the form of a reciept design.Please reply asap. Thank you in advance :)
Great Tutorial! I don't know where the dislikes comes from. I was trying to do it with listview control instead of textbox. Can you help me with this? Thanks!
good afternoon, thank you very much beforehand, I need some help. I did a system in php and through the web control get a variable which wish to print. my question is whether this is possible. Again thank you very much and would be very grateful for the help.
I need to make a program for my job that will take in characters and then pick a graphics file to print that is stored in a folder on the same computer's hard drive based on what the exact characters that are entered. In other words if the program reads a sku it will then take that sku number and find the same number plus extension .png in the folder and automatically print it. Any tips?
PrintDialog.PrinterSettings = PrintDocu.PrinterSettings If PrintDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then PrintDocu.PrinterSettings = PrintDialog.PrinterSettings iam having error sir, PrintDialog.ShowDialog() says reference to a non shared member requires object reference
Way too fast. There is absolutely no pause between words, and no time to let one thought sink in before you go to the next thought. It's like this... Waytoofast.Thereisabsolutelynopausebetweenwords.
AGREED! Nothing more frustrating than to finally find a tech video that covers what you need and they sound like an old 33 rpm record being played on 78 rpm. You have to replay it like 20 times and take notes to finally get the material.
يعني بدي اسحاب روبط الفيدوهات بل يتيوب يعني بدل ماروح وعمل نسخ لربط وبعدين اعمل لصق بدي اعمل برنامج بالفجوال بيسك من خلال الضغط علي الزر يسحاب كول الروبط اللي موجود دخل القائيمة في اليتيوب وكون شكر الك حبيبي بلهي لا تتجهل الرسال هد وكون شكر الك يعني انا محتج الامر هد دوري وقد محلوت معرفتش وقد مابحث علي النت واليتيوب وجوجو ما في نتايج كويس تجلب وكول الروبط قايمت التشغيل
Thank you for the feedback everyone! I realize the video runs fast and I will try to improve the pacing of future videos. Please use the pause button as you go through this video if you need it. You can also try turning the Playback Speed down.
The best tutorial!
❣❣❣❣❣❣❣
Hi, I play it at a slower speed, that helps, though the narrator does sound the worse for drink. 😁😁😁😁
Had to get you over 666 Likes...LOL - Awesome vid and thanks for explaining code as you go, I made notes in the code as I followed. Fairly newbie, but I've been looking for this very thing for some time. You are my new hero. I had to turn on CC and slow you down to .75 and still had to pause a lot. I appreciate you and I will subscribe. I've coded a few small apps but, I'm finishing up on a text editor and I would like to print occasionally, and you've hit the mark, On to #2 vid. Thank you so much for the explanations, legible code, expertise and verbal clarity...JT
Это самый лучший tutorial по печати документов на VB .NET во всём Ютубе!
Excellent video! The pace was just right. When I need to think about something, I can pause. If I need to hear it again, I can backup. The voice was clear and easy to hear.
Her voice is so relaxing to listen to
Brilliant!! gave all the info I was looking for and I like the pace because, its RUclips guys, you have a pause button for a reason. Subscribed!!
Excellent tutorial. Easy to follow and to understand.
I like your voice much!
It's so clear and easy to clarify
This is amazing! Fast and to the point and very in depth. Exactly what I needed. Thank you.
That was a hectic pace to follow but pausing the videos helped -- thank you!
that was very helpful.. Thanks for all the effort u put up to make us understand the code
God Bless you and your organisation
Very good tutorial. Nice and clear voice, but a bit fast. Great that pause is has been invented. Thank's a lot and please do more tutorials.
can you go faster? it's a bit slow
i think its fast
very clear tutorial.
quick question though, how do you reset the static intStart variable to page 1?
I created my document in MSword. I want to insert my document in a printview. how can I do that?? And also how can I get input from textbox to the document which in a print preview.
Hi,
Thank you for the video. I was having problem with printing more than one page. When I use e.HasMorePages = True , the program is executing the subroutine multiple times and print first page 1only. What can be wrong?
Joe
Ok this is a great video however when I run I get multi pages in preview but when I hit the print button it only prints last page
When i use the code from part one, my document always repeats the last line of the page as the first line of the next page. I don';t understand why?
Hello, where can I find the BillofRights documents?
I try to make point of sales . i would like to print Bill on bill printer. shall i use the same approach , you mention in the vedio? or there is another way to print it easier?
do have any way to open the printpreviewDialog inside a tab form?
when I am printing with dot matrix printer the automatically default printer is taking "Letter" but every where I set page "8 X 6 in" this size is not taking
pls guide me..
Sounds like Tommy needs a nappy change. All that typing is making his cradle rock.
please can you help me print the second page or later?
Using " e.Graphics.DrawString "
how do you print datas inside listview?
Bit fast
Can you post a link to the source code, that would make it easier to study? Thank You.
hello am working on a project and i want to print my items from the datagrid how do i go about it
I am using vb 2012 and i want to print out an image from image box to the printer
Hello Elevate code,
I am trying to print a reciept for the supermarket billing system i designed using windows form i.e vb I have used a datagridview in the form and am using Sql server 2008 to store database. How can i print the datagridview in the form of a reciept design.Please reply asap.
Thank you in advance :)
How to get your source code?
can u show me how to manage/control printer using vb?
I want to make a program called "Shopping list maker" and i want to print "ListBox1" and how can i do that?
Great Tutorial! I don't know where the dislikes comes from. I was trying to do it with listview control instead of textbox. Can you help me with this? Thanks!
me too
please can you send the code ???
How can I do to print DataGridView in visual basic .NET?
How to print eksternal pdf in vb? Please tell me 🙏🏼😭
good afternoon, thank you very much beforehand, I need some help. I did a system in php and through the web control get a variable which wish to print. my question is whether this is possible. Again thank you very much and would be very grateful for the help.
I need to make a program for my job that will take in characters and then pick a graphics file to print that is stored in a folder on the same computer's hard drive based on what the exact characters that are entered. In other words if the program reads a sku it will then take that sku number and find the same number plus extension .png in the folder and automatically print it. Any tips?
yes
i like your videos but where is your next part
PrintDialog.PrinterSettings = PrintDocu.PrinterSettings
If PrintDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
PrintDocu.PrinterSettings = PrintDialog.PrinterSettings
iam having error sir, PrintDialog.ShowDialog()
says reference to a non shared member requires object reference
i need the codes plz
how to print form by using vb.net
Hello... Please i want to print all datagridview values but without a database in VB.Net...
look for printform1 with power pack
Thanks for this very informative!
I like your video.
It is clear and understand easily.
Hope you can upload more video.
i 'am confuseeeeee.... :(
you are sooooo smart
Thank you sooooo much
w/ images and text printing pls
Thankyou Jemmeh!
Thank you.
Way too fast. There is absolutely no pause between words, and no time to let one thought sink in before you go to the next thought. It's like this... Waytoofast.Thereisabsolutelynopausebetweenwords.
AGREED! Nothing more frustrating than to finally find a tech video that covers what you need and they sound like an old 33 rpm record being played on 78 rpm. You have to replay it like 20 times and take notes to finally get the material.
Your brain are just too slow.
Anyway you could adjust and slowdown the speed!
amazing ... thank you
Great one.
nice one...worked a treat ;-)
simpLy awesome!!!
are you in a hurry? Thanks by the way.
send me the code pls
Marc Paulo Deang The code for all the videos can be found on the front page of www.elevatecode.com . Good luck coding!
nice work....graeat videos
Nice
speedy.. thanks all the same
Best
يعني بدي اسحاب روبط الفيدوهات بل يتيوب يعني بدل ماروح وعمل نسخ لربط وبعدين اعمل لصق
بدي اعمل برنامج بالفجوال بيسك من خلال الضغط علي الزر يسحاب كول الروبط اللي موجود دخل
القائيمة في اليتيوب وكون شكر الك حبيبي بلهي لا تتجهل الرسال هد وكون شكر الك
يعني انا محتج الامر هد دوري وقد محلوت معرفتش وقد مابحث علي النت واليتيوب وجوجو
ما في نتايج كويس تجلب وكول الروبط قايمت التشغيل
Wwwooooo very good
I use Visual studio code so this is not helpful and I just need code for this, no stuff like Visual studio designer because I like pure code.
Good tutorial.. But you are explaining it too fast.
time to breath :) good tutorial. nice voice
Lo mismo es para visual Basic 6.0 p cambia
Nice, but I'd prefer you talk a bit slower
Too fast just "useful" when u already know how it works...
complicated for beginner
Except how to actually print it...
Not too fast at all.
ok
Too fast for tutorial TOO FAST !!
tnks fo 6:20
and 6:27
Hey you are going ro fast
then change the speed? :/
too fast
super speed hoooo.
Hindi language
don't be a rabit
so slow , can you speak more faster please?
Get to the point already
too fast