Win-10 v19042 (Updated on Tues) and M$ Word 97 Issues
Other than a Win-10 rollback hopefully there is a fix for the following: Word97 uses doc Not docx extensions. If one loads Word and the file is listed in Words most recently used menu, then the file...
View ArticleVS 2019 Getting Last added row ID in SQLite
Hello All, I am using following code to insert a row in SQLite database. Wondering if it is possible to extract to ID, any suggestions will be most welcome. thanks Code: Â Public Sub WriteData()...
View ArticleWinHttpRequest - errors like 'method cannot be called until open/send has...
Hi, After both Opening and Sending a request, some of the propertes of a WinHttpRequest are displaying errors. Code: On Error Resume Next     Set objHTTP = CreateObject( "WinHttp.WinHttpRequest.5.1" )...
View ArticleVS 2019 [RESOLVED] Issue while inserting a row to SqlDB
Hello, Am getting "String or binary data would be truncated. The statement has been terminated " error msg while trying to insert a row in Sql Db. Any suggestions will be most welcome.. thanks Code:...
View Article[RESOLVED] Amazon Aurora
Has anyone had experience using it? The marketing sounds great, but I don't see many reviews online. The application would be a small company mostly storing data created in a VB.NET WinForms app and...
View ArticleSQL Not Updating
I have a problem with a table not updating. Background... At first I was running two separate DB3's I read/wrote to each one separately perfectly fine. Each DB had its own conn, which I close after...
View Article[RESOLVED] SQL Not Updating
I have a problem with a table not updating. Background... At first I was running two separate DB3's I read/wrote to each one separately perfectly fine. Each DB had its own conn, which I close after...
View Article[RESOLVED] Set a variable from a shortcut parameter ?
Hi friends :) I don't know how it could be named if it exists, but I would set a VB variable from a parameter in the shortcut of app. I explain. In the app, I have a variable like this : Code: Dim test...
View ArticleNonModal ContextMenuStrip?
I have a context menu that the bottom option opens a popup UserControl (UC) on Mouse_Enter, I would like to keep the contextmenustrip(CMS) open until the user picks an option from the UC. However the...
View ArticleHow to convert a MS-DOS Date/Time value to VB-Date/Time?
hi, im using the unrar.dll to browse files from inside RAR archives. For each file i get a LONG value with the last modified date/time. The RAR manual shows that the value is a "date and time in...
View ArticleFlexGrid & Database problem
Hello everyone, I was just trying to save data from a FlexGrid to a MS Access database (learned form VBForum:)), it's a basic one for learning purpose. The database contains only one table with...
View ArticleProblem with mini cube
Screen goes dark and then says there is a temperature problem. But it's false, it's some software problem. Can it be fixed by changing the bios ? How ? Can you help ?
View ArticleSUM data from multiple sheets VBA code
Hi Guys, I really hope someone can help me out on this relative simple VBA code (simple for more experienced users, which I am not). I want to consoildate the data from specific cells (always same...
View ArticleWhat are the states of Android App lifecycle ?
What are the states of Android App lifecycle ?
View Articlesum a field with group by
Hello vbforums I want to sum the price of items then substract the sum deposit to find the remainder. First, I want to sum the price unfortunately I failed. Code: Select sum(Price) as totalsum " &...
View ArticleManaging Checkbox 'Click' Events....
Hi All, I have a form with a Checkbox, and I'd like to ask the user to confirm any changes. If they answer 'No', the Checkbox change is reversed. Of course, the change re-triggers the 'Click' event,...
View Article[RESOLVED] VB Bug or .... ?
I'm filtering out some values in a loop. If xValue detected then don't ADD to list. Here I'm comparing the values of 2 variables. Both contain the same Value, therefore it should NOT be entering the...
View ArticleDataTableAdapter.Fill Error: Command is missing required clause
I am trying to read three dBase IV tables. The code works fine with two of the tables but not the third. The exception message is not particularly informative as all three are identical except for...
View ArticleVS 2008 project move to VS 2019
Hello everyone, I am currently having problems moving my 2008 VB application to VS 2019. I have managed together everything moved but I am having problems with Crystal Reports working in VS2019. I have...
View ArticleCHANGE font in a single cell of listview
CHANGE font in a single cell of listview, possible? To the defualt have Arial 8 i need to change the font Verdana in cell 7 column 4
View Article