[RESOLVED] Adding DTPicker in VbFlexGrid
Hi all I'm using Krool's Flexgrid to insert data in database. I'm using 4 columns. First name, Last name, Date of birth and phone number. I need to add a DTPicker in the 3rd column. so as to oblige the...
View ArticleVS 2012 How to delete a jpg file that was just created?
I have a program that creates a number of jpg files and then combines them into one file. This all works great. The problem is that the code I added to delete the jpg files does not work and, even...
View ArticleNeeds suggestions: Appointment System
I need to develop an appointment system wherein there would be a maximum of allowed persons per day. What calendar is best suited for this task? I just would like to enable selection of specific dates,...
View ArticleVS 2010 HOW TO READ ALL DATA FROM weight scale INTO TEXTBOX visual basic 2010
Excuse me, I want to get ALL DATA FROM weight scale INTO TEXTBOX visual basic 2010 like "ST,GS 225,kg<CR><LF>" can you give me the full visual basic 2010 code
View ArticleTo all Pokemon Lovers
I grew up with Pokemon and i ended up loving them even at 29 years old. There is a community which builds a "new" Pokemon 3D version on Visual Basic and MonoGame. The original idea and early...
View ArticlePrint Preview / PDF Reccomendations?
Hello, everybody. I have a customer that i have to develop for an application with Print Preview and PDF export and send PDF as an email attachment. All my apps in the past were developed with using...
View Article[Word] Trying to automatically change the font size of numbers in a textbox
Hi everyone, I have very little experience with VB in general, but I'm trying to change the font size of any number found in a given textbox. When I run the module (or macro? I'm not sure if there is a...
View Article[RESOLVED] [VBA/VB6/ADO] How to escape strings in MySQL query?
Hi! Does anybody have a complete function for escaping special characters before making a write query to MySQL DB? Something like: https://stackoverflow.com/a/6478616/10205274...
View ArticleUpdate UI Live Xamarin
Good Day All i have an app with similar functionality as Twitter and Facebook. in the app a user can like a post . which means when a user tabs the like button , it will update on the db that this post...
View Article[RESOLVED] WIX toolset RegistrySearch (Default)
Hi I am try to get (Default) from Registry with WIX any tips how I can do this in Registry (Default) = <<Unnamed Profile>> Code: <Property Id="ACAD_PROFILE">...
View Articlesimplify and shorten code
Can you create a variable for ds.Tables("inventory").Rows(i).Item to shorten and speed up coding... The instead of typing "ds.Tables("inventory").Rows(i).Item" everytime you could just time a short...
View ArticleUpdating String() va;ues
I have a program that get all files in a directory and puts them in a string(). Each one of these files are renamed. How can I update or replace the value in the string() with the new name? Thank You
View ArticleMultithreading and timer
Hello everyone, I have been facing some problems related to multithreading and timer. I have read in some other posts about it but as being a beginner in this field, could not exactly understand my...
View ArticleVS 2019 Type 'Phidget22.voltageinput' is not available in the target framework
How do I resolve this issue in Visual Studio when I load my form?
View Article[RESOLVED] SQLite date field as String to DateTime in DataGridView TextBox
I have a SQLite database and I store dates as ISO 8601 formatted strings ("yyyy-MM-dd HH:mm:ss"). I have bound one of the tables from this database to a DataGridView control (dgvFuel) using a Relation...
View Article[RESOLVED] About RC6.Collection
The values returned by oList(1) and oList.ItemByIndex(1) are different. Code: Private Sub Form_Load() Dim oList As cCollection Set oList = New_c.Collection oList.Add 111...
View Article[RESOLVED] Dictionary (GetValueOrNull) Error
Hello, I have the following code in my app that used to work fine, but for some reason I started getting an error today! PHP Code: For Each item As ListViewDataItem In FetchedIDs_LV.Items If Not...
View Article[RESOLVED] ActiveReports Question - passing data to an unbound report, in a...
Hello, again. So, i got started with ActiveReports. Basic theory of operations seems to be clear... There's only one thing i could not figure out: - how do i pass data from VB6 directly to the report,...
View ArticleVS 2019 [Vb.net] Dinamic new picturebox for each file
I am trying to create a new picturebox for each file listed by io file existes but the pictureboxes have to follow each new example side by side. Code: Dim dir As System.IO.DirectoryInfo = New...
View Article