VS 2019 Creating pdf from gridview with selected rows with Turkish characters
Hello guys, I am trying to create pdf with itextsharp. I have some results but none of them is not suitable for me. First I wants to explained what I tried. my first trail is in below Code: Protected...
View ArticleMaking Picturebox transparent,Set Alpha Channel Image
Making Picturebox transparent(support PNG alpha) https://forums.codeguru.com/showthre...ox-transparent Quote: Originally Posted by The trick https://www.vbforums.com/showthread....child-controls My...
View ArticleVS 2019 ∞ in console with Server 2019?
Ok ... so in a command prompt: Code: c:\>echo ∞ ∞ ...as expected in both Windows 10 and Server 2019 but for some reason when I go (and enter "∞" for the readline): VB.Net Code: Dim Data =...
View ArticleClose a child form of MDI Form on Load
Hi. I'm on a tricky situation here. I need to close a child form of MDI, if the form has an error when Loading. Apparently this cannot be done inside the Load event of the child form ( as me.close() )....
View ArticleStitching pictures
I have an application which requires me to stitch Google Earth maps together in a type of shifting map process and zoom them to various zoom factors. My users wil click on an area or point of interest...
View ArticleVS 2019 Insert new line afer typing certain number of characters in multiline...
Hello, I would like to automatically insert a new line (vbCrlf) after user types in 30 characters in each line of a multiline textbox, what is the best way to do this? thanks for you help. J
View ArticleTreeview selecting the added node
I am bootstrapping myself up on using the Treeview control in VB. I have a quick question, after adding a child node using the following : Code:...
View ArticleHow to Get Hdc From Picture1.Hwnd,How to Do Picture1.Cls by Api
BitBlt Picture1.Hdc, 0, 0, W, H, GetDc(picture1.hwnd) Dim MyDc As Long MyDc = GetWindowDC(Picture1.Hwnd) '得到dc why Picture1.Hdc<>mydc?,can't BitBlt How to Do these by Api: Code: Picture1.Cls...
View Articlevb6 Transparent Control by BitBlt,Transparent Picturebox
vb6 Transparent Control by BitBlt,Transparent Picturebox in form1 Code: TransparentWithHdc Picture1.hwnd, Picture1.Hdc in bas file: Code: Public Declare Function ReleaseCapture Lib "user32" () As Long...
View Article[RESOLVED] Treeview selecting the added node
I am bootstrapping myself up on using the Treeview control in VB. I have a quick question, after adding a child node using the following : Code:...
View ArticleWhich Laptop is best to buy in India ?
Hello! I am planning to buy a laptop with the following features: RAM - 8 GB 14"-15" full Hd display inbuilt graphic card 1 TB - hard drive latest generation intel processor OS - Windows Can any one...
View ArticleTransparent Png Control by vb6
PngBall2.AutoSize = False Call PngBall2.LoadPng("", "GLOBE", "PNG") PngBall1.LoadPng ("01Alpha_Png.png") GetWindowRect disables the display zoom (right-click of the program) when the GetWindowRect is...
View ArticleMultiple USB Ids
Trying to connect to multiple Keysight devices using USB & GPIB. For some unknown reason, I See 2 USB ID for the USB Devices. I only want to be able to select one using my dropdownlist. it seems...
View ArticlePDF Control
I am looking for a control that will do the following 1) Load and display an image in a PDF format 2) Load the next and last page of a multiple image file. 3) ZoomIn and ZoomOut of the image 4)...
View ArticleUnable to connect to any of the specified MySQL hosts
Hi Everyone I am writing visual basic on VS2017 I have an app which needs to connect to a MySql database on our website which we pay someone to host I cannot connect to this database from my app at...
View ArticleApi to Drag & Drop / Paste image in vb.net
Hi. I am in search of an API to drag, drop/paste a png. file over top of another image. Basically, the project is to inport a pdf/jpg/ or other image file that is a floor plan, and have a sidebar with...
View ArticleUpload File on Server
I'm not exactly sure if this is a VB.NET question, a PHP question, or both. I have the following PHP web API that uploads a file to the server and then creates a record in the database that references...
View ArticleDistibute an EXE without OCX issues
Hello, I have been having a serious issue for 2 days now. I have an OCX that works perfectly fine on my project but users are complaining of not been able to use software because of "Active X...
View ArticleLocalization of Strings In Messagebox
Hello, Is there any way to change the language for the strings of message boxes? Till now, I have used the English language in my message boxes, but what I want to do is, show all the strings in the...
View ArticleIs there any loophole in the GPL license?
One of the biggest problems with GPL is that while it gives significant rights to the end user (the ability to demand you give them a copy of the source code for your entire software), it actually...
View Article