How 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 ArticleExcel VBA Macro to start a local video in fullscreen mode using a shortcut
I am a novice to Excel VBA code but this is what I've learned / done so far. The code below is a module initiated in Excel by a key shortcut. Ctrl Shift T. It runs the video within the worksheet as...
View Article[RESOLVED] I'm "Boggled"!
OK, here goes...attempting to build a game similar to Boggle...where there are 16 cubes (6 sides, of course on each, with various Letters on each side). To start a 'round', I want to randomly select...
View ArticleVB6 EXE does not work, but runs from VB6 IDE
Hi, my code in IDE can run , but build exe can't run,the following code add msgbox then can run ,why? (mk_xxxx were dllimport dll file) Code: Private Sub btnDARK_Click() Dim result As Boolean...
View ArticleMsOf07 Cant copy/paste from workbook when using shortcut/hot key
I have encountered a very strange problem. I have some code that opens a second workbook, copies a sheet from the second workbook into the first workbook (where the VBA is), then closes the second...
View ArticleDifferent Boggle Question
So, I have 16 characters(letters) (randomly chosen from 16 cubes (dice, or die, if you prefer)) in a text array (1 through 16). The way the game BOGGLE works is that people have to make words from...
View Article