How to get access field dataformat using ado
I am trying to get the format of an access table Date field to check if it is in date or time format . when I write Code: Msgbox dd.fields("Datex").Dataformat.format it throws an error >> method...
View Article[RESOLVED] VB.Net For Loop Takes So Long
I have 3 textboxes. 1st and 2nd textboxes contain approximately 40.000 to 80.000 lines of data. Each line has 6-7 characters maximum. Last checkbox has 800-1000 lines of data. These lines also has 6-7...
View ArticleChange the size of a Stock Font ?
I am retrieving the DEFAULT_GUI_FONT font as follwos : Code: hFont = GetStockObject(DEFAULT_GUI_FONT) Is it possible to make a copy of the DEFAULT_GUI_FONT font and then change the size of the copied...
View ArticleHow to Stop Spammers Comments on my Word press Blogs?
Hii guys,, I am Ram, Required a favor from your end. i have a WordPress blog, and Found so many comments posted by spammers, how can stop this. Thank you so much
View ArticleNon windows fonts
Do I need to add a resource if I use a font which is not part of Windows fonts? Thanks PK
View ArticleTyped Dataset Failed to enable constraints...
Hello: I am getting this error: Code: System.Data.ConstraintException: 'Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.' On the...
View ArticleVS 2019 TreeView Questions
Is there a way to make a select item stay selected when the focus shifts to another control?
View ArticleText expander
Hey everyone. I'm looking to get started with creating a text expander for my company and I'm trying to determine what the best methods to use would be. Happy to do the research, just looking for a...
View ArticleListView selection rectangle size
For some reason, I had it in my head that it was possible, in a ListView with the Explorer theme, to have the selection rectangle extend only around the text, like in Small Icon view, in Details and...
View ArticleVS 2019 Chart - Position axisY2 to left
Hi there, Anybody how could help me with locating the secondary Y-axis to the left. Just like https://origin2.cdn.componentsource....eAxes_Fig4.png Here is my code for the chart: Code: Imports...
View ArticleA quick question, Is this normal?
I'm compiling my project in VB2019 using (Microsoft Visual Studio Installer Project), the compiling results say the compilation is correct, but I've noticed this in the output window, the compiling...
View ArticleMsOf365 VBA Access Form - Saving Blank Records
Hi there, I've got a form I'm designing in the latest version of Access (2020/2021/O365?) and it's a "continuous" record form. Meaning, it's got the built-in controls at the bottom for first, last,...
View ArticleCompiling Issue, Is this normal?
I'm compiling my project in VB2019 using (Microsoft Visual Studio Installer Project), the compiling results say the compilation is correct, but I've noticed this in the output window, the compiling...
View ArticleReading a Text File in Visual Basic 6
hello guys, it's me again. I am looking to have a text file to be read by doing a shell action, after the file has been made in text chars. I need it to look something like this: Code: With...
View Articleinsert rtf data into word file
I have developed hospital managment system. I have rich text box in userform. I save it in access database as .textrtf. It is working fine. I have designed command to generated word file with required...
View ArticleHow to enable Groups in custom ucListView?
Greetings to the inhabitants of the forum! Found a great user control ucListView. And the grouping function does not work for me, but although everything is fine in the compiled example. This is in...
View ArticleRun form with responsive control with no async functions
Hi. I have a form and I want it's controls to respond while running a long function. The function is synchronous and I do not have any async functions to call at it. I needed to make the interface...
View ArticleActivereport Barecode
hello .. in vb6 activereport version 2 include Barcode tools i need to center line ... thx Attached Images
View ArticleOffice 2019 licence
Ok, not strictly VB, but I am sure that there are plenty of people who can assist. Looking at office 2019, it suggests that there are two ways of licensing the product, The first being via a Microsoft...
View ArticleVietnamese string displays as ?
Hi All, Brief Background: Working on a Application which is developed very long back (probably a decade). I am trying to enhance application to include Vietnamese. Current application supports many...
View Article