I want a concurrency violation and am not getting one
I thought that if you had a record open with outstanding changes and someone else updated that record and then you went to save your record, you would get a concurrency violation. What is happening is...
View ArticleExe stop with MSVBVM60.DLL issue
Hi, I re-compile some old codes to run on Win10, work like a charm. So before you ask for reg dll and ocx, that is not the problem here. The app can run for hours, start. exit, start, everything is...
View ArticleProgram acquires virus online
I've written a program in Visual Basic (5.0) and made an executable (xxx.exe) file of it. I click on it to run, and it runs on my machine, no problem. I upload it to my webpage (Weebly). I download it...
View ArticleRemove Blank Lines From A Text File
Hi, This is some simple project I made in C that removes blank lines from text files. I needed this tool as I was working with a source files that contained a lot of blank lines So I made this code to...
View ArticleExecute Public Method of a Class using CallWindowProc
Hi dear forum members, I am carrying out a few experiments in order to learn. I have this Class with one Public Method and I want to execute this class Method when instantiating the class via a call to...
View Article[RESOLVED] How to access one instance of SerialPort on Different Forms
I have set up the program with a Module and several forms where writing and reading from a single serialport will be done. I declare the serialport: Code: Module Module1 Public MyPort As...
View ArticleI'm using ASP.NET with jquery and wondering what's my next step up.
I've been developing small web apps on our company's intranet using asp.net and jquery for about 6 months. Since I'm coming from windows forms I sort of copied the flow of a windows app. All my events...
View ArticleVS 2017 [HELP ME] resize pictures streched in datagribview![for beginner]
Hello everybody! i have light problem! i have a datagribview with this code: For Each DataGridViewImageColumn In Form1.DataGridView2.Columns DataGridViewImageColumn.ImageLayout =...
View ArticleVB code to save as PDF with a changeable file name
Hi, I've written a macro to send an excel sheet to save as a PDF. I've got a specific (changable) name that I'd like it to save as but I can't quite work out what command to give it so that it pastes...
View Articlehelp about create this theme
hi,i am looking for any sample to can create theme like this. i can design with activeskin but i want more samle,imprtants to me is material colors and soft radius form corners and objects. Attached...
View ArticleQuestion about creating data file from SQL query
I have a query which creates a temp table, inserts data into that temp table then selects data from that temp table. Code: connection.Open "Provider=SQLOLEDB.1;Data Source=server;" & _...
View ArticleVisual Basic 6 VB6 help resources: Unable to display help
I have installed Visual Basic 6 on a Windows 10 64-bit system; all works fine except for the help menu where it says "Unable to display help." Some Italian guy alleged to have developed a tool that can...
View ArticleCOM object that has been separated from its underlying RCW cannot be used.'
In this small project I am reading Author Property from excel documents. When I select a document from the Listbox then the programs gets the Author and displays in a label. This works but when I...
View Articleneed to show a looping gif, but only for 1.5 seconds
subject covers most of it.. i'm trying to show a looping gif in a picturebox (that part works fine) and then remove it after 1.5 seconds.. my problem is that i can't seem to find a way of tracking the...
View ArticleVS 2019 [RESOLVED] Making a copy of a class and modifing it changes original...
I have recently been trying to learn 3D and create a small 3DEngine. I made the following Class: VB.NET Code: Public Class TriangularFace Private arr_Vertices(2) As PointVector Public...
View ArticleVS 2019 Could not find Installable ISAM when trying to load in an Excel...
I am trying to load in a spread sheet for a user to quickly look up info without needing to keep the spreadsheet open. I've looked through several different threads on this and nothing seems to help...
View ArticleVS 2008 [RESOLVED] Binary file. Can't deserialize after move to different PC
I have an app, which uses a binary file for storage. It was working fine before i was forced to move it to a different PC. Apparently, providing a SerializationBinder is supposed to be the solution for...
View ArticleMerge two or more text files into one
Hi, This is a small file merger to join many text files into a final output file. Hope you find it usfull. Code: // File : merge.c // By : Ben a.k.a DreamVB // Date : 21:15 16/06/2020 // Info :...
View ArticleVisual Basic 6 VB6 help resources: Insert CD2
I have a three-CD MSDN Library set for VB6, I could install the first CD, but on %16 progress it said "insert the CD-ROM disk labeled: "MSDN Library - October 2001 CD2." I tried to mount the ISO file...
View ArticleRandom Password Generator
Hi, This is a password generator I made a few months back with the help of a friend who added a few featires. it contains many options skins and more hope you like it. Download Source Code:...
View Article