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
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
vbnet
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
cobol
typescript-string
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
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
decode-leet-speak
decimal-number-to-string-leading-zeros
reconstruct-sparse-matrix-from-compact-triplet-matrix
compact-sparse-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged vb#
40,880
questions
53,288
answers
573
users
Recent questions tagged vb#
1
answer
70
views
How to get the row of Pascal triangle given an integer rowIndex in VB.NET
asked
Aug 3, 2025
by
avibootz
vb#
vbnet-pascal-triangle
1
answer
62
views
How to write a user-defined operator in VB.NET
asked
Aug 3, 2025
by
avibootz
vb#
vbnet-operator
1
answer
60
views
How to calculate power for large numbers in VB.NET
asked
Aug 2, 2025
by
avibootz
vb#
vbnet-power
1
answer
73
views
What is the equivalent of Chr() in VB.NET
asked
Aug 1, 2025
by
avibootz
vb#
vbnet-chr
1
answer
80
views
What is the equivalent of Asc() in VB.NET
asked
Aug 1, 2025
by
avibootz
vb#
vbnet-asc
vbnet-equivalent-of-asc
1
answer
56
views
How to sum the digits of the number 2^N in VB.NET
asked
Aug 1, 2025
by
avibootz
vb#
vbnet-power-digits-sum
1
answer
85
views
How to compare an enum value and a string that should match the enum name in VB.NET
asked
Aug 1, 2025
by
avibootz
vb#
vbnet-enum
4
answers
130
views
How to declare a function argument that can accept any type in VB.NET
asked
Jul 31, 2025
by
avibootz
vb#
vbnet-argument
1
answer
73
views
How to set specific bits in a char with VB.NET
asked
Jul 30, 2025
by
avibootz
vb#
vbnet-bits
1
answer
94
views
How to extract a float from a string in VB.NET
asked
Jul 28, 2025
by
avibootz
vb#
vbnet-string
vbnet-extract
1
answer
106
views
How to create a string with a repeated character N times in VB.NET
asked
Jul 28, 2025
by
avibootz
vb#
vbnet-string
2
answers
93
views
How to check if an integer contains an even or odd number of bits set in VB.NET
asked
Jul 27, 2025
by
avibootz
vb#
vbnet-bits
4
answers
125
views
How to pad a number with starting zero in VB.NET
asked
Jul 25, 2025
by
avibootz
vb#
vbnet-padding
1
answer
61
views
How to replace multiple consecutive question marks (?) with a single question mark in VB.NET
asked
Jul 24, 2025
by
avibootz
vb#
vbnet-replace
1
answer
58
views
How to format time hours-minutes-seconds in VB.NET
asked
Jul 22, 2025
by
avibootz
vb#
vbnet-time
1
answer
88
views
How to create an empty list of strings in VB.NET
asked
Jul 22, 2025
by
avibootz
vb#
vbnet-list
1
answer
87
views
How to split a string with multiple separators in VB.NET
asked
Jul 21, 2025
by
avibootz
vb#
vbnet-string
1
answer
58
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in VB.NET
asked
Jul 20, 2025
by
avibootz
vb#
vbnet-loop
1
answer
78
views
How to replace the first occurrence of a substring in a string with VB.NET
asked
Jul 20, 2025
by
avibootz
vb#
vbnet-substring
2
answers
103
views
How to match a substring within 2 square brackets using RegEx in VB.NET
asked
Jul 19, 2025
by
avibootz
vb#
vbnet-substring
vbnet-regex
1
answer
90
views
How to convert binary string to integer in VB.NET
asked
Jul 18, 2025
by
avibootz
vb#
vbnet-binary
vbnet-string
1
answer
93
views
How to remove stop words from a string in VB.NET
asked
Jul 17, 2025
by
avibootz
vb#
vbnet-string
1
answer
84
views
How to format a date as dd/mm/yyyy in VB.NET
asked
Jul 17, 2025
by
avibootz
vb#
vbnet-date
1
answer
88
views
How to pick a random value from a dictionary in VB.NET
asked
Jul 16, 2025
by
avibootz
vb#
vbnet-dictionary
1
answer
56
views
How to find the 100001 prime number in VB.NET
asked
Jul 16, 2025
by
avibootz
vb#
vbnet-prime
1
answer
80
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in VB.NET
asked
Jul 15, 2025
by
avibootz
vb#
vbnet-regex
1
answer
77
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in VB.NET
asked
Jul 15, 2025
by
avibootz
vb#
vbnet-regex
1
answer
67
views
How to assign multiple values to multiple variables in one line with VB.NET
asked
Jul 14, 2025
by
avibootz
vb#
vbnet-variable
1
answer
77
views
How to construct a 64-bit floating-point value from the mantissa m, exponent e, and sign flag s in VB.NET
asked
Jul 14, 2025
by
avibootz
vb#
vbnet-64bit
1
answer
91
views
How to filter a list in-place with VB.NET
asked
Jul 13, 2025
by
avibootz
vb#
vbnet-list
vbnet-filter
1
answer
53
views
How to XOR byte arrays in VB.NET
asked
Jul 12, 2025
by
avibootz
vb#
vbnet-xor
1
answer
90
views
How to check if a string includes $sometext$ without numbers in VB.NET
asked
Jul 11, 2025
by
avibootz
vb#
vbnet-string
1
answer
75
views
How to encode and decode a string to base64 in VB.NET
asked
Jul 10, 2025
by
avibootz
vb#
vbnet-encode
vbnet-decode
vbnet-base64
1
answer
77
views
How to remove the letters from word1 if they do not exist in word2 with VB.NET
asked
Jul 9, 2025
by
avibootz
vb#
vbnet-string
1
answer
82
views
How to check elapsed milliseconds using Thread.Sleep in for loop with VB.NET
asked
Jul 9, 2025
by
avibootz
vb#
vbnet-sleep
1
answer
95
views
How to remove the letters from word1 if they exist in word2 with VB.NET
asked
Jul 8, 2025
by
avibootz
vb#
vbnet-string
1
answer
84
views
How to check if an array of bytes is a valid UTF-8 string in VB.NET
asked
Jul 8, 2025
by
avibootz
vb#
vbnet-utf8
1
answer
99
views
How to get intersection of two strings in VB.NET
asked
Jul 6, 2025
by
avibootz
vb#
vbnet-intersection
vbnet-string
1
answer
76
views
How to pad a string on both sides in VB.NET
asked
Jul 5, 2025
by
avibootz
vb#
vbnet-string
1
answer
76
views
How to pad a string on the right in VB.NET
asked
Jul 3, 2025
by
avibootz
vb#
vbnet-string
1
answer
92
views
How to increment an integer represented as an integer list of digits by one in VB.NET
asked
Jul 2, 2025
by
avibootz
vb#
vbnet-list
1
answer
61
views
How to use switch statement with strings in VB.NET
asked
Jul 1, 2025
by
avibootz
vb#
vbnet-switch
1
answer
90
views
How to calculate the mean and the standard deviation of an array of floating-point values in VB.NET
asked
Jun 29, 2025
by
avibootz
vb#
vbnet-mean
vbnet-standard-deviation
1
answer
101
views
How to calculate the sum of squares of an array of floating-point values in VB.NET
asked
Jun 29, 2025
by
avibootz
vb#
vbnet-array
1
answer
54
views
How to compute the hypotenuse h of the triangle in VB.NET
asked
Jun 28, 2025
by
avibootz
vb#
vbnet-triangle
1
answer
90
views
How to find the first non-repeated character in a string with VB.NET
asked
Jun 28, 2025
by
avibootz
vb#
vbnet-string
1
answer
96
views
How to convert a string with either , or . as decimal/thousand separators into a float in VB.NET
asked
Jun 27, 2025
by
avibootz
vb#
vbnet-string
vbnet-convert
1
answer
95
views
How to shift elements of an array to the right by one position in VB.NET
asked
Jun 27, 2025
by
avibootz
vb#
vbnet-array
1
answer
74
views
How to declare a real variable with at least 20 digits in VB.NET
asked
Jun 26, 2025
by
avibootz
vb#
1
answer
105
views
How to check if any value in a one-dimensional array a is larger than x using LINQ Array.Any in VB.NET
asked
Jun 25, 2025
by
avibootz
vb#
vbnet-array
vbnet-linq
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
50
next »
...