DrawWidth and DrawStyle could not be set?
I was working on a project, doing absolutely nothing related to the PictureBox controls, then all of a sudden that error pops up on load "Problems loading ctl see ctl.log for details" for a couple...
View ArticleIFileInuse
I am experimenting with the IFileInUse interface which allows you to know which application is currently using\locking a file. But before going any further, I have a couple of questions : 1- Will this...
View ArticleFaster Maths with LongLong / Floating numbers
I've some C code that I've converted to VB. I've been working on some precision Maths that require at least 18 decimal point precision. My way around it was to use VARIANTS and then VariantChangeTypeEx...
View Article[RESOLVED] 3031 'Not a valid password' when compiled, works in IDE
All of a sudden the main app I support cannot connect to a database when compiled (Access 2000 format, although I have been editing it on newer versions for years with no problems). I'm suddenly...
View ArticleCopying cell text and inserting as hyperlink to another cell
VB beginner here... I have spreadsheets with a column which has the text of hyperlinks to images. It generally starts at cell AH16. I want to copy that text, then paste it as a hyperlink to the...
View ArticleOpening a Program from a minimized state then closing active program
Using the following code below I am attempting to close the current program and re-open a minimized program. If the initial program was closed by accident or on purpose, it will reopen it upon closing...
View ArticleMS Access WebBrowser.Document
Hi there-- I am using MS Access 2016 and hoping to use the WebBrowser0.Document function. Currently, I am not given an option to use .Document, and I can't figure out why. Here is my VBA code: Private...
View ArticleHow can vb6 program be opened in browser
When I run my exe it takes up the whole screen. How can I open my exe and adjust the size once it starts ? Or do I adjust code before I compile?
View ArticleVB.Net WebBrowser an Ajax
Hi there, i am pretty new to VB and have the following problem: My Application (.net framework 4.7.2) displays a form which displays a Webbrowser Component, displaying a Website without error. Problem...
View ArticleVisual Studio 2017 How to create a individual setup grouping 3 applications .net
Hello, How is it possible to create only one setup.exe file which regroups 3 applications vbnet? I know how to do this for a separate application, via publish. Here I have an application AppA which...
View ArticleVB2019 Need help : MIDIOUTGETDEVCAPS API returns 0 error but does not work.
Hello. I have been a long time without programming for Midi instruments. And now I can't find what is wrong in my code. The API MidiOutGetDevCaps returns no error but do not fill the structure which...
View ArticleTwo deployment issues
Hello, I am using Inno Setup to deploy my application and I am facing two problems with VB.Net application 1. My app in using Access and System.Data.OleDb to deal with the data. Many users are...
View ArticleVS 2017 VB .NET BC30002 VB.NET Type is not defined
I had this working in the past but something must have changed. This could be related to a circular dependency, but I resolved that by pointing to the built DLL. Visual Studio 2017 Error I am getting:...
View ArticleVS 2015 [RESOLVED] Dock panel above menustrip
Hello all, I want to create a borderless form (FormBorderStyle - None) and add a Panel (title bar)and a MenuStrip. But I want to have the Panel above the MenuStrip. Reason is that I want to be able to...
View ArticleSuggestions on WMI
Hi. I'm using WMI to get remote processes on computers. No, I can't use process class, search yesterday posts if you have questions. So What I do is create the management class and then get the...
View ArticleVS 2019 Unable to cast COM object, MSWord
Just trying to sort an early binding issue with MSWord, created from a Winform. Code works as expected on Client machine but not on dev machine. It works fine if late binding Error: Code: An unhandled...
View ArticleHow can I create an executable app within an app
I'm not even sure where to start, and I've searched all over but cannot find anything regarding this. I can easily create a .bat file but I would like to create a exe file with attributes that someone...
View ArticleToo much records
Hello, I am doing an program that read from a table in a database. That table has 25 rows and when i execute the program prints to display thousands of rows. Why i caught this error and how i solve it?...
View ArticleQuery db
How i select the sum of each row by quantity and group by cod? id cod quantity 1 pinco 4 2 panco 3 3 panco 9 i want from that query: pinco sum is 4 panco sum is 13
View Article