VS 2019 How to resolve this error.
I'm new for VS 2019. In my program, I'm getting error 5. Pls help to resolve it. I've attached the sample screen shot for ready reference. Attached Images  Â
View ArticleRecord real time data along with time stamp
I have little experience in VBA and doing a personal project but got stuck with this issue hope someone with good experience can help me on it. SO I have stock prices that changes in real-time when...
View ArticleHow to search for threads containing "xml" in the title?
I want to search for threads containing "xml" in the title, but it seems that the length of the search keyword must be greater than or equal to 4.
View ArticleSeeing the intermediate code
How does one go about seeing the intermediate code in .Net? What if I wanted to see what was under the cover of the SQLClient, for instance. How would I go about that? Thanks!
View ArticleDTSX file no longer working
Some time ago this changed. I used to be able to create a DTSX file and launch it in File Explorer and it would load and execute the steps in the import wizard. Now it opens but doesn't load any of the...
View ArticleDebug/build error with incorrect platform specified
I have an application written in VB on Visual Studio 2019 that uses the SAPI speech engine to help a blind friend control a device attached to the PC. The application has been running well for a few...
View ArticleTrying to get a larger image to show in new window?
I'm building a simple image viewer web page. There is javascript code to load all the images. The html code below is styled to load the images into a div element on the page. This first code snippet is...
View ArticleSoftware to edit English language rom into another language ?
Looking for rom with local language to upload to vertu phone but no, can the software name fix the English rom into other languages ?
View ArticleWhat is SEO and importance of SEO?
Search engine optimization (SEO) is the process of affecting the web visibility of an internet site or an internet page during a web search engine like Google, Bing, and Yahoo. SEO may be a big picture...
View ArticleHow to disable cell editing in VB.Net datagrids?
I have a form with datagrid and a textbox. I load the data as follows and i want following things to be done. Code:   Private Sub findItem()     Dim strSql As String     strSql = "SELECT...
View ArticleZebra Barcode Printing Problem
I am using vb6 application for printing barcode fro zebra barcode printing i am using the below code n d7 b30,80,0,1,3,1,50,b,"12345678" a30,20,0,4,1,1,n,"companyname" a30,65,0,2,1,1,n,"itemname"...
View Article[RESOLVED] Printing a Picturebox with Controls - improper sizing
I have several Controls (textboxes, labels, and an Image Control) placed in a Picturebox. Using the code below, I print the contents (well, actually, the entire PB), but it comes out larger than my...
View ArticleHow to create procedure to call DGV and Form in many Forms
because i use this code in many forms with many DGV I tried to create procedure like this but i don't know how to complete the code : Form1.DataGridView1.CurrentRow.Cells(8).Value Code: Public Sub...
View ArticleTrying to make a simple photo gallery?
I am trying to make a simple photo gallery. I know it's probably easier to find a free one but I'm not learning anything by doing that. My setup is plain and pretty simple. I've attached a screenshot...
View Article[SOLVED] WebBrowser CTRL - Script Errors
Hi, In my Bible app, I am trying to use the Webbrowser CTRL. However, when I load a page that uses JavaScript I get the script error window Is it possible to fix this (because it not a part of .NET) or...
View ArticleLoad image in picturebox from file location in OLE DB
Hello, Im having trouble making the picturebox load the image from the file location I saved in the database. Does anyone know how to load the file from the text string in the database?
View ArticleRyzen
Anyone tried the Ryzen 5 yet? Just got a new laptop not for gaming and it flies. Getting 70fps with even minecraft. Yes I do still play it from time to time. :D
View ArticleVS 2019 How to pause a loop until a variable gets set, or an event gets raised?
I have a loop to download multiple reports. The browser is CefSharp and a download handler raises an event when the download has finished. Because of file naming, i only want one download at a time, so...
View ArticlePassing a variable as a parameter into getElementById()?
Is it possible to pass a variable as the parameter into a getElementById()? I've been trying to find answers on google and not having much luck. I've heard some say you can but with no examples. This...
View ArticleHow to make own form designer?
Hello, I am developing an IDE for python in Visual Basic .NET. Currently the IDE supports only console application. I want to add a form designer just like Visual Studio. I want to make such form...
View Article