aspect-oriented programming or POA
A purist said that VB6 is not object-oriented. The maniac VB replied that I don't care. Author Macoratti But POA can be implemented to VB6???? :confused:
View ArticleVS 2010 position cursor
Hello I've been trying to locate cursor at a given position on my form. googling has not helped so far. if you could point me in the right direction or provide a code example I would be grateful. george
View Articlehow to display the 'Status' side by side with the Switch?
Hi All, I'm learning HTML, I have HTML code below, how to display the 'Status' side by side with the Switch? Code: <div> <label>Status</label> <label...
View Articlelooking for vb6idemousewheeladdin
Hello everyone, I am looking for the official looking for vb6idemousewheeladdin.exe or dll. All links are expired. Anyone know where I can download this? Many thanks
View ArticleSerialPort Low Level Settings?
Hi all. :wave: Mimicking a RS-232 communication with a specific device is desired. General settings (Baud rate, Parity, Handshake, Word length and other properties grid provided) were done and...
View ArticleVS 2019 [RESOLVED] Need help deleting a record
I cannot figure out why my code is failing when I attempt to delete a row. Here's the code: Code: If dsMain.Tables("Fuel").GetChanges IsNot Nothing Then iAdd =...
View ArticleRetrieve system currency symbol and currency decimal symbol
How do I retrieve the system currency symbol (e.g. $ or R) and currency decimal symbol (e.g. , or .)? I have currency fields that on some pc's causes errors in the program. I've narrowed it down to...
View Articleverify COMObjectFromPtr object is valid
Hi all, How to verify that an object is valid and has not been deleted. Using this code to get and ObjPtr object. https://www.vbforums.com/showthread....=1#post5161749 Code: Private Declare Function...
View ArticleNeed help with RepairDatabase and CompactDatabase
I've been using Office 2007 since 2007, and earlier versions since around '95. I've been trying to write a program to Repair and Compact an .mdb ( actually an .accdb ) that I had to delete many K...
View ArticleVS 2010 NAudio installation help
Hi, Someone can help with installation of NAudio library? I added reference to naudio.dll then Imports Naudio.Wave and have errors. I found few threads on this forum about naudio but without satisfied...
View ArticleRegionInfo Rejects other Cultures in C#
Good Day All i am getting a Region info from RegionInfo like this Code: info = new RegionInfo(culture.Alpha2); For some reason this code fails on the following Countries or Cultrures gives me an error...
View ArticleVS 2019 Prepending text to multiple lines in i .txt file (vb.net 2019)
Hello. I have a .txt file with around 120,000 lines forming a series of matrices or arrays (I thought it was much more, but thankfully is only this). Each line looks a bit like this: -2.986489e+006,...
View ArticleKeyPreview Problem
I was trying to code Command4 to activate with the Form.keypreview or me.keypreview to true. When I put it in my load form() it stopped all textboxes from entering any data. I didn't save any data and...
View ArticleWindows 98 essential files run
I'm with a curiosity I want to do the following get windows 98 and delete all files and leave only the essential files, and using it on a freedos to run applications and would like to know what are the...
View ArticleHow to access SQLite database file's Application ID in vb6 using VBRC6?
Hello, We have a need where in we have to build some mechanism to identify that the particular SQLite DB file is created by our application and not by some other app. And if a SQLite DB file provided...
View Article[RESOLVED] KeyPreview Problem
I was trying to code Command4 to activate with the Form.keypreview or me.keypreview to true. When I put it in my load form() it stopped all textboxes from entering any data. I didn't save any data and...
View Article[RESOLVED] Help! !How to Save checked Items In Listview to text file in...
How do I only save checked Items In Listview to text file in notepad :confused: Attachment 181870
View ArticleBroadcast an Array N times
I feel like I have been coding for too long this afternoon, because for the life of me, I can't find a solution to what seems to be a simple problem. I have an array that I need to extend multiple...
View ArticleVB.net + ASP.net dropdownlist selection the first item per default
Hi I am not sure if this is the right forum and I apologize before hand if it is not. My problem is the I am populating a dropdownlist from a database in a simple ASP.net webform and all good except...
View ArticleAdding items to a listview from 3 different textboxes
Hi, I just started ASP and thought I could jut convert things Win from win form right to the ASPx.vb and be done Here I need help to add rows to a listview I have on my web page. the values are coming...
View Article