QR decode encode support utf-8 without using third parts software, external...
hi,i am searched in google to can find any vb6 source code QR generator and decoder without any dll,ocx or like this but i cant find good samples,for example i found this : its just exe sample without...
View ArticleVS 2019 Edit TextBox of an UserControl from another CLass
Hello, I ned your help. I have an User contol let's call it UserControl1 (Public Class UserControl1) that contain a Label let's call it Label1, and two classes Class1 and Class2. The usercontrol1 is...
View ArticleVb6.0 application on win7 32bit & win7 64Bit system.
Hallo VB Team, I am trying to install one of Vb6.0 Database application on two laptops win 7 32 bit and win 7 64 bit. The problem I face win 7 32 bit working fine but win 7 64 bit not working. Getting...
View ArticleVS 2015 Change media player to visible
I do not want the video to start until the end of the program! I have a media player in my form that is set to invisible, but plays in the background invisible. I would like it to be visible at the end...
View ArticleMaking an exe that wo'nt requiere vb6FR.dll
Hi all :D I make my apps with Visual Basic 6 French and each exe I create requieres VB6FR.DLL installed on the running app machine. I think it's because I use the french version of Visual Basic. Is...
View Articleevents for late-bound objects (vb6 com events IIDSTR_IConnectionPointContainer)
how to get args name,args type? events for late-bound objects.zip Attached Files events for late-bound objects.zip (8.0 KB)
View Article[RESOLVED] Break through the limitations of VB6-Type
Is there a simple and elegant way to achieve the definition of the following structure (Type)? Module1.bas Code: Public Type ABC nMember = 123 sMember = "Hello World" oMember = New Class1...
View ArticleGetting a new machine
I'm thinking of getting a new machine and was consider a MS Surface Pro. I have had a Surface Pro 2 for a long, long time - been a great machine. Am I nuts to consider this in today's hardware market?...
View ArticleI need help with an error I keep getting
Hi so I am creating this program and I have a checkbox with a text box I am using Code: textbox.Text = textbox.Text.Remove(textbox.Text.LastIndexOf(","c), 1) to remove a , at the very end of a list in...
View ArticleStart Service on remote computer using different credentials
I have a need for different users to start a service when it stops (Remote Registry). I do not want to give access to the server for this so I want to have them use this program. I can connect to the...
View ArticleSQLite save images in database
Hello SQLite experts I was using access as database and I was just saving the path of pictures Now I'm using SQLite3 and I'm thinking of saving pictures in database instead of the picture's path. My...
View ArticleHow to send value date today ?
I want to sent value date today replace in 10.02.2021. Please guide me about it. session.findById("wnd[3]/AAA").text = "10.02.2021"
View ArticleVB6 SHOW 3DMAX (Cult3D ActiveX Player),CO File format
Cult3D ActiveX Player Cult3DP1.Visible = True Cult3DP1.LoadCult3D App.Path & "\sun.co" download 3d ocx: http://www.web3d.com.cn/plugin/cult3d.html how to use Cult3DP1? Cult3DP1.*** Private Sub...
View ArticleCompile error
I record script in SAP and apply to UIPath But if I invoke , It show error as below. Please guide me about it. Attached Images
View ArticleVS 2012 (ask) Error when split code on screen
Excuse me guys, i have a problem when im trying to split my code like left and right in my screen, my vs 2012 is not responding and closed. I've searched several forums but could not find it, here I...
View ArticleHow to implement chart - Cairo/RC5 or other?
Hey I need to implement a chart in my VB6 app. Specifically, it is a "child growth chart" like the one from the World Health Organization - see attachment. I use Microsoft Chart Control 6.0 in my app,...
View ArticleMonitoring local network performance over time
I'm interested in tracking local network performance to have information for those situations where people say things like the software is slow lately. Is testing periodically how long it takes to...
View ArticleGet the name of an organizational unit and show on text label
On our network we have computers in different Organizational Units which we call locations. Some of the OUs are called Main Hall, Office etc. How would I go about getting the name of the OU the...
View ArticleVB6 2D-ChartPlotting (using the RC6.cChart HelperClass)
Just a little Demo, how to work with the new RC6.cChart-Class. This Class follows a somewhat different pattern, compared to other Chart-Controls - because it supports a "virtual concept" which: -...
View Article