How 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 ArticleInet stops responding with Firewall
Hi, Strange problem uploading file with Inet : most of the time it works fine but sometimes when a firewall blocks uploading the software closes . This is my code Code: Private Sub Form_Load() 38630 On...
View Articlesorry,Chrome OCX,Miniblink,VB6 chromium,Chrome core only one dll
This is a good Google Chrome control, free and open source. And the author is not me. I've been sharing and uploading for free for almost a year. And I've never used it myself. one developer was...
View ArticleVS 2019 How to create .dxf files
Hello everybody. In a program that I am creating I have inserted a button that must create a .dxf file. With the code I wrote the .dxf file is created correctly but if I try to open it in AutoCAD, the...
View ArticleHow to use one event inside another
Hello everyone, Here I am again with another problem. As I said in my last post(if someone remembers) I am new to VB.Net and don't have much idea how things work here. To be honest, I am having some...
View Article[RESOLVED] Vb.net - issue with Monthcalendar highlighting many "random" dates
Hi I am preparing a year calendar using Monthcalendar control, 12 of them; one for each month. When I finish initializing start and end date to all of them, I get this strange result where the last 6-8...
View ArticleVb.net - Need to deselect all dates of a MonthCalendar
Hi It seems that at least one date is selected MonthCalendar control: Here my year calendar: It choses the last day of each month (not by my choice); for the current month it choses today's date adn...
View ArticleError "Out of Memory"
Before running any code, it returns out of memory (trying to run it in the IDE), I checked it isjust by the dimensionality of module's variables. Like DIM I (12, 16384, 2048) as integer how many memory...
View ArticleWhich FONT do you use in the IDE ?
I got a curiosity: Which font do you use in the IDE? I use Consolas
View Articleicon in listview from path
i use: ... .ListItems.Add , , MyFlList, , 1<<<< path here????? .... possible to load icon from path, instead from imagelist?
View Article