Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
binary-search-algorithm
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged VB#
41,301
questions
53,811
answers
573
users
Recent questions tagged VB#
1
answer
137
views
How to calculate the future occurrences of Friday the 13th in VB.NET
asked
May 31, 2025
by
avibootz
vb#
vbnet-date
1
answer
167
views
How to check if a string contains only letters, numbers, underscores and dashes in VB.NET
asked
May 31, 2025
by
avibootz
vb#
vbnet-regex
1
answer
145
views
How to check if a 3x3 grid is a valid Sudoku grid in VB.NET
asked
May 30, 2025
by
avibootz
vb#
vbnet-sudoku
2
answers
181
views
How to rotate a matrix 90 degrees clockwise in VB.NET
asked
May 29, 2025
by
avibootz
vb#
vbnet-matrix
1
answer
243
views
How to check if a matrix columns contain numbers without repetition in VB.NET
asked
May 28, 2025
by
avibootz
vb#
vbnet-matrix
1
answer
233
views
How to move the digits of a string with digits and letters to the beginning of the string in VB.NET
asked
May 27, 2025
by
avibootz
vb#
vbnet-string
1
answer
162
views
How to sort a string with digits and letters (digits before letters) in VB.NET
asked
May 27, 2025
by
avibootz
vb#
vbnet-string
vbnet-sort
1
answer
168
views
How to sort a string with digits and letters (letters before digits) in VB.NET
asked
May 26, 2025
by
avibootz
vb#
vbnet-string
vbnet-sort
1
answer
179
views
How to find repeated patterns of numbers in the rows of a matrix with VB.NET
asked
May 25, 2025
by
avibootz
vb#
vbnet-string
1
answer
186
views
How to convert a matrix of numbers to a string in VB.NET
asked
May 24, 2025
by
avibootz
vb#
vbnet-convert-matrix-numbers-to-string
convert-matrix-numbers-to-string
2
answers
188
views
How to find repeated rows of a matrix in VB.NET
asked
May 24, 2025
by
avibootz
vb#
vbnet-matrix
1
answer
198
views
How to check if a matrix rows contain numbers without repetition in VB.NET
asked
May 23, 2025
by
avibootz
vb#
vbnet-matrix
1
answer
149
views
How to write a generic solution to accept and invoke any function and return different types in VB.NET
asked
May 21, 2025
by
avibootz
vb#
vbnet-generic
2
answers
159
views
How to pass a runnable procedure (a function) as a parameter and run it in VB.NET
asked
May 21, 2025
by
avibootz
vb#
vbnet-function-parameter
1
answer
147
views
How to expose a read-only integer to the outside class while being writable inside a class with VB.NET
asked
May 21, 2025
by
avibootz
vb#
vbnet-read-only
3
answers
198
views
How to handle invalid argument in VB.NET
asked
May 20, 2025
by
avibootz
vb#
vbnet-argument
3
answers
176
views
How to allocate 1MB in VB.NET
asked
May 19, 2025
by
avibootz
vb#
vbnet-allocation
1
answer
176
views
How to stop a program in VB.NET
asked
May 18, 2025
by
avibootz
vb#
1
answer
141
views
How to make large number calculation in VB.NET
asked
May 18, 2025
by
avibootz
vb#
vbnet-biginteger
1
answer
156
views
How to catch overflow exception in VB.NET
asked
May 18, 2025
by
avibootz
vb#
vbnet-overflow
1
answer
141
views
How to check if integer multiplication will overflow in VB.NET
asked
May 18, 2025
by
avibootz
vb#
vbnet-overflow
1
answer
148
views
How to check if integer addition will overflow in VB.NET
asked
May 17, 2025
by
avibootz
vb#
vbnet-overflow
1
answer
154
views
How to check whether a string is a palindrome, ignoring spaces and case in VB.NET
asked
May 16, 2025
by
avibootz
vb#
vbnet-palindrome
1
answer
113
views
How to declare a RegEx with character repetition to match the strings "http", "htttp", "httttp", etc in VB.NET
asked
May 15, 2025
by
avibootz
vb#
vbnet-regex
4
answers
206
views
How to round to 2 decimal places in VB.NET
asked
May 15, 2025
by
avibootz
vb#
vbnet-round
3
answers
218
views
How to round up a double value to 2 decimal places in VB.NET
asked
May 15, 2025
by
avibootz
vb#
vbnet-round
2
answers
129
views
How to round a decimal to 2 decimal places in VB.NET
asked
May 15, 2025
by
avibootz
vb#
vbnet-round
1
answer
162
views
How to round a floating-point number to an integer in VB.NET
asked
May 14, 2025
by
avibootz
vb#
vbnet-round
1
answer
185
views
How to find all double quote substrings in a string with VB.NET
asked
May 12, 2025
by
avibootz
vb#
vbnet-string
vbnet-substring
vbnet-regex
1
answer
180
views
How to combine a string with a dynamic double-quoted substring in VB.NET
asked
May 12, 2025
by
avibootz
vb#
vbnet-string
vbnet-substring
2
answers
198
views
How to declare a string with double quote substrings in VB.NET
asked
May 12, 2025
by
avibootz
vb#
vbnet-string
vbnet-substring
1
answer
145
views
How to find the largest palindrome made from the product of two 2-digit numbers in VB.NET
asked
May 11, 2025
by
avibootz
vb#
vbnet-palindrome
2
answers
203
views
How to search insert position of K in a sorted list with VB.NET
asked
May 10, 2025
by
avibootz
vb#
vbnet-list
1
answer
127
views
How to print all command line arguments except the program name in VB
asked
May 9, 2025
by
avibootz
vb#
vbnet-arguments
1
answer
160
views
How to convert DateTime.Now to an integer in VB.NET
asked
May 8, 2025
by
avibootz
vb#
vbnet-date
2
answers
188
views
How to use the clock as a random generator seed in VB.NET
asked
May 8, 2025
by
avibootz
vb#
vbnet-random
1
answer
79
views
How to create a bitset in VB.NET
asked
May 7, 2025
by
avibootz
vb#
vbnet-bitset
1
answer
102
views
How to use BigInteger in VB.NET
asked
May 6, 2025
by
avibootz
vb#
vbnet-biginteger
1
answer
128
views
How to remove a random word from a string in VB.NET
asked
May 4, 2025
by
avibootz
vb#
vbnet-string
1
answer
121
views
How to join a list of strings in VB.NET
asked
May 4, 2025
by
avibootz
vb#
vbnet-list
1
answer
143
views
How to pop the first element of a list in VB.NET
asked
May 2, 2025
by
avibootz
vb#
vbnet-list
1
answer
205
views
How to convert a URL inside a string to a hyperlink in VB.NET
asked
May 1, 2025
by
avibootz
vb#
vbnet-string
1
answer
96
views
How to pause execution for 5 seconds in VB.NET
asked
Apr 29, 2025
by
avibootz
vb#
vbnet-execution
3
answers
128
views
How to break the outer loop in VB.NET
asked
Apr 28, 2025
by
avibootz
vb#
vbnet-loop
1
answer
168
views
How to check if an integer include specific digits x times in VB.NET
asked
Apr 27, 2025
by
avibootz
vb#
vbnet-integer
1
answer
127
views
How to use Console.ReadLine() inside a while loop in VB.NET
asked
Apr 25, 2025
by
avibootz
vb#
vbnet-loop
1
answer
112
views
How to get all letter combinations of a phone number given a string of digits from 2-9 in VB.NET
asked
Apr 25, 2025
by
avibootz
vb#
vbnet-string
2
answers
118
views
How to continue outer loop in VB.NET
asked
Apr 24, 2025
by
avibootz
vb#
vbnet-loop
1
answer
118
views
How to remove the first N characters from a string in VB.NET
asked
Apr 23, 2025
by
avibootz
vb#
vbnet-string
3
answers
130
views
How to create a set of objects in VB.NET
asked
Apr 22, 2025
by
avibootz
vb#
vbnet-hashset
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
12
...
51
next »
...