MS Access Replace in query Update
There is a usefull internal Replace in MS Access to be used in queries : Update Table1 Update Field1=Replace (Field1, 'Test', 'New') But of course this can't be called from ADO (or DAO) from VB6 I...
View ArticleQuestion about Windows 10 e-mail notifications and Outlook->
Whenever I get an e-mail in my Hotmail account a notification appears in Windows 10. When I click on the e-mail some kind of e-mail program that apparently came pre-packaged with Windows 10 running...
View Article[RESOLVED] SQLite equivalent for OleDb.OleDbRowUpdatedEventArgs
I have used the following to retrieve the AUTONUMBER value when adding rows (MS Access database): Code: Sub Row_Updated(ByVal sender As Object, ByVal e As OleDb.OleDbRowUpdatedEventArgs) Dim...
View ArticleWelcome to Amazon Sidewalk
I just heard about this for the first time yesterday... Welcome to Amazon Sidewalk https://www.amazon.com/gp/help/custo...NXWQKZEG9MDRAM Amazon's Sidewalk Network Is Turned On by Default. Here's How to...
View ArticleHappy Birthday, Visual Basic
Visual Basic is 30 years old ! https://twitter.com/WindowsDocs/stat...88853519802370 Happy Birthday :wave::wave::wave: :D
View ArticleWPF CRUD Example Using Entity Framework, MVVM Pattern and DataGrid Control In C#
Hello, This blog post WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET walks you through on how to build a WPF CRUD (Create/Update/Delete) project using the DataGrid...
View ArticleLooking inside a textbox if nothing
Hello everybody, I have a program that check for different "code" inside a textbox, if the user enter a know code, well a checkbox on the form become true. Also, if the user make a error and enter a...
View ArticleVS 2012 Help with Registry at startup
Hi! Quick question, I'm trying to set a reg key for Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run but i keep getting an error message saying access is denied. I read...
View ArticleSystem.Type GetMethods question->
When using the System.Reflection namespace to retrieve methods exposed by a program for use by external programs (can't remember the proper term) I usually get a list of methods looks like what I would...
View ArticleMake a Delimited File Demo
Was not busy ,so I went thru my junk box and threw this together. May be something usable here for someone. Enjoy. Attached Images Attached Files Commas Demo.zip (7.1 KB)
View Article[RESOLVED] System.Type GetMethods question->
When using the System.Reflection namespace to retrieve methods exposed by a program for use by external programs (can't remember the proper term) I usually get a list of methods looks like what I would...
View ArticleVS 2010 two events occur in the same time which will occur first
I got Code: Textbox1_LostFocus Textbox1.text = "10" and Code: Button1_Click Textbox1.text = (CDec(Textbox1.text) + 5).ToString("N2") Assume I type 20 in textbox, Then I press the button What will I get...
View ArticleGet all available progids
Experimenting with the System.Reflection namespace I found I had to guess at a program's progid. I found this Power Shell command which claims to generate a list of available progids on a given system:...
View Article[RESOLVED] VB6: filter text
i need to get text from this to text1 and text2 and text3 and text4 ["4719 Ericka Course, Suite 525, 31545, Lake Celestine, New Jersey, United States"] text1= 4719 Ericka Course text2= 31545 text3=...
View Article[RESOLVED] error accessing system registry
I am trying to use a new tool. I click on project then components. Then click on the tool that I wish to use then click apply. I get an error accessing the system registry. How can I fix this?
View ArticleCapacitor Values Converter
This is another project I started but didn't finish. Did not like the way the code was flowing so I stopped working on it . I know there has to be a better way to do this project. Attached Images...
View Articlecreate 64 bit system with assembly
it is possible to create a mini system just like msdos and very simple even without exe reading without anything just a prompt with configured commands that is 64bits in assembly not just to read or...
View Article