next up
dear users, for my work i'm working on a project that we can track the expire dates on different products. to make it easy for my colegues, i made a userform that they can fill in. i only run into 2...
View ArticleVS 2010 i have encountered this errors please help.key word is not valid as...
errors .1 keyword is not a valid as an identifier 2 'Class' statement must end with a matching 'End Class'. here is my code .im supposed to present it today please help Public Class frmregister Private...
View ArticleExcel - VBA: Code is generating unexpected numbers (0)
Hi All, I really need help on this 🙁 This code is adding extra zeros in column D for no apparent reason; What part of the code is doing that? Code: https://pastebin.com/ccpqPJdz Code: last = Range("B"...
View Articlehow to read Excel workbooks without office excelapplication,without drives
who can make a .net dll for vb6? for read excel TABLE,Write excel sheet https://archive.codeplex.com/?p=npoi GitHub - nissl-lab/npoi: a .NET library that can read/write Office formats without Microsoft...
View ArticleToolbar question
I would like to have a collapsing toolbar similar to what is available in Access Navigation Window or Visual Studio where you can collapse it or hide it if you want to. Would this be another form and...
View ArticleFile Format reader
Hello Group, I am thinking about creating a converter that can take other software file formats and convert it so my software can use the data It appears most other files are in binary format. Does...
View ArticleThe Trick's Multithreading - Paid
Hey guys, I've been a lurker on this forums for a while now. I actually am working on a project and I need a certain sub to run on another thread. I'm not the greatest when it comes to multithreading...
View ArticleVS 2017 Drawing on Pictureboxes on FlowLayoutpanel
I know I ask odd questions, and my VB skills are bad. I haven't really done much since VB6 (we're talking mid 90's). I'm working on a program for myself for work that calculates wall panel sizes and...
View ArticleVisual Studio Workloads issue
Hello VB community, the last time i used VB was in 2006 and i believed it was a VB6 compiler. I tried downloading VB two days ago and realized things are a bit different. When I attempted to download...
View ArticleVB6 (RC6) Slider-Widget with Auto-Vert/Horz-Switching
Just a simple Demo, which shows an efficient Slider-Control implementation. (about 70 Lines of code in cwSlider). Also included is a Demonstration for "visual inheritance" (of cwSlider in...
View ArticleNeed help reading from a file
I am trying to open a file and read the data contained in it, it is a txt file, below is the code I am attempting to use Code: Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e...
View ArticleVS 2019 Edit DataGridView Cell text programatically
I have created a popup keyboard to use on touch screens that works perfectly when editing a standard textbox. However I need it to work when typing text into a DataGrid cell. I have used some code that...
View ArticleCreate custom line in vb.net
Is there a way to create custom lines in vb.net? I cannot find a way to do so and it would be really helpful if any of you could help me. Thank you.
View ArticleWhich type of container to use?
Hello all, I am a newbie and trying my hand at creating an application to read in data from a text file and then drawing to a picturebox (my Canvas). The data represents a Printed Circuit Board. My...
View ArticleAccess 2007 "Provider cannot be found" by VB6 after MS OneNote install.
I have two massive programs which have different, very large Access 2007 .accdb databases. One is Natural Language Processing and the other is a bridge game. I've been working on these programs for 20+...
View ArticleTesting SQL database
Hi, I use to work with a access database, but i would like to use a SQL database for my project. I have no experience with SQL and have som questions about this. Checked mySQL, but the setup of this is...
View Articledbgrid colorize entrire row....
dbgrid colorize entrire row.... Possible? note: is an old project with this control
View ArticleGoogle flagging one of my installers as PUP
anyone else has experience fighting against google that sometimes automatically can take a legitimate software and flag it and prevent Chrome and others download it?. My software is digitally signed,...
View ArticleWriting a card game
I am running VB6 on WIN10. I have already figured out how to shuffle the deck. I do not know how to place the cards on the form. I think the hard way is to have a jpg of all the cards (52) and load the...
View Article