LinkLabel formatting
Trying to format a LinkLabel as shown in the attached image and code. As you can see it does not display the 7,8 and 9. Any suggestions would be appreciated. VB Code: Code: Private Sub Set_num(k)...
View ArticleIssue with password window
I have an issue. My code opens protected workbook in background - and it works fine, no issue, but when workbook is already open by other user, password window pops up - how to change that so user...
View ArticleUse non ClearType or Non TTF Fonts in VB
Hello I have a vb.net windows forms application that I am making, and I need some of the fonts in it to be not antialiased. When I try to select a select a non truetype font for the label text, it says...
View Article[RESOLVED] LinkLabel formatting
Trying to format a LinkLabel as shown in the attached image and code. As you can see it does not display the 7,8 and 9. Any suggestions would be appreciated. VB Code: Code: Private Sub Set_num(k)...
View ArticleVB advance add-in - hosting website down - reg key required
Karl E. Peterson's One-Stop Source Shop used to host the installer for add-in "VB Advance". It's been made freely available; has been for a few years now, but it does require a registration key to be...
View ArticleVS 2019 P2P Send & Receive Fail
I have been trying to figure out how to get a file to send and be received to c:\ as locally it's working but remotely it's generally failed. SendReceive.zip.zip I am testing on VPS and a proxy client...
View ArticleCall a service ("GET") via .vbs
Hi all, I have a laptop with windows 32bit xp and I want to call a web service using a .vbs script, let it be https://www.testws.gr/sendMessages I tried the following version Code: Dim xmlhttp, myurl...
View ArticleExtended ascii characters
I want to display in a text box the symbol ±, next to some words. It's supposed to be the ascii chracter 241 but in the ASCII set of my computer 241 is the small Greek rho (displays here as ñ when I...
View ArticleArrow buttons in the tab control
Hi all, How do I prevent the creation of the arrow buttons in the tab control with winapi? I mean these buttons : Attached Images
View ArticleCheck if a file exist in directory/subfolders and show its Explorer windows...
I'm using this code in order to check if file exist. Unfortunately It doesn't search also in subdirectory. Code is: Code: Private Async Function ParentMethod() As Task Dim filePath As String =...
View ArticleWhy do web pages render differently on different computers?
Hi, I know my title seems pretty easy to answer, none the less, the page that I'm working on seems to defy all odds. I have a very simple web page that contains different sections. The section in...
View ArticleI need urgent help! File reader?
I'm currently working on a software for a few months for my (automotive) chip tuning firm. I need to create a file reader that reads in both 8bit and 16bit (I'm maybe wrong! I don't know if I'm right)...
View ArticleCan a Winforms interop UserControl merge its menus with a VB6 container...
I am trying to migrate a VB6 UserControl to managed code. The original control has a set of standard menus (File, Help, etc) which are merged in to the menu bar of its container form (an ordinary VB6...
View ArticleNeed a little help with vb2017...
Good afternoon everyone. I have what is probably a very simple problem dealing with a Timing program I am trying to write for a drag strip program that I'm trying to implement. I'm using a common...
View ArticleCarousel clickable image in xamarin forms.
Hello Everyone, I want to create a Carousel view like when I press the right side arrow after that left side arrow will be shown before that left side arrow will be disabled and slide the image when I...
View ArticleHow to set the Explorer window of a specific file as a child window of...
Hi, as title says, How can I set the explorer windows of a specifi file as a child window of my TopMost form? I've been reading online and I found out I should call SetParent function...
View ArticleVS Code Crystal Report sql conn in VB.net
report is asking for sql db password everytime it opens. Anyone who can sort this out.
View ArticleVS 2019 Return statement not returning correct value
Here is the code (within a class): Code: Function GCD(Num1 As Integer, Num2 As Integer) As Integer 'Debug.Print("1st " & Num1 & " 2nd " & Num2) ' use Euclid's algorithm...
View Article[RESOLVED] Error installing VB 6.0 - Couldn't find Acme setup
I've install VB 6.0 many times and never experienced this error. I'm trying to install on a Windows 7 32 bit machine. Has anyone seen this? The internet was not much help to me. Attached Images
View ArticleReturn the Index value of a datatable, by searching the Datatable
Hi everyone, i'm ok with VB but some things are beyond me, and i don't know how to do the following. I have a datagridview that displays a short filtered list from my datatable. my datatable is...
View Article