design a PDF-layout in Visual Studio 2019
Hi I am about to take over an old VB6-project (Windows Forms) and turn it into a VB.NET project. There is a PDF-printout in this project and the old VB6-IDE has a PDF-designer (not sure if this is a...
View ArticleWhich debate did you watch?
I watched the presidential debate last night and this morning I found out there were two others I guess I missed. There was the one Fox news reported on and the one CNN reported on. I can't believe...
View ArticleHow to set form interior size (ScaleWidth and ScaleHeight) to specific...
Hey I need to set a form's interior size to specific dimensions. frm.Width and frm.Height define not only the form's interior but also include window borders and possibly other things, which vary in...
View ArticleVS 2017 [RESOLVED] Detect a empty folder and move all files with a specific...
Hello everybody! glad to talk you again. ok i have a slight problem! indeed i want to detect a folder if it is empty. then, i would like a piece of coding to move all files in specific format like...
View Article[RESOLVED] Access denied.
Hi, I am trying to open an MP3 track to play. The file path is selected via a FolderBrowserDialog. Code: Dim filePath As String, playList As List(Of String) Â Â Private Sub MakeTracks() Â Â Â Â Dim...
View ArticleHow to display VB MessageBox to right screen in multimonitor system.
Need to display VB MsgBox in correct screen in multimonitor system. Normally messagebox is displayed in screen(1) or monitor where the application main window resides - but if user moves other than...
View Article[RESOLVED] Understanding IO Operations in VB6
I am still in the process of converting a VB6 software application to a C#/Angular web application. Something that I'm having a difficult time wrapping my head around is how VB6 handles IO write...
View ArticleQuick Question: Object to display a form in a window?
Is there a VB.Net object that let's you easily display a form in a scrollable window? TIA
View Article5.0 Win forms extention method to Open Or show the existing instance to front
With win forms i am trying to have an extension method to open OR show the existing instance of the form , if its already open. but if the form is already open, it's not being presented at the front...
View ArticleCreating graphical web applications
IÂ’ve recently been creating some Asp.Net webforms apps to add to some of my webpages, but they were all fairly simple asp controls wired up to a vb.net Application core. What IÂ’m looking for now is a...
View ArticleVS 2017 Yokogawa
Does anyone have experience with Yokogawa chart recorders? I have a DX100 that I want to read from.
View ArticleComboBox with pictures
Following the post of .Paul. here :https://www.vbforums.com/showthread....=1#post5495190 I decided to adapt his code to have a ComboBox with a list of items associated to some pictures. As example of...
View ArticleVBRichClient - SQLite - Slow Loading Data
Dear gurus I am using Sqlite to build application for sales order, I always use Begintrans, Committrans while doing saving stuff Now problem is, when I try to load or view the record, the things start...
View ArticleVB6 - String Formatting
There is this bit of code: Code: Format(UCase(value), "!@@@@@@@@@@@@@@@@") Looking at the user-defined string formats documentation, I wanted to verify that this code is doing the following: Force the...
View ArticleVS 2019 [RESOLVED] Create DGV column names based on a ComboBox items, Help!
Hello! I have a simple DataGridView, no bounded to any database or anything else. I'm trying to create column names in this DGV based on a ComboBox items, so far I've created the columns, but it puts...
View ArticleReparations for slavery
What is this suppose to achieve? https://currently.att.yahoo.com/att/...145508334.html Is giving some money to people going to solve our racial problems. Imagine if all the countries of the world would...
View ArticleHow to Terminate Previous Instance of My Application
I would like my application to check upon startup if a previous instance of the application is running. If so, it should terminate the previous instance and continue running the current instance so...
View ArticleFramework Advice
I'm contemplating a change, and thought I'd ask on here to get a fuller picture of my options before I get into trying things out. The situation is this: I currently have a project that makes use of a...
View ArticleGet directory listing on a timer
I was hoping for fastest directory list. Not sure but this method works good. Can it be memory or api problem i wonder. Just keeps crashing on 5 second timer. Project3.zip Attached Files Project3.zip...
View Article[RESOLVED] Get directory listing on a timer
I was hoping for fastest directory list. Not sure but this method works good. Can it be memory or api problem i wonder. Just keeps crashing on 5 second timer. Project3.zip Attached Files Project3.zip...
View Article