Webbrowser documenttext after invoking a submit button in the runtime
One Webbrowser1 control and one Textbox1 control is placed on a form. In a sub, webbrowser1 navigates an url and shows its source in the textbox1. In another sub, webbrowser1 navigates the same url,...
View ArticleVS 2019 VB.NET SQL Syntax Error
Hello, I was trying to figure out how to programmatically create database tables using the CREATE TABLE statement as I need to create several tables and add various amounts of data to them. For example...
View Article[RESOLVED] GdipGetFamilyName
Has anyone had success calling the GDI+ function GdipGetFamilyName ? When I call it, I get a stat = 0 (OK), but the return string is empty. Call: Code: Dim famName As String stat =...
View ArticleVS 2019 [RESOLVED] VB.NET SQL Syntax Error
Hello, I was trying to figure out how to programmatically create database tables using the CREATE TABLE statement as I need to create several tables and add various amounts of data to them. For example...
View Article2d animation tool
First off, is this the correct thread for vb8 and how you make a 2d animation tool like in game maker in vb8. I haven't used vb for a while and i really don't remember how to use it. :confused:
View ArticleLooking for software to divide a A4 page into multiple parts ?
I want to print the circuit diagram of the pdf file, I have a canon 2900 printer that only prints A4 size paper, if I print A4 size I cannot see the word for the circuit diagram, do you know what...
View ArticleWhen True isnt True
Can someone smarter than me help me wrap my head around what is happening here? the expression (bBefore = True) is returning false even though the value of bBefore is true. Attached Images
View ArticleDetect Windows 10 version (1909, 2004, ect...)
Hello! It's my first post! I wanted to ask how to detect the version of Windows 10. For example: Code: If Windows 10 2004 Then MessageBox.Show ("Version 2004") ElseIf Windows 10 1909 Then...
View ArticleAds on top of posts
Why all the adds appearing on top of posts which is very annoying and they cannot be deleted (X'd out). There's plenty of room on the right side and it is like 80% unused.
View ArticleDrawing an image, then copying it on screen many times for tile effect
Hello, I am trying to draw an image and tile it across the screen, giving it the effect of drawing copies of itself. I came across a sample on here http://www.vbforums.com/showthread.p...eps-flickering...
View Article[RESOLVED] SHA-256 as decimal
Hi, I'm trying to write some code to produce a checksum for a barcode. The check sum states "All decimal values of the SHA256 checksum are added", and "The decimal 2 digit modulo 100 of the calculated...
View ArticleVSFlexGrid2
Buenas tardes compañeros, Estoy ejecutando un programa con el VSFlexGrid2 y me falta en la librería, estoy buscando por Mr. Google y no encuentro un enlace, no se si algunos de vosotros os habeis...
View Article[RESOLVED] the project menu is hidden
the project menu has disappeared and I don't know why ...... Attached Images
View ArticleHow to clear network drive credentials in vb.net?
in windows, you can see Stored User Names and Passwords by running rundll32.exe keymgr.dll, KRShowKeyMgr in cmd. Then, you can select a specific network drive and Remove its credentials. Is there a way...
View ArticleTipo de color de un pixel
Hola de que forma puedo determinar que tipo de color es un pixel. Si ese color es mas rojo,verde,celeste, etc. entre los colores mas basicos y me muestre a cual color se aproxima mas.
View ArticleMsOf365 Get path of first active excel document from VB.NET
Hello: I have been reading a few documents online, and for some reason I cannot read the open excel workbook in vb.net. What am I missing? Code: xlsApp =...
View ArticleMenu items clicking on them from another app
I have two apps, App1 and App2. App2 has one menu item with several submenu items and one Command button. I used Spy++ to look up App2 but all I see is the handle for the Command button but I do not...
View Article[RESOLVED] Drawing an image, then copying it on screen many times for tile...
Hello, I am trying to draw an image and tile it across the screen, giving it the effect of drawing copies of itself. I came across a sample on here http://www.vbforums.com/showthread.p...eps-flickering...
View Articlehow to make ocx(usercontrol) with ico,support DataSource?
i write code like this,but it can't select Adodc1 on it. i make some usercontrol,how to put ico file? i want make some usercontrol like textbox,it's have:datafield,DataSource when i change the text,it...
View ArticleVS 2010 How to ignore saving records that can make duplicate before inserting...
I have to import or copy the records from one database to another. My problem is it continuously insert records even if they are already existing. I want to control inserting duplicate records. I want...
View Article