Excel VBA Macro to start a local video in fullscreen mode using a shortcut
I am a novice to Excel VBA code but this is what I've learned / done so far. The code below is a module initiated in Excel by a key shortcut. Ctrl Shift T. It runs the video within the worksheet as...
View Article[RESOLVED] I'm "Boggled"!
OK, here goes...attempting to build a game similar to Boggle...where there are 16 cubes (6 sides, of course on each, with various Letters on each side). To start a 'round', I want to randomly select...
View ArticleVB6 EXE does not work, but runs from VB6 IDE
Hi, my code in IDE can run , but build exe can't run,the following code add msgbox then can run ,why? (mk_xxxx were dllimport dll file) Code: Private Sub btnDARK_Click() Dim result As Boolean...
View ArticleMsOf07 Cant copy/paste from workbook when using shortcut/hot key
I have encountered a very strange problem. I have some code that opens a second workbook, copies a sheet from the second workbook into the first workbook (where the VBA is), then closes the second...
View ArticleDifferent Boggle Question
So, I have 16 characters(letters) (randomly chosen from 16 cubes (dice, or die, if you prefer)) in a text array (1 through 16). The way the game BOGGLE works is that people have to make words from...
View ArticleLinkLabel 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 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 once it's received it's much less than the original file and generally fails unless it's plain text. P2P.zip Locally...
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 Article