[RESOLVED] Simple (??) Windows Media Stuff
So, here is my complete code (so far): Code: Option Explicit Private Sub Command1_Click() wmp1.URL = File1.Path & "\" & File1.FileName End Sub Private Sub Command2_Click()...
View ArticleBatch Print with Crystal Reports
Hey guys! :wave: I was wondering if it's not too much trouble to ask for some help. I'm working with Crystal Reports and Visual Studio 2019 and writing in VB.Net. I'm really new to Crystal Reports so...
View ArticleExcel VBA to MAC issue
Hi Im working on a project that is driving me a little loopy, im developing a very simple macro using very basic vba code and it works fine on my side but it just doesnt want to 100% work on a MAC,...
View ArticleVS 2019 Is the wav Voice FFT signal the same?
After analyzing and seeing that Voice Action has problems I ran back and looked for something similar and based similar to it I found the following program that takes the voice spectrum , but in this...
View ArticleChallenges Working with winsock and Ms Access VBA
My VBA code below appear not opening /starting the winisock and as result nothing is being sent to the IP/Socket. See if you trace where Im missing a link. The calling procedures from subs are stated...
View ArticleExtract Styles from HTML as inline CSS
In my project, I had to "clean" HTML that are generated like this PHP Code: <table style='margin-left: -.4pt; border-collapse: collapse; table-layout: auto; border: none;'> <tbody>...
View ArticleVS 2019 VB.Net Question relating to MS Chart control
Hi all, First time post. I have a winform application which takes data from a SQL Server database and then uses a chart control to present the data visually. My problem is that, for the life of mw, I...
View Articlevb10 and vb 19
Hi all, Simple question really.Will all the code I have developed in vb.net 10 work in visual studio 19(i.e vb.19):D thanks LL
View ArticlePurchase a license for VS 2019
Where do you all purchase VS 2019? Seems there is even monthly subscriptions, if I'm understanding what's going on here! TIA!
View ArticleProblem with InkEdit Control
This one has me stumped. I am using an InkEdit Control called "txtDisp" in order to display UTF-8 samples. Code: Private Sub cmdHebrew_Click() Dim sUtf8 As String Dim bRev() As Byte...
View ArticleHow do I properly exit a For-Next loop that contains a With block?
I have this code here that uses a With block within a For-Next loop, and conditionally exits the loop, but the problem is that this leaves the With block still active (the End With line never gets...
View ArticleVS 2017 Send string directly to local unshared USB Zebra label printer
A string can be sent to a local USB Zebra printer (without ethernet connectivity) that is shared using a UNC path \\HOSTNAME\SHARENAME. Is there a way of printing directly to the printer in an...
View Articlevb6 cannot write Greek in code module
Hi all . All of a sudden l cannot write Greek in code module when working on a project . Greek language and Greek keyboard are of course installed , and had no problem God knows for how many years ....
View ArticleArcmap show form Location
Hi when I load form in Arcmap it is in the center how can I load the form to the left not in the center over the map someone here who can help me with this Regards ssalomon Code:...
View ArticleHow to set a fixed position and freeze my breadcrumb in the body of the HTML?
How to set a fixed position and freeze my breadcrumb in the body of the HTML below, so it will not scrollable? Code: <body> <div class="c-subheader justify-content-between px-3">...
View ArticleVBA store data from file in web to matrix
Hello, I was trying to get data from the web https://www.omie.es/es/file-access-l...r=marginalpdbc. The idea is to get data from all the files between to dates, the files are presented with the first...
View ArticleVS 2019 Programatically Click Div Element using GeckoFx 60
I am having a tough time clicking a div element through GeckoFX 60 VB.NET. I also tried to use element.click() but It does not work. Here is my code for DispatchEvent : Code: Dim ev As DomEventArgs =...
View ArticleCellMouseClick Event
Hi, I have datagridview that gets populated on form load See code below... Code: Private Sub FrmRegisterTenant_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'TODO: This line of...
View ArticleWinsock, what is it?
I have never used or ever even had anything that brought me near this part of programming. since we have an unanswered post just below this post im very curious about it and what its implementation are...
View ArticleUTF-8 Demo
Attached is a UTF-8 demo of several Unicode samples; ASCII, Spanish, Japanese, Chinese, & Hebrew. UTF-8 byte arrays are converted to Unicode strings and back again. An InkEdit Control is utilized...
View Article