VS 2012 Developing Applications Together (Melon3 Player)
Hi, I'm ari! I want to share the source code for the media player application that I made (Melon3 Player). what I want is which of you wants to develop this application together Main Form Main Form...
View ArticleLVM_CREATEDRAGIMAGE truncating half the item
This is what I get for trying to do a simple drag drop instead of my normal complicated nightmare lol... Trying to create a drag image for plain text in a checkbox list, and this is the result: I was...
View Article[RESOLVED] VB.net Accessing control on a tabcontrol second tab page on...
Hi I have a problem when trying to set the selected index of a combobox that is on a from from a shared/public class. I get no error when I do that for another combobox (called CB_Update_CaseID in the...
View ArticleFaster find image on screen?
EDIT: Never mind... it won't work. The images I'm looking at are all 'slightly different', so each one would need its own search picture, and given the point of the thing was to, effectively, play a...
View ArticleProblems with IDE and W10
Hello! In a VB6 program several API's are in use. The IDE for this is on a W10 system. Until exactly February 4, 2020 this was no problem, since February 5, 2020 the IDE can be used, but not to execute...
View ArticleSave 3 different PNG files into 1 PNG ARGB
Hi i am definitely out of my comfort zone here, i am trying to save 3 different PNG images into 1 image, image 1 into R channel image 2 into G channel image 3 into B channel i suppose you could call it...
View ArticleConnection string for Integrated Security
Hello: I am trying to connection using old school VBA. This works in VBA! Code: connectionString = "Provider=sqloledb;Data Source=w2012;Initial Catalog=M1_SU;User Id=m1view;Password=connect2m1;" This...
View ArticleVS 2019 How do I output from a PShell script (PSObjects?) to a WinForms...
Hey Guys and Gals, I am executing a PowerShell script from a Visual Basic WinForms UI, and I managed to code it so it executes on a BackgroundWorker thread so that the UI doesn't lock up while the...
View ArticleDetermine Who's Dropping My Server Connection
Not sure if this belongs here but for lack of better place for now is here. I have a VB program which maintains a link to someone elses server. If I step away from the computer for say 1/2 hour,...
View Articlerunning powershell through vb.net
Hi! I'm having quite a bit of trouble running powershell scripts through vb.net. Here's what I have so far: Code: Â Dim psi As New ProcessStartInfo() ' initialize processstartinfo (psi)...
View ArticleVS 2019 Why disabling DGV Column Sorting, disables DataGridViewAutoSizeColumn...
Hello! I have DGV perfectly fine, it is not bound to anything, populated programmatically, something like this: Then I needed to disable Column Sorting when I click on any column header, so I inserted...
View ArticleAfter text colorize in RTB, it returns to black after form minimize
I colorize certain text in a Rich Text Box in my form load, and also when I do a Save after user edits the data. But when the form is minimized and then a form.activate event occurs, the colorization...
View Article[RESOLVED] Determine Who's Dropping My Server Connection
Not sure if this belongs here but for lack of better place for now is here. I have a VB program which maintains a link to someone elses server. If I step away from the computer for say 1/2 hour,...
View ArticleHow to get the data displayed on CwVList and render it on a PDF surface of...
How do I get the data displayed on CwVList and render this on a PDF surface of the RC5 if, for example, I have 200 records to print how do I get there ?, I would accept help from Olaf with examples to...
View ArticleSSL/TLS issue cropped up in old code (visual studio 2013)
I have some software that I wrote a long time ago and it has not been updated at all. The software communicates with a server to send files up and collect files and it worked fine until the 7th...
View ArticleCopying data from different sheet to sheet 1 on Excel
Hi...I have some reports with data on 2 sheets. The first tab is named as the department like for example 4444 and the second sheet which has payment details is named like 4444DT. What I want to do is...
View Article5.0 [RESOLVED] Inherited Form with Table lay out panel & Panel control, How...
I have Created a DLL in which i have created a windows form, with table lay out and panel control, keeping in view that this for can be inheritable in the referenced project. I have set the Table lay...
View ArticleTimestamp on data change
Hello, I have a VBA script that is supposed to step through each cell in a range, compare it to a value in the same cell in a different sheet. If it's different then it will update the different sheet...
View ArticleMinor Annoyances in VS2019
I've been using VS2019 for some things that I hadn't used it for in the past, and have come up with a couple minor annoyances that I'd like to confirm with others. 1) If you add a reference to some...
View ArticleComClass and NotInheritable
Is there a way to reference a .NET class in COM without having to instantiate it? Here is my .NET interop class signature: VB.NET Code: <ComClass(InputMask.ClassId, InputMask.InterfaceId,...
View Article