SysLink
Hi, Does anybody have a working example of the SysLink control ? Basically, I am trying to add the control at runtime to a hooked MsgBox in order to display a marked up text in it . I did manage to add...
View ArticleVS 2019 In DesignMode: Access the Smart-Tags "arrow icon"; if control is too...
When I make the width of a control in Design Mode too small, the little arrow in the top right corner gets hidden. Now the user can not access the smart-tags-Panel. Is it possible to "relocate" this...
View ArticleHow to protect .dll?
Hi, I'm developing a class lib (C#, Netcore 3.1) that especially I develop for a project, is there any way to protect my .dll so the other would not able to see the methods and properties inside the...
View Article[RESOLVED] SQLite: delete all records from table that do not exist in another...
Hello VbForums With SQLite and RC5 how can I delete records from table1 that do not exist in table2? So the rows which are concered with deleetion are in yellow. This is what I'm trying to do but...
View ArticleFew questions on Listview VS2019
Hello for VS2019 Vb.net 19 why are syntaxes different from old VS-versions. No wonder i have few questions to really bother you for some petty issues Code: Private Sub Form_Load(sender As Object, e As...
View ArticleDecimal to Hexadecimal in Half instead of Double
How can one modify the below code to output 16-bit Half instead of 64-bit Double? Code: Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" ( _ Â Â Destination As Any, _ Â Â Source As...
View ArticleTemplate for RichTextBox
Can I set up template styles for a RichTextBox such as one finds in the Normal template of MS Word, where the fonts and paragraph styles are defined. Thanks PK
View ArticleSave Form Results
I have Forms on my project. I'd like to Save the results of whatever is entered in the textboxes and labels on that specific form I'm entering into. The attached Sample Form may help as to what I'm...
View ArticleInteresting code
We often write code like this: Code: IO.puts(tabularize(to_map(Store.get_host(host)))) '--- or --- list_data = Store.get_host(host) map = to_map(list) formatted_output = tabularize(map)...
View ArticleFile Association Problem
I am trying to run a program using file type association. It runs from the command line without a problem, but when activated via File Explorer, I get an error 52: Bad file name or number. I have...
View ArticleCreating VB.NET Records: The magic of Roslyn and source generators!
I created a Record Generator to allow you to use Records in your VB.NET prpjects. These are three possible variations of the record syntax: Code: Public Record NameValue(Name ="", Value = 0.0) Public...
View ArticleVS 2015 Picture box does not display without a messagebox.show after it...
I have a program and I am trying to display 9 picture boxes after a wait of 0.5 seconds after each one is displayed. The only way that the picture box displays is if I put a messagebox.show after each...
View Article[RESOLVED] Interesting code
We often write code like this: Code: IO.puts(tabularize(to_map(Store.get_host(host)))) '--- or --- list_data = Store.get_host(host) map = to_map(list) formatted_output = tabularize(map)...
View Article[RESOLVED] File Association Problem
I am trying to run a program using file type association. It runs from the command line without a problem, but when activated via File Explorer, I get an error 52: Bad file name or number. I have...
View ArticleVS 2013 How to define Centimeters unit in printdocument
Hello everyone, I am designing a cheque printing software, different banks have different cheque dimensions, so I created a form and asked for each field location both x & y in pixels, my client...
View Article[RESOLVED] SSH output into a DataTable
He guys, I was wondering if it's possible to pull data from SHH (Renci.SshNet) into a DataTable. The command that I'm using is: Code: ]# asterisk -vvvvvrx 'core show channels verbose' And the output...
View ArticleVb6 app as a web service?!
First I apologize if this is the wrong forum section, please move if it is. I have an VB6 application which consumes JPGs and AVIs files, analyze them somehow and generate reports accordingly. I want...
View ArticleVS 2019 Windows Users Session ID's
Evening all, Been racking my brain trying many methods and alot of googling but I am drawing a blank on this one! I need to be able to pull get the windows user session id's for a remote computer (same...
View ArticleVS 2010 [RESOLVED] syntax needed
Hello I am having a senior moment. I have this WindowsApplication1.My.Resources.BUG_STRAIGHT_RED and want to type this in later lines .BUG_STRAIGHT_green this is not something I do often and the syntax...
View ArticleGetting extended file info
I'm sure this has been discussed before, I just can't find it. I'm running VB6 on WIN10 I can access all *.mp3 files in several sub-directories ("G:\Music\*"). I use the Dir function, and place the...
View Article