VB.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 ArticleScramble letters in a word except for the first and last letter
This will scramble the letters in a word. Attached Images Attached Files ScrambleLetters.zip (2.7 KB)
View ArticleClosing Generated MS Word Doc causes error 'Call was rejected by callee'
Short intro - this is a Winform program which can generate MS Word reports. An error is created when a user trys to shut down the generating word report before the processing is complete (ie if its a...
View ArticleError : System.InvalidCastException: 'Conversion from string "Sheet1" to type...
Hello I get the following error when implemeting to change the Worksheet Codename property VBA Code Code: Dim Excl_App As Excel.Application Dim Excl_Wbook As Excel.Workbook Dim Excl_Sheet As...
View ArticleHow to remember form size and position when program shuts down while minimized?
Hi: I have a vb.net 2019 winforms application that is designed to run in the systray. During program shutdown, it saves form size and position to a config file. If I have the window open and shut the...
View ArticleReport does not show integer
Using Microsoft reportviewer in VB.Net a textbox does not show a integer. I have a textbox in the report header with the following expression : Code: = "Verkope (k" & CHRW(8467) & ") : " &...
View ArticleVS 2019 How to do calculation using radio button and check box?
Here's the pic of my form .For class size, small =$80, medium = $75, large = $70 and $35/per subject. I need to calculate the total. There're some problems with my code, can u guys give some...
View ArticleShowing Another Form
I start a new project. The 1st form's name = Form1. In the Properties window I change the name to frmone. I add another form via Project and Add Form (Windows Forms)... The 2nd form's name = Form2.vb....
View ArticleVB6 Bluetooth to dumb cellphone
VB6 on WIN10 I just recently learned how to send files via Bluetooth from one dumb cellphone to another dumb cell phone. I also just learned how to send a file via bluetooth from me computer to the...
View Article