[VB6] DirectX 11 Desktop Duplication
This is a work in progress of a remote control utility. This is the screen capturing part using DirectX 11 (DXGI). Code: Option Explicit '--- DIB Section constants Private Const DIB_RGB_COLORS...
View ArticleThe perfect Hex Editor
What are the killer features of a great Hex editor for you? (Gathering requirements ;))
View ArticleGlobal Variables
I'm still struggling to come to grips with global variables although I've used them a lot in other languages, possibly too much! I do understand the use of a static class but what's bugging me is...
View ArticleVS 2017 [HELP CODING] screenshot from a specific program
Hello friends !!! I would like to take a screenshot automatically of a program called "mugen.exe" from my application (it is different .exe) after 60 secondes that mugen.exe was executed or started....
View ArticleLVS_OWNERDATA and sorting
Has anyone ever implemented a sorting routine for virtual ListViews? Figured I'd ask before I went crazy reinventing the wheel; basic search didn't turn up anything. Trying to convert my shell browser...
View ArticleHow to Change ODBC Linked Database on Runtime
Dear All. :: We have 4 SQL Server Databases :: We created a manual ODBC using SQL Server Driver, linked to one Database. :: Our ODBC Name is "RBFODBC" :: We have 200+ reports in our Application and all...
View Article5.0 How to Restrict a class from being instantiated from particular class only
For illustration purpose I have a class called ChildFactory & I need to restrict that, this class Can be called only by the Parents Class, but not by other classes how to restrict the...
View ArticleVS 2019 Reloading DatagridView automatically when new record is inserted in...
hi there, I am on a project where i need that the datagridview on a vb form automatically update itself when new record is added to the table from which the dgv is fetching data. I am able to load the...
View ArticleVB6 MDB-RemoteAccess via http(s)
Just a small Demo, which shows how to setup these kind of remote-services and -requests in as simple a manner as possible, using: - a small WebServer of course, to get serverside http-protocol-support...
View ArticleHow to calculate total internet traffic ?
Hi, How much data was delivered to my computer from the Internet. Maybe I should to use some API-windows 10 ? I have used PerformanceCounterCategory(".NET CLR Networking 4.0.0.0") but it shows zeros.
View ArticleBASS_ChannelGetTags and BASS_ChannelSetSync
Decided to get away from WMP for my Icecast player and have tried working with Bass.dll and Bass.Net So far I am able to get the stream to play but no I am having issues trying to read the metadata...
View ArticleHow to extract a link and some text from webpage with Webclient
Hi, I would like to extract a link and some text information from a web page using webclient. The link to extract would be: Code: <a class="btn btn-success btn-lg"...
View ArticleRemove Duplicate Entries From UDT Array
I need to remove duplicate entries (RT variable) from an array. Currently my code removes array elements after the first occurrence of a RT I would like to retain the RT element having the largest...
View Articlechange position of tab in SSTAB
Possible via IDE or with code to change the position of tab 5 with position of tab 0?
View ArticleHow can i convert VBFlex6 to VBFlex8 ?
First of all, I ask for your understanding because my English is poor. I've got an old VB program made of vbFlex6 from my superior. but I use Window10 and need to convert vbFlex6 to vbFlex8. Could you...
View Articleudp send and receive
hi all, i have a program that needs bi directional comunication with a device i bought, i can send udp commands to it, thats working like a charm, but when i try to receive data from it i can only see...
View ArticleVS 2017 Change BackColor of empty panels in FlowLayoutPanel
Hello All It's been years since I've programmed VB and it seems I've forgotten more than I remember. I'm just working on a simple calendar (based on someone else's code) and I'm trying to change the...
View Articlehow can i get the GDI+ declaration functions\types?
how can i get the GDI+ declaration functions\types? i have find these module: https://github.com/tannerhelland/pd2...rc/GDIPlus.bas but some types are missed :( for now, i only need the...
View ArticleVS Code Filter by Date not working on DatagridView_vb_vs2019
Hi there, I an trying to put multiple 'OR' sql statement in vb for to display data for a table holding transaction data, but It is not working. I want that query should search the entire table along...
View ArticleWhy did this trigger Defender?
When I was working on this program, I did a Make at one point to sanity-check the syntax after some changes I had made in the Worker Project here. This triggered Defender (Windows 10 2004): Quote:...
View Article