Scramble 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 ArticleImage Viewer
Attached is a Picture Viewer. It does not have a bunch of fancy features, because the intent was to use as much of the screen as possible for the image itself. Inspiration for this program came from...
View Article[RESOLVED] Report 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 [RESOLVED] 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 Article[RESOLVED] Showing 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 Article[RESOLVED] VB6 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 ArticleUse Form2 To Change Form1 Control
form1 has a label on it. form2 has a button on it. But I can't work out how to change the label's text via the button. The code below doesn't work. It just says frm1 is not declared. Code: Public Class...
View ArticleDataGridView and file txt
Hey, I would need help to use a SteamReader in order to read a file text and display some lines in a DataGridView. This file text looks like this Columns of the DataGridView will be "nb / length /...
View ArticleDiscovering non-ascii codes in text files
I am currently generating Word and PDF files based on the contents of a wide range of standard TXT files. The process is working well but some codes in the text files translate to unknown characters in...
View ArticleChange Event of Textbox
I use quite a lot the Change Event of invisible Textbox in order to have the event fired when I set a value to the textbox. So I when the Event is fired, Code is run. The downside is that it I need to...
View ArticleFloating Desktop Date
Sits on desktop and features week of year and day of year as well as the date and day. Plus 4 form styles. Fairly simple and straight forward. Attached Images Attached Files DesktopDay.zip (204.2 KB)
View ArticleAre users using laptop monitor or larger monitors?
I know this is a stupid question and I apologize but maybe you can tell me if this is even doable/knowable. My Windows .NET application is for our internal use only and some of the users run on a...
View ArticleSwap Word UDF error while handling negative values
The udf below outputs swapped long after WORD swap. It handles perfectly positives. How can it be modified to handle negative input? For es=xample, with n = +305419896 the output is 2018915346. But...
View Article