Making page with asp.net app in Iframe responsive
I have a webpage, consisting of a title with text image, and a couple of Iframes. That part is ok. Below that theres an iframe containing an asp.net web app. and below that a copyright acknowledgement...
View ArticleRegistry functions & Unicode values
In my quest to implement full Unicode support in my apps, I ran into something strange. When I use the SaveSetting to store a value in the registry, a Unicode value like Русский is stored without...
View ArticleStop Mediaplayer Or Pause from Form1. Mediaplayer is active on Form2 Syntax VS13
Hi all, Media player is active on Form2. How can I contole ((pause, new record to play etc..) Mediaplayer from Form1? Is this possible Help please. Thanks in advance.
View Article[RESOLVED] Registry functions & Unicode values
In my quest to implement full Unicode support in my apps, I ran into something strange. When I use the SaveSetting to store a value in the registry, a Unicode value like Русский is stored without...
View Article[RESOLVED] Stop Mediaplayer Or Pause from Form1. Mediaplayer is active on...
Hi all, Media player is active on Form2. How can I contole ((pause, new record to play etc..) Mediaplayer from Form1? Is this possible Help please. Thanks in advance.
View ArticleVS 2019 Using MysqlBulkloader
Hi all I am using Mysql and VB.Net (Visual Studio) to create an application. I have large .csv files to import into Mysql tables. I would like to use MYSQLBulkloader to speed up things. I do not want...
View ArticleVB app takes long time to load
I have a very small VB application that is just a calculator. I run it from the exe in the bin folder. My issue is, that it takes about 30-40 seconds for the form to open. If I close it and then run it...
View ArticleCan I lock a collection in a multi thread application
I've inherited a multi threaded application. My multi threading knowledge is pretty woeful I'm afraid. In a nutshell, the user can start and abort a fairly lengthy process. They can then restart that...
View ArticleExtract from table all row between date
Hi, I need to extract from a table a rows from: 3 to 6 months over 12 months I have done the queries but did not work: 1)SELECT data_pick FROM table WHERE data <=NOW()-INTERVAL 3 month AND 6 month;...
View ArticleSpacing problem with Access Form
Hello I'm new here, so apologies if I've posted in the wrong section. I am not remotely familiar with VB, coming from a perl/web tech background. I am writing an Access 2016 database for my girlfriend...
View ArticleSelect case Need help
Hello Code: Private Sub Text1_Change() Case 40 Text2.Text = 1 Case 41 Text.Text = 2 Text 42 Text2.Text = 3 . . . Case 60 Text2.Text = 20 End Select I want like this: Code: Private Sub Text1_Change()...
View Articleshowing the result after comparing 2 pictures
Hi, I am trying to make this card memory game where I have to match 2 pictures, if they are the same a message appears saying something, else something else. I am trying to compare these 2 pictures by...
View ArticleIt's a Visual Studio editing question
I know I'm in the wrong forum but I couldn't find a good match. I type fast and I transpose characters a lot. You used to be able to hit ctrl-T in Visual Studio to transpose characters. I loved this...
View ArticleThe Amazing Shrinking HDD
Picked up one of these: Measures roughly 3 1/2" long x 1 5/8" wide x 1/4" thick. Tiny! A USB-C port, one dim LED. Cable USB-C plug to full sized USB 3 plug. 2TB, yes, two terabytes! Was $20 shipped...
View ArticleProblems testing Web Server.
This is not directly related to VB6, but I am trying to use OpenSSL to test my VB6 secure web server. I can get past the handshake with no problem using: openssl s_client -connect localhost:443 Where I...
View Article[RESOLVED] Select case Need help
Hello Code: Private Sub Text1_Change() Case 40 Text2.Text = 1 Case 41 Text.Text = 2 Text 42 Text2.Text = 3 . . . Case 60 Text2.Text = 20 End Select I want like this: Code: Private Sub Text1_Change()...
View Article[RESOLVED] Problems testing Web Server.
This is not directly related to VB6, but I am trying to use OpenSSL to test my VB6 secure web server. I can get past the handshake with no problem using: openssl s_client -connect localhost:443 Where I...
View ArticleEmpty Path Name Is Not Legal Error help
Hi, I am outputting an exe file and have an option to add an icon. The keyword is "option" but when I don't add an icon, it gives me an error saying "Empty Path Name Is Not Legal" The following code is...
View ArticleChanging an Image Size
Firstly I am still using the 2013 version of vb.net I am writing an image processing routine and after 50 or so images it kept running out of memory because Bitmaps are memory hogs and hang around...
View Article