Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Unanswered Questions

Ask Question
407 questions with no upvoted or accepted answers
30votes
0answers
1kviews

Pacman implemented in OOP VBA

What?, Why?I have been inspired by several other posts on the topic of OOP implementations in VBA to try and create a Pacman clone. I think this task is not all that hard in most languages; but, I ...
20votes
0answers
2kviews

Progress Bar for Excel

Any future updates can be found at Excel-VBA-ProgressBarWhat I've been using so farFor the last 6 years I've been using a progress form which I wrote in VBA using just Windows API calls. The code (...
14votes
0answers
603views

Faster VB6 / VBA class deallocation

For latest additions, see Edit sections at the bottom of this question.VB6 / VBA is slow to deallocate class instancesVB* class instance deallocation becomes exponentially slower the more instances ...
14votes
0answers
610views

BattleShip - Ships & Players

I'm making a full-blown OOP Battleship game in VBA (previous post: Battleship Grid), and I want this code to be as good as it gets - and better, if I can.I've refactored a few things, introduced a<...
11votes
0answers
386views

Host-Agnostic Model-View-ViewModel Infrastructure

I've written an API that unlocks some serious MVVM capabilities with VBA'sMSForms UI framework.This is the complete code-behind for an example ...
11votes
0answers
2kviews

Function to conect to Firebase Rest API via Access VBA

This is the application for small school, which will store students' info in Firebase and also retrieve data from Firebase. I am using JSON Parser to parse the data and save the same in Access tables....
10votes
0answers
2kviews

Private VBA Class Initializer called from Factory #2

AboutThis is a follow-up of a previous question Private VBA Class Initializer called from Factory. I've decided to create a new question instead of answering my old question because I would like the ...
8votes
0answers
850views

A VBA program to quantify the performance of code execution timers

MotivationI am interested in optimising the execution time of code with short (fast) execution times on the order of microseconds (µs), but that will be used with high frequency (e.g. like ...
8votes
0answers
4kviews

Responding to Events of Dynamically added Controls

I was asked for an example of a class to wrap dynamically added controls as I suggested in this Answer. Although it is out of the context of a Code Review, I thought that it would make an interesting ...
8votes
0answers
857views

Battleship MVC Architecture

The entry point is theMacros module, which - for now - includes only a single procedure, at a very high abstraction level - I'm quite happy with this:...
8votes
0answers
1kviews

IndexedArray Class: Uses a Dictionary Keys to Index a 2 Dimensional Array of Values

This class encapsulates a 2D Array and a Scripting Dictionary. Values are add or returned from to the Array using a Key and aColumnIndex, e.g. ...
8votes
0answers
3kviews

Bringing The System.Text.StringBuilder Up To Lightning Speed In The VBA

After having to swap the feature rich System.Text.StringBuilder for the very fast but very vanilla A lightning-fast StringBuilder, I decided it was time create a ...
7votes
0answers
142views

Created a paperfold like effect

I am trying to recreate a neat effect that I saw posted on Stack Overflow as a GIF .I am trying to recreate this with CSS and JavaScript and I have created a similar effect with a button press.I ...
7votes
0answers
394views

Web Battleship -The Unofficial Battleship UI

I've written my own UI for Mathieu Guindon's VBA Battleship (Battleship UI: GameSheet) which uses a webpage in a WebBrowser control for the View.Webform:Userform...
7votes
1answer
309views

12-column CSS grid system similar to Bootstrap

I am trying to build a 12-column CSS grid system very similar to Bootstrap. 4 breakpoints are supported:normal, sm, md, and lg. Anyway, here is the code:...

153050per page
1
2345
28

Unanswered Tags

javascript × 109
excel × 55
python × 51
css × 50
jquery × 31
php × 29
design-patterns × 29
performance × 24
java × 21
c# × 21
beginner × 21
python-3.x × 21
c++ × 18
game × 17
web-scraping × 13
classes × 11
api × 10
array × 8
unit-testing × 8
json × 8
dom × 8
ms-access × 8
algorithm × 7
mvc × 7
typescript × 7
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp