VS 2019 Let a custom designer react to dragging its associated control on...
I have added a ScrollableControlDesigner to a control. When a user drags the control from the toolbox on an other control, I can execute some code in the new sub of the designer. But if the user has...
View ArticleVS 2019 Let custom designer react to the dragging of its associated control...
I have added a ScrollableControlDesigner to a control. When a user drags the control from the toolbox onto an other control, I can execute some code in the new sub-routine of the designer. But if the...
View ArticleHow to use GUID in VB6?
Hello. I was looking for how to convert image to byte array, and i found this https://www.vbforums.com/showthread....-on-Picturebox. It works on my case, but i have no idea why is the code like that,...
View ArticleHow Would I Build A Program Like This in Visual Basic? Looks like A Browser +...
Hey guys I'm trying to build something like this: it's a bot that takes proxies and uses it to watch a youtube video on a delayed timer, then it refresh the page with a new proxy & another timer...
View ArticleSELECT COUNT (*) does not return 0
Code: cnn.ConnectionString = "server=ipaddress;userid=user;password=pass;database=aml;" Dim numrows As Integer = 0 cnn.Open() Dim Query2 As String = "select count(*) from aml.mlog where Mlogpageno='"...
View ArticleVS 2013 How to Increase line spacing
Hello everyone, please have a look on attached picture and code. You can see amount in words, I want to increase line spacing on word wrap for 2nd line. I am using VS 2013 and printdocument is used to...
View Article[RESOLVED] Excel VBA TimeSpan? Help
Hi, I'm needing to convert a TimeTick value into a readable format, however I'm unsure how. Quick read around and it seems like this can be done via timespan, however I don't really understand how this...
View ArticleCritical Race Theory
Critical Race Theory, also known as CRT, is the latest republican boogie man. https://en.wikipedia.org/wiki/Critical_race_theory It has been around for a while but the republicans have embraced it as a...
View ArticleDetermine Start Point x,y for an Arc (Circle method)[SOLVED]
[SOLVED] Had the scaling wrong, duh! I'm using the LINE and CIRCLE methods to draw the attachment. I need the green line to start drawing from the upper-right side of the arc. As shown, it's drawing...
View ArticleHelp with code
The Module works with showing up the Msgboxes but the results will not show up on the actual Texboxe's and Labels on the actual form. If I put say Site_1.Label174 = x then it shows up. But my problem...
View ArticleMS SQL error: There is insufficient system memory
Getting this error message on an MS SQL DB that I am just cobbling together - running on a GoDaddy server. Msg 701, Level 17, State 123, Line 1 There is insufficient system memory in resource pool...
View Article[HELP CODING BEGINNER] Make A SHORTCUT to execute a code for several checkbox...
Hello! i tell your help for a task for several checkbox ( 15 in my situation). i suppose it could have a shortcut to gather all checkboxes in a line. for example: private checkbox(1,2,3,4,5,6,7 until...
View ArticleVS 2010 drag and drop
Hello I am trying to learn about drag and drop. I found a got to work dragging text from a textbox1 to a drop in a listbox1. I am now trying to drag the backcolor of textbox1 and drop it in textbox2....
View ArticleVS 2019 [Vb.net] Turn .EXE to child into a form
I created a parent mdi form that has an open files button when I click on it I can select another program or form to be opened within the parent mdi content. My goal is to create another project so...
View Article4.0 Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?
Almost all libraries that read QR codes via webcam use net 4.5 or higher. I want to find a QR code reader library with net version 4.0 ?
View ArticleVS 2019 {Vb.net] Convert toplevel form to low level
I'm creating a form inside the controls.add(myform) function but it says my form is toplevel because I'm calling a form created from the menu above but I want to know how to transform a toplevel form...
View ArticleWindows 11. Microsoft fooled you.
Like, yeah, windows 10 would be the last windows blah blah. I never believe that but some felt for it. So you obviously can see a preview of w11 if you google it or just get the leak (what leak ?...
View ArticleWestern Digital My Book Live - Major Hack
Quote: Western Digital is advising customers to disconnect their My Book storage devices while the company investigates the mass wiping of data from devices all over the world. Recommended Security...
View ArticleProgress bar while running .exe
I am developing an interface in which I call a calculation software which is an .exe The execution time varying between 1 and 3 minutes depending on the input data, I try to display a progress bar to...
View ArticleWhat would syntax of this be in C# code?
Simply put, how do I write this same filter in my C# code? select * from [dbo].[xtblMROrderItems] where (convert(varchar(10), [ReceivedDate], 101)) = '06/24/2021' I am trying to see if all rows in the...
View Article