Toy Bank App
Hello, I am doing a ToyATM, and i need help with a function: This is to retire an X ammount of cash and i Have to print this: "You have received X bill(s) of $100 " "You have received Y bill(s) of $200...
View ArticleVS 2019 Write a program that prints a hollow square on the form
the square length should be input in a text box
View ArticleVS 2019 Write a program that prints 50 asterisks to the form one at a time
After every tenth asterisk your program should print a blank line
View ArticleGlobal variable and Local variable with the same name, how will you access...
If there are two variables with the same name but different scope, like 1st one is local variable and the other is a global variable, the compiler will give preference to a local variable. For Example....
View Article[VB6] DirectX 11 for VB6 1.0 Type Library
This might be useful to someone: https://github.com/wqweto/VBD3D11 The repo includes a port of Beginner Direct3D11 Programming by kevinmoran. This is a screencast from the final 10. Blinn-Phong...
View ArticleVS 2019 Creating a PDF File and Opening it
The following code sends a Document to a PDF Printer The ProcessStart then opens it Unfortunately it attempts to open it before the job is done printing I put in the loop on Dir(sFileName) to wait for...
View Articlevba issue
ello everyone, First of all, I hope everyone is safe and healthy. I have a code written in VBA that runs in the ArcGIS environment (GEPIC). The code is linked with an executable file (EPIC.exe). During...
View ArticleHow to select using multiple column match?
Consider table A with columns named ID (PK), City, State, and more and table B with only City and State. How do I do a WHERE condition to show all the rows in A that match the city and state in B. I...
View ArticleJsonConvert.DeserializeObject into new instance of Class
I'm not sure how to go about deserializing json into a new instance of a class. I used the visual studio json class builder to build a group of classes. The problem is when I loop through and do...
View Articleusing the webbrowser conrol with iframes in visual basic
Dear VBForumers, I am looking to have my WebBrowser control in visual basic to have a section of iframe, to then be displayed in two very different browser windows. eg: navigate "playa.htm" target...
View ArticleOutlook - How to verify if a distribution list exist
Hi, I need to find method to verify if a mail group/distribution list exist in Outlook addresslist. so far... I am no where and just started to import the Outlook interrupt library. I am trying to get...
View ArticleIs Oracle Training by Expert Worth?
Hello all group members, I have few questions regarding oracle training as I want to know whether taking training from expert really worth it and how much beneficial it is to take from expert as I have...
View ArticlePastespecial Paste Columnwidths code break
Hello. Does anyone know why I keep getting a 'Compile error - expected: end of statement on the highlighted line? it breaks when I add .pastespecial xlpasteColumnwidths Sub Save() Dim wb As Workbook,...
View ArticleExtend Picturebox WIDTH beyond it's MAX-Width
Is there a way to extend (via API) the width of a PictureBox beyond it's MAX width ?
View ArticleDataReport .PrintData Question
I am trying to programmatically set the file name for my data report. The .PrintData pops up a default dialog box with a default file name, but I do not want to use the default filename. I CAN access...
View ArticleWeb Based Menu To Open Windows Applications
Hi All Apologies if this is the wrong place for this question. Just wondering what people have done to create a user interface ie a menu with buttons, which when clicked, open up a windows application,...
View ArticleForm regaining focus
I have an application with a Main form that has a Menu Bar, then 8 Tabs in a Tab Control and 8 forms that appear within the tabs. I have a number of DataGridView controls that display data from an...
View ArticleVS 2017 Flowlayoutpanel index out of range when using TabControl
OK - sorry, I tried to google this, but not sure what to google. And wasn't sure how to word it in the Title either. the listFlDay is a List(of FlowLayoutPanel) Code: Private Sub...
View ArticleVS 2017 [RESOLVED] Flowlayoutpanel index out of range when using TabControl
OK - sorry, I tried to google this, but not sure what to google. And wasn't sure how to word it in the Title either. the listFlDay is a List(of FlowLayoutPanel) Code: Private Sub...
View Article