VS 2019 If Statement IS Not Working After For Next
Hello, I am trying to figure out why if statement is not working after the For-next statement. Everything seems oke with no error but when i click the button nothing happens:( Here is the code. Code:...
View ArticleWhat are the ideal dimensions of a button
Hi Guys I would like to know your opinion on the ideal dimensions of a button, i.e. width and length.. Thank you in advance:canard: :rouler des yeux:
View ArticleKrool's VBFlexGrid -How to adjust row height and col width to eliminate grey...
Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...
View ArticleCombo Box ListIndex Problem
I get an "Invalid Procedure Call or Argrument " error when I try to set my combo box to show a default user, and then as the code tries to set the focus to a textbox (a password text) on the same form....
View ArticleAgain about Olaf's SQLiteServerMode RC6
Hello Olaf I was using RC5 RPC connection via CRpcConnection Regarding Olaf's advice. Quote: What you forgot in the above Project-list, is the 3rd-Project: - the Server-Dll-Project BackGround: - a...
View ArticleFinding list item that matches a pattern
This should be easy, but I have been beating my head against this for a while and need help In Visual Basic, I have created a list of strings, each string having the same number of characters. For...
View ArticleHide a DIV when page renders
I'm trying to do some minor changes on a web application but the source code is missing. I think I can modify the ASPX page for minor visual changes and that's what I'm trying to do but not really...
View Article[RESOLVED] Krool's VBFlexGrid -How to adjust row height and col width to...
Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...
View Article[RESOLVED] Again about Olaf's SQLiteServerMode RC6
Hello Olaf I was using RC5 RPC connection via CRpcConnection Regarding Olaf's advice. Quote: What you forgot in the above Project-list, is the 3rd-Project: - the Server-Dll-Project BackGround: - a...
View ArticleCommonDialog: update file extension automatically when user changes file type
This is not a question, but a code snippet that I want to share. I didn't post it in the codebank because it is not a whole project, but something that can be added to the ShowSave method of a...
View ArticleAuto resize ListView columns to fit either the header text or content
If the ListView has no items this will resize the columns to fit the header text but if it has items it will resize the columns to fit the content if the content is wider than the header text. Code:...
View Articlehow to call api from python38.dll,run python without pythonw.exe?
how to call api from python38.dll,run python without pythonw.exe? maybe call by cdecl: Declare Function PyRun_SimpleString CDecl Lib "python25" (ByVal Str As String) As Integer Private Declare Function...
View ArticleNumbers, Numbers, Numbers
This package contains a large set of library routines I have built over the years to do many things related to numbers. These routines run in VB6 as well as 32 or 64-bit VBA. As you know, there are...
View Articleappend csv into closed workbook
I just have a workbook named TEMPLATE.xls in c:\mydir\ i need to import into this worbook a csv file, with a delimited ";", without open the wbook. example, please
View ArticleProcedure is too large.
Anybody knows why vb6 can compile/run code with too large code inside a SUB/Function, but if you want to depure it step by step or so, it trows 'procedure too large'?. I had to divide a large procedure...
View ArticleFYI: Adios
I'm leaving the VB community probably for a very long time. Want to thank everyone that has ever provided help and contributed in any way. Made me a better VB coder in so many ways. This may be moved...
View ArticleSwhithing between module/controls... when running in IDE
Since I have upgraded to te latest version of Windows 10, it seems that my app are runing slower (in IDE) when the IDE is shown on the desktop. It seems that, in running mode, when I open a form the...
View Articlehow to copy some formulas to selected rows
Hi, We are adding some formula manualy but now we have large data around 1200 and want help to do it with vba or code We are putting the Text Max in N2 and formula in Book1.zipO2:Q2 (All formula are...
View Article[RESOLVED] how to copy some formulas to selected rows
Hi, We are adding some formula manualy but now we have large data around 1200 and want help to do it with vba or code We are putting the Text Max in N2 and formula in Book1.zipO2:Q2 (All formula are...
View Article[RESOLVED] get rows from DataGridViewRowCollection
Hi. Normally I would do this to get specific rows: Code: For Each row As DataGridViewRow In DataGridView1.Rows.Cast(Of DataGridViewRow).Where(Function(x) x.Cells("Online").Value = True ) ...add to...
View Article