VB.net - Issue with a textbox using databinding
Hi, I am experiencing an irritating issue which I am unable to figure out. I am binding a datatable to a textbox and I would like that there is no text in the text box at load but there is always the...
View ArticleProblem with DirListBox giant icons
The correct thing would be to look like this: However I have a machine where the DirListBox is getting like this: I looked about but without success, does anyone have any suggestions?
View ArticleRestore DB
I Hope this is in the correct place. I created and app with visual studio 2012 using sql Server Compact for a localDb I have code to copy the sdf file so as to have a back. problem is when I bring it...
View Articleoffice plants smell of urine.
Hello, i rent this private office room in this co-working space place, the room has a window and this big pot plant in the corner with some weird ass mini tree looking thing in it (great description i...
View Article[RESOLVED] vb.net Issue with public shared variables declared in another class
Hi I am having a new issue after installing MS visual studio on a new PC and modifying my project. On my previous PC, I have created a class (Public Class SharedThings) and declared bunch of variables,...
View ArticleHighlighting a single bar on a chart
Hey Guys, I have a bar chart that is populated from a database, and is stock levels. So x is the product name (text) and Y is the quantity. The chart draws fine. But I would like to search the products...
View ArticleFlip Frame - "4, frame" animation player
You might ask what the significance is of playing an animation that is 4 frames. I include a project that you can experiment with. Basically this is a frame flipping player. That means it plays an...
View ArticleBCryptSignHash Error
To create an ECDSA Certificate Verify. we need a signed hash. Using a Private ECC Key Blob: Code: If BCryptOpenAlgorithmProvider(hProv, hAlg, StrPtr("Microsoft Primitive Provider"), 0) <> 0...
View Article[RESOLVED] BCryptSignHash Error
To create an ECDSA Certificate Verify. we need a signed hash. Using a Private ECC Key Blob: Code: If BCryptOpenAlgorithmProvider(hProv, hAlg, StrPtr("Microsoft Primitive Provider"), 0) <> 0...
View ArticleListview truncating texts
Hi, I'm using a listview in "List mode" to show an icon with to the right of it a text as a visual method to provide the user a range of reports. Now the strange thing happens that the texts are...
View ArticleRecover/Copy ActiveX Designers DataReports from one project to another.
I have a project that suddenly "lost" all my ( ActiveX Designer) DataReports!!:eek: There are 5 of them. They were there yesterday, and now and my project gives an error saying it cannot load them. I...
View Article3d party FlexGrid Controls
I came across a post that mentions some 3d party controls for the FlexGrid. Alas, the post is so old that the link mentioned by the poster is no longer valid. Perhaps someone knows of the FlexGrid...
View ArticleVS 2010 Seperating Code
I have some old code that I am currently converting / updating, which contains threads. I will simplyfy it. I have (numerous) functions that i call in it so that the code can run on multiple threads,...
View ArticleVb Function
Hello Guys.,:wave: Hope all r doing great. I have a requirement of getting multiple return values from a vb function as Array format or just like multiple variables. Is there any possibility for...
View Article[RESOLVED] Installing VB6 problem
Hi, I've been using VB6 for many years under Windows 10 but I now have to install it on a new laptop as my old computer died. I've previously installed it on other computers from the same disc without...
View ArticleHelp converting code
https://gist.github.com/lukasklein/8...10904fecbed86a This has c+ (perhaps, I'm not sure) code to read the duration of a flac audio file. Is it possible to convert this to VB6 or maybe a routine for...
View ArticleSum data from two tables
Hello Vbforums I need to sum data from two tables. This is the illustration Table MTbl ID...............Tarif 1 ................200 Table Act_tbl ID....................Recette...
View ArticleCertificate Verify
My knowledge of ECDSA Certificate handling was minimal, but in order to produce a TLS 1.3 web server, RFC 8446 requires support for digitial signatures. So after a laborious learning experience, I...
View ArticleVS 2019 Reflection simple question
Hello Friends, :wave: How could I retrieve the name of the property that I'm calling from a Func? Here is my example class: Code: Public Class MyObject Public Property Name As String...
View Article[RESOLVED] Set correct form height (ScaleHeight)
Hi, I totally forgot how to do it correctly. I need a form looking identically in Win 7 / Win 10, but, with: Code: Me.Height = 735 the border is different on Win7 and Win10. I think I need to use...
View Article