Quantcast
Channel: VBForums
Browsing all 15454 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Image 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 Article


Image may be NSFW.
Clik here to view.

VS 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 Article


Use 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 Article

Image may be NSFW.
Clik here to view.

DataGridView 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 Article

Discovering 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 Article


Change 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 Article


Image may be NSFW.
Clik here to view.

Floating 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 Article

Are 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 Article

Swap 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

NASM - Trying to write a TSR->

I decided to write a TSR for MS-DOS (specifically DOSBox) Why? Because I am curious as to what all that software writes to memory. DOSBox has a debugger version but I don't like it. Anyway: Code: ;...

View Article


Searching a .bin file for a array of Ushorts?

I am designing some software and it needs to search a .bin file (a dump of memory from a processor inside a automotive control unit) and search for a collection (array) of UShorts (i may be mistaken...

View Article

VS 2010 Save question

I recently learned that My.Settings.Save() can save things. But where does it save the information? I found out it is not in the program itself. If I move the debug exe to another location it can't...

View Article


[RESOLVED] trying to replace a symbol dosnt work why?

i have this phone numbers witch contains this symbole (-) exapmle Code: 052-9646312 056-9972161 i want to remove this(-) tried this code to run in access query it dosnt work. nothing is changing. Code:...

View Article

Absolute Value of a Float

I want to convert the below c code to VBA. I have attempted but the output is not what it should be. Any suggestions? Code: 01: float myAbs(float x) 02: { 03:  // copy and re-interpret as 32 bit...

View Article


BLOBS in Database: Good or Bad practice?

Hi Folks, this subject came up in a discussion i had with someone last week: First off: Please no advice like "put the file (Image, Video, PDF, whatever) in a Folder on the Disk, and save the path to...

View Article

Image may be NSFW.
Clik here to view.

Word-based Spell Check hosed by Windows 10 update

Has anyone noticed more breakage of late in legacy VB6 apps from Windows update? Last it month it broke vertical/horizontal scroll bar controls, rendering them non-visible (available this link). MS did...

View Article

XNA Form Resize iusse

Hello, I'm using the code from https://www.vbforums.com/showthread....-XNA-in-VB-Net to draw a lines chart( I simply put a for cycle inside the backgroundworker to draw all the lines). My problem is...

View Article
Browsing all 15454 articles
Browse latest View live