need program
hi ... I need a program in visual basic to draw any shape by mouse click and show the coordinates of each click and save the coordinates in array. thanks a lot.
View ArticleImport from another page
Hello Please Help Import a value from object a page index.htm HTML Code: <html dir="rtl"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">...
View ArticleVS 2019 [RESOLVED] SAPI.spvoice
hi everyone, im trying to read 2 values from text to speech, which is working, not problem there. the things is i want to be able to stop the speech if it is still mid way through, and to be able to...
View ArticleCapturing/detecting MouseDown/MouseUp
Is it possible to get the MouseDown/MouseUp event even when the mouse goes off the Form Never mind. It's the wrong question, Duh.
View ArticleSample code for Paypal interface for shopping cart?
I'm looking for some sample code that will help me implement a Paypal shopping cart and payment methods. I've looked at the Paypal site and acquired my authentication key but trying to implement this...
View ArticleGet User FULL Name from windows service
I am writing a windows service and looking to see if I can get the user's full name. Obviously if i were to use Dim userFullName As String = UserPrincipal.Current.DisplayName I will get system because...
View ArticleUsing the handle of a Window
If I have the handle of a Window: hWndApp = FindWindow(vbNullString, "Test App") I can get the handle of the menu bar: hMenubar = GetMenu(hWndApp) Now, are there ways using the handle of the Window to...
View ArticleVB6 - how create a function with 2D array on parameter?
i need a 2D array parameter on a function: Code: Private Type Position3D X As Double Y As Double Z As Double End Type Private Sub DrawLine2(Vectors() As Position3D) the Line have a Origin...
View ArticleCreate web app with Asp.Net GUI, using existing VB.Net game core classes
What I need to know, is if it's possible, and how to recreate this GUI in Asp.Net. The GUI consists of 11 Labels, a TextBox, 4 Buttons, and an extended PictureBox, and I want to recreate the exact same...
View ArticleVS 2017 [RESOLVED] Trying to understand unknown operations in C# to convert...
Hello, I have the following function from a C# project that I'm trying to convert to VB code : Code: private const string Hex = "0123456789abcdef"; public static string DecodeHex(string input)...
View ArticleInet get page full html source code to textbox
i am trying to get page full source code to textbox but this code can only get the first part of the web page, i cannot use loop function because if i use loop then my program would stop working after...
View Articlesql server 2012 jobs not working
Hello, I am using sql server 2012 as a database. But suddenly jobs are not working in sql server. I have restarted sql server agent and sql server so many times but no luck. Below error message comes...
View ArticleMake Patch Installer for Client's Computer
Dear Gurus, When we deploy our application to multiple clients, of course after awhile we might realize bugs, modification ,etc I need to make a patch (small size, maybe 1-4 MB) where client/user only...
View Article[VSTO] Help creating new worksheet from template
I'm currently moving an old vba addin over to a vb.net vsto com addin, it's all been going swimmingly but have hit a few snags. Most pressing is this, when trying to create a new sheet from a .xltm...
View ArticleError when passing text values to Crystal Report Formula field from VB.Net
I am trying to pass some text to a formula field in a Crystal Report. Formula field name is "txtShopName". shopName is a variable and it has the value of "TORCH-MINIMALL". I use VB.net to view the...
View ArticleVS 2017 Error trying to connect Entiry Framework in code using...
Visual Studio 2017. A little bit of background to what I am trying to achieve.. I've created a class library that produces a DLL that I am using within Access 2010. Methods that perform non database...
View ArticleRead a JSON file
Hi all. Is there any library or class developed in vb6 to read, split or convert properly JSON files ? I found only a small app online that worked in my case.
View Articlefast find in array
i fill a Variant array with: Code: Dim MIO_ARRAY_FESTE () as Variant Sub ARRAY_FESTIVI() SQL = "SELECT DATE FROM FESTIVI" Set RS = New ADODB.Recordset RS.CursorLocation = adUseClient...
View ArticlePlace a PictureBox in the title bar of a form.
I want to place a PictureBox in the upper left corner of the title bar of a form, and make this PictureBox transparent so that I can see the screen on the back of the form through the PictureBox (and...
View Article