database mail error
Hello, while sending email from database mail, this error is coming An error occurred in Service Broker internal activation while trying to scan the user queue 'msdb.dbo.ExternalMailQueue' for its...
View ArticleAppend table to ADO database
I'm a complete dummy when it comes to databases, so I thought I'd try out the simple ADO database code recommended by ChrisE in this VB.Net forum thread (post #48). It creates an .mdb file successfully...
View Article[VB6] GDI Path clipping
I don't see a lot here on this topic. Perhaps it's a bit "forgotten" or maybe not that useful to most people. This example is a bit silly but it might be enough to get you started using GDI Paths for a...
View ArticleNon-US Perspective of US - virus feedback
I have a request. This is going to people who are NOT in the United States. I know there are a lot of non-US people on this forum, and I'd like to ask for a response to a couple of questions. If...
View ArticleMMcontrol question and guidance
I am trying use that control to record (which it does fine) But then I want to save that file What is the command \syntax to do this? also if you could give me guidance on all the other commands the...
View ArticleCount number of Instances of user name if another column is not null
I have a database that stores information on program usage in MySQL. I use the following query to get the average duration and number of times launched by user name: SELECT username, COUNT('username')...
View ArticleModern C# to VB
I'm clearly behind the times. I'm trying to convert this example from C# to VB: Code: { services.AddMvc(); JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();...
View ArticleVS 2015 console app only shows console when double clicked
Using Windows7, Visual Studio 2015 This VB code runs fine in the debugger and it runs fine as an executable when double clicked. Console appears, files are copied and there is no problem with...
View ArticleSSLStream - "The handshake failed due to an unexpected packet format"
I'm trying to implement a secure socket server using the code provided from the MS example: https://docs.microsoft.com/en-us/dot...rity.sslstream But when it tries to authenticate it gives the error:...
View Article[RESOLVED] JSON.parse error on some computers
The exact error is "SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data" and I couldn't really pinpoint where the problem is. It is working fine in Windows 10 64 bit and...
View ArticleString sort
Hi, I am trying to create a little program that, imports a .txt file to VB.Net console, then puts each word into an array, then takes each word and tests each char of each word to calculate a value...
View Articlehow can fix vb6 editor format>font (arabic script)?
hi,i want use fonts like as tahoma or ...(arabic script support) in vb6 editor too but i have problem for show persians or arabic fonts. for example when i use font tahoma or like this for design and...
View ArticleFont and controls suddenly changed/resized
VB6 , Win10 , Scale 125% , Res 1920x1080 l changed the Display Settings to view a .exe a friend sent me who is working VB6 with different Display Settings and resolution settings and after viewing the...
View Articlewindows 10 is blocking this site
using windows 7, it works, using my iPhone (safari) I can reach it, but my desktop computer with windows 10 is not allowing this site to show, I get "Not Found" (both firefox and edge) using a VPN...
View ArticleExcel VBA - Auto find and fill blank cells with random yes or no
I need to fill blank cells in a specific column of a table whihc is connected to an online data source. the code i currently have is: Code: Dim i As Long With Sheets("Live Share Data")...
View ArticleProblem with my program
I am trying to create a program that would function as a "shopping list". I have completed all the code and setting it up and what not but when I try and run the program it will not run. I have 0...
View ArticleVS 2017 vb.net webbrowser dropdown list
Code: <select name="ddl" id="ddl" class="frmInput2" style="width:160px;"> <option value="-1"> </option> <option value="11"> Diğer</option> <option...
View ArticleEmbed VsCode into VB6 Form
VsCode is almost the best code editor in the world. I'm wondering, is it possible to embed VsCode into VB6 Form?
View ArticleShow users Excel file template/sample
Hi, an easy question for a change. My users are giving me an excel file to import. I expect certain things in certain columns that they always get mixed up. What is the best way to have the code...
View ArticleActiveX control "DiskControls"
I've inherited a VB6 application that needs to be modified. I have the source code and the project builds successfully. At run time there's a button to browse the network for a database, and it's...
View Article