Automation???
Some of you are already familiar with my attempts to write a GroceryList program. I wrote it a long time ago in VB6 using 40 Listboxes, 40 RadioButtons, and 40 Buttons. I got a lot of flack on this...
View Article[RESOLVED] SQLite & RC5 iff issue
Hello everyone I am asking if there is a workaround for this issue. Code: Sql = "Select * from tbl1Â where DName= ?" Â Â Â Set Rs = Cnn.OpenRecordset(Sql) Â Â Â Â With Cnn.CreateSelectCommand(Sql)...
View ArticleDatabase login in vb
Hello everyone, my name is Ciro and I work in a small company in Italy, I would like to ask you for help, I would like to ask you if you can tell me how I can create a database login with a simple vb...
View ArticleVS 2019 No such interface supported (Exception from HRESULT: 0x80004002...
I was running 16.8.5 Was getting this error when trying to create a new project. I also noticed my toolbar was acting glitchy with no icons. Rebooting did not fix it. I updated to 16.8.6 and the...
View ArticleGapBuffer Data Structure
GapBuffer is a data structure that can greatly improve the efficiency of CodeEditor. If anyone has studied or used GapBuffer data structure, please share your opinion. Thanks....
View ArticleHow to Revert Identity Impersonation to original user
I'm using the following code to set the identity impersonation at runtime, but when it calls undoImpersonation() it sets the identity to IIS APPPOOL\DefaultAppPool. Instead of DefaultAppPool, how can I...
View Article[RESOLVED] Structuring a Select Case Block (With a Single Data Type...
Hello, Having trouble setting up a Select Case block. I think the below code clearly identifies what I am after. Red below is problem. This should be easy, but I'm stumped. Any help would be...
View ArticleVisual basic macro for Catia applications - Runtime Error 424
Hi everyone I am new VB and here. I am doing a catia macro program with VBA. But ı faced with a "Run-time error 424 problem". I suspect that; There is CATApplicationFrame.dll as reference in visual...
View ArticleTextbox changes and Checkbox.Checked
Gud evening members , this is my second post i did a Duct size Calculator program for me in VB.net 2010, the Calculator is working just need simpilyfication of this code if some one help to reduce this...
View ArticleWin-10 Fax and Scan and HP2400 Scanner Issues
1) When I go into Fax and Scan and Select Preview, the document shows and looks correct. When I then hit Scan I end up with either a white page with junk on it -- or -- Fax and Scan hangs. 2) "If" I am...
View Articlevb6 add table rows webbrowser
Please Help Add web page table lines code html HTML Code: <html dir="rtl"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type"...
View ArticleAdd a title to a site in a web browser
Hello friends, I want to fill in the title and description section of the site using text, but the title and description section do not have a name, but an ID. id="post-title-0" Code: <textarea...
View ArticleAllengib7952
I have a movie list that seems to work very well click on anyone and movie starts. My problem is I have a few that have episodes I don't want to show the episodes on the same screen because there is...
View ArticleHow to convert VBA to VB.NET? Catia macro?
I created my code of new catia macro with Visual Basic Editör included CATIA. But I have to transiation to VB.NET. How to convert VBA to VB.NET?
View ArticleVS 2019 Error Codes while running an app
#1 I am trying to run an app with 4 window forms however i get several errors. This is a very simple app. Not sure why these errors..... new at this so if anyone can please guide would be great!!!!!...
View ArticleCan I run a previous version of a click-once app?
My application is a click-once app, and I have the sequentially numbered versions on a network drive in the Application Files folder. I would like to run a previous version. The most current version is...
View ArticleDataTable Select | Grouping Data | Is there a Generic Method?
Dear all, I am building a reporting tool which groups data from two columns of a DataTable and then Sums/Counts/Gets the Average of the third column. The following code below worked until the data...
View ArticleLog out
I have developed application with vb6. I have multiple userforms. I want a logout button code to unload all opened userform and load login form. Please guide me.
View ArticleVS 2017 Title Bars Overlapping When Full Screen and Opening another application
We have a VB.Net application that opens Microsoft Excel, Outlook. When the base application opens Excel or Outlook, the title bars become garbled and unusable ( See 3 example in attachement/photo) We...
View Article[RESOLVED] Logic Help (Recode Select Case to Function)
I have the following code that uses a Select Case Block to alter a value. I can see a pattern, but for the life of me, I cannot come up with a simple Function to replace it. If this were the only cases...
View Article