Adjustable cursor.
Hi, I'm trying to create an adjustable size cursor. I figured I'd copy a .png file, (embedded in Resources) to a PictureBox, then maybe copy the (Zoom) image to a cursor. I had hoped that I could then...
View Articlebest way to get or save utf-8 content url faster?(https support)
hi i am use this code for get content https url and save as utf but usually i should be wait for more than 5 or 6 or more seconds for get result. for example i need work with this site...
View ArticleFile Associations not working
I can't figure out why the following code is not working. Code: Private Sub SetAsDefaultToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles SetAsDefaultToolStripMenuItem.Click...
View ArticleDrawing bitmap to printer based Enhanced Metafile after latest windows update...
Oh, this is a very annoying one. With the latest Windows 10 update (start of 03-2021) MS has screwed up something with printers as I see also a lot of problems with BSOD when printing to certain...
View ArticlePass all arguments into array VBS
0 I want to run jsx script and passing argument into array Code: Const psNeverShowDebugger = 1, psDebuggerOnError = 2, psBeforeRunning = 3 Dim appRef Set appRef = CreateObject("Photoshop.Application")...
View Article2.0 How do you create a chain that moves from bottom to vertical ?
I am learning to write code that moves a text string from bottom to vertical. What controls in winform do this ?
View ArticleTextbox not aligned in ASP.NET Gridview
This is how my textboxes are appeared in the gridview, they are not aligned in the columns. I am adding the textboxes in the footer template. Can you please help me how to fix this? Thanks. Here's the...
View ArticleThe fastest way to download web pages(GET,POST)
Research using multiple methods to download web pages and choose the fastest solution One of the test application examplesï¼ best way to get or save utf-8 content url faster?(https support)-VBForums...
View Article[RESOLVED] Identify first empty cell in specified column DGV
Good day all, I am attempting to add data from two text boxes to the next empty cells in two specified columns of a DGV via a button click. Example I want to add data from two text boxes to the first...
View Article[RESOLVED] handle null cells when exporting a DGV
Hello again, Issue # 2 with the application I am working on. If all cells have data then everything works well, however if a cell is empty the program crashes and reports an error. Any ideas? Code:...
View Articlevb6 Gif Ocx/Png OCX,Show Movie by DirectShow,WebBrowser,AniGif.OCX
Usercontrol.ctl about Webbrowser GIF(PNG ,JPG),Support Url,Localdisk File [gif ocx,Png ocx] activex control Code: Dim WithEvents M_Dom As MSHTML.HTMLDocument Public Event ImgClick() Private Url As...
View ArticleVS 2019 Help needed translating c# code
Hi I've been trying to translate some example itext code into vb.net for a few days now. Link is here The code is to grab text from a specified area of a pdf and only if it's a specified font. I'm...
View ArticleMDIForm stretched background image flicking after resize
Hello, There is a known issue where a program will start flicking when you set a background image to your MDI Form with a streched property (even if it's double buffered). I have found a solution that...
View ArticleTrying to make bitmap with a transparent background.
Hi, I'm failing to make bitmap with a transparent background. (Yes, that might be a bit of an impossibility) I'm making a cursor from an image within a picturebox, The cursor is made but I can't make...
View ArticleVS 2010 Character insertion process is very slow
Hi, I am facing slow insertion of characters into textbox (lot of lines there) using this code: Code: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleNeed help custom class button
Hi, I am new to VB. I am using the 2019 Visual Studio Community version. I am trying to custom class a button. Part of my code works and part doesn't. Can someone tell me what I am missing? The...
View ArticleDownload XML file
Hello, Problem: I would like to download a XML file with exchange rates so I can further upload it into a SQL Server table. For the XML download, this is the code I have so far: Dim webRequest As...
View Articleshell execute close the current window on installl click
Code: Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" ( _ ByVal hwnd As Long, _ ByVal lpOperation...
View Article