[RESOLVED] [Excel][VBA][Form][ListView] Get list subitems
Hi guys, Is there any way to get the Column from a listview? I need to triagulate the data in a listview and get column and row for the item selected. The listItem (row) I can get, but the listSubitem...
View ArticleMsOf365 Question [Excel][VBA][Form][ListView] Get list subitems
Hi guys, Is there any way to get the Column from a listview? I need to triagulate the data in a listview and get column and row for the item selected. The listItem (row) I can get, but the listSubitem...
View ArticleVS 2010 conversion from string " " to type 'Double' is not valid
I don't even use Double datatype in my code, even though I assume it come from CDec function. I set a condition to make the value in it to 0 when it is null (code not included), it still get error Here...
View ArticleCustom uninstaller help
I created a vb.net application in VS 2019. Using Publish I can create an installer and the installer runs file. But, when the program is removed from Windows Add/Remove, the folder the program is...
View ArticleExplanation of bi-dimensional Arrays ... Please!
It is possible to create a two-dimensional array variable, without declaring the number of the two variables to be used, i.e .(?): Private AA As Long Private BB As Long Private CC As Long Private...
View ArticleVS 2019 [Build] Cannot be called directly Error
My source code is as below. I get an error when trying to debug and I can't solve this error in any way. Please enlighten me with your knowledge, masters. Quote: Error BC32022 Public Shared Event...
View ArticlePrint/Export RichTextBox contents to PDF.
I have a richtextbox that contains a bunch of data with formatting bold and underline, now I want to make a button that trigger the richtextbox contents to export to PDF, in VB6 it is possible to do...
View ArticleHelp! Vb2010 +sqlite3 datagridview The transformation of checkbox value
I am a beginner of vb2010 + SQLite3, now I have a problem, please ask some experts I add a DataGridView control to the form, set a column as datagridviewcheckboxcolumn type, and a Boolean field in...
View ArticleVB.NET on Apple Mac / MacBook
Is there a simple way to make .NET applications vb.net specifically work on apple Macbook's?
View ArticleI just updated Firefox to the latest version, and it looks so ugly
Hi I just updated Firefox to the latest version, and it looks so ugly. Especially the tabs look so ugly. I have been trying to find a setting that would allow the selection of the previous looks, but I...
View ArticleIt Finally Happened - The Last Thread
Yep... This is the real thread from another site that pushed me over the edge: QUESTION: Quote: How To Breakup Words ? Can you show me a code sample how to do this ..... $string = "Everyday a Daytona...
View ArticleBazaar behavior
I have several programs that after running, they open another piece of software, I decided to modify these programs to open a calculator program before performing its duties. The first one I modified...
View ArticleHow to call backend code from js?
Hi Im new to ASP NET MVC (NetCore 3.1), how to call a method from js? Code: Public async Task(int) Mytest(int _i) { return _i*5; } Just a simple code example, how to call and get its return value...
View ArticleFound this interesting Reporting Tool and ActiveX support
I found this interesting reporting tool which has report designer, which can be run separately to design reports. It is called Report Manager. It claims to have Report Server which can run on Windows...
View ArticleAn Ideal option required instead of Listbox. Coud you suggest
Hello What is the ideal object on Windows(App...Vb.net Frame...) Userform instead of Listbox with MultipleColumn and without columncount As Columncount is not member of List box in the userform. What i...
View ArticleVS 2019 Visual Basic Customized Piano. I'm a Noob. So please tolerate my...
Hey There, First of all, I'm a beginner in Coding, So please tolerate my stupid questions. I want to create a customized Piano layout that plays only the notations based on the user's selection of the...
View ArticleVS 2013 How to insert null or empty date from datagridview column to database...
Hello fellow coders. I'm asking for your help on how to insert or save empty date value or null value from datagridview column to access database. I research over the web but unfortunately not solved...
View ArticleVS 2019 Error A blocking operation was interrupted by a call to...
Hi, I'm only a beginner on vb.net. I've created an application to control some devices over TCP. All works well, but when I push disconnect I get a popup with error "A blocking operation was...
View ArticlePrint to specific PDF file name
Assumes Windows 10 with the optional Microsoft Print to PDF driver installed. This is normally the default unless the user has removed it via Windows Features. Bare bones example. Note that for the...
View ArticleVS 2019 Running time of Active Application...
Hello, I am wondering if it is possible to get the name of active application and its start time. I have used following code to get all process but not sure how to get current active process and its...
View Article