Best way to append data into a textbox?
I want to write a coin flip simulator. I want to do a loop and print the flips. Should I use a textbox, or is there a better way? Also, do I append the flip to the existing output? Ideal way? loop...
View ArticleVS 2019 How to Visualize legend for each Chart Area
Hi all, I developed a Function that creates a Chart Area inside a chart. I tried to assign to each Chart Area a legend without success. A part of this Function is: Code: Private Sub...
View ArticleVS 2019 How to Visualize legend for each ChartArea
Hi all, I developed a Function that creates a Chart Area inside a chart. I tried to assign to each Chart Area a legend without success. A part of this Function is: Code: Private Sub...
View ArticleVS 2010 Draw On Camera Preview screen in VB2010
Hello everyone, Hope you all the doing awesome !! I am working on capturing video via accessing the camera of my laptop in visual basic 2010. the code works fine but when I try to draw any shape on it-...
View ArticleExcel to Access DB
How would one go about Overwriting a particular record, or filling in just empty fields in a particular record based on a match criteria..Lets same a unique UserID Reason for wanting to do this.. It is...
View ArticlePublishing a Visual Basic Net application
If I understand Publishing correctly, I have an option to make the application available offline or only online. I wish to make the application available offline When the application is installed on a...
View ArticleI'm typing in a textbox linked to a database and it stops everything from...
Title says it all, I have a CustomerID text box, I type in it and it prevents me from typing, clicking buttons, closing the program?
View ArticleHow to use action in vb.net using selenium webdriver?
I am using selenium webdriver to automate chrome in VB.net (2019 version). I want to send some keystrokes to chrome using action. I have tried the following code Dim driver As IWebDriver driver = New...
View ArticleVS 2010 Windows 7 - Windows 10 conversion - Slow running
I have currently transferred form windows 7 to windows 10 (clean installation) with VS2010. I have a very complex programme that is now running considerably slower under windows 10. all the config...
View ArticleWindows 10 - Excel
I have just run a programme under widows 10 (previously ran under windows 7) which opens an excel file and reads the data, then closes the excel file. When this ran under windows 7, it did this in the...
View Article[RESOLVED] Windows 10 - Excel
I have just run a programme under widows 10 (previously ran under windows 7) which opens an excel file and reads the data, then closes the excel file. When this ran under windows 7, it did this in the...
View ArticleImages ... diffuse, normal, specular
Ok, I've been handed another possibly fun project. Obviously, there are many of us here who are familiar with 24-bit true-color images. And, when manipulating PNGs, TGAs, and others, we might also get...
View ArticleFix the TwipsPerPixel rounding?
I'm wondering if this could be somewhat possible. It would involve hacking and patching VB6 (hopefully just in memory so the runtime DLLs do not need to be touched on disk). This question is intended...
View Articleset a 'Description' property of a dB?
I use following code to set the 'Description' property of dB table property... Code: Set td = db.TableDefs(tablename) 'table name 'set table 'Description' property td.Properties("Description") =...
View ArticleDatabase saving and then un-saving when program restarts?
I can add, delete, and save/update perfectly, through the program and the changes I have made will appear on the database in the program. If I go into the Microsoft access file, the changes will be...
View ArticleWebbrowser control in Winforms, showing .pdf - sort of
I programmatically create a Webbrowser control in a form to show the contents of a pdf file - it works, but one thing is strange - the pdf appears in the upper-left-hand corner of the Webbrowser, using...
View ArticleVS 2017 Creating new project
When i try to create a new project I am just getting Name: and Framework:, the Location: and Solution name: fields are missing. Attached Images
View ArticleVS 2010 Platform x64
Having created a new project, i have just come to compile it, and within the Platform option of the configuration, there is no x64 option. This is despite the advanced compile options showing the...
View ArticleVBCCR17SideBySideAndVisualStyles failed to start side-by-side incorrect
I am having a play with the ocx version of Krool's common controls replacement I have the OCX registered, I have followed the guide created by MountainMan I have made a basic project, added a Button,...
View ArticleOut of Memory Error - Make - CommandButtonW
I was having a play with the common controls, and CommandButtonW for its foreground color. It runs fine it debug but when building the project it hits the Load cmdItem(Index) in either of the user...
View Article