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
vbnet
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
Disclosure:
My content contains affiliate links.
Recent questions tagged vb#
41,676
questions
54,341
answers
573
users
Recent questions tagged vb#
1
answer
188
views
How to find hamming distance (number of bits in the same position that differs in two numbers) in VB.NET
asked
Feb 6, 2024
by
avibootz
vb#
1
answer
204
views
How to select N reservoir items randomly from a list in VB.NET
asked
Feb 3, 2024
by
avibootz
vb#
2
answers
180
views
How to select N reservoir items randomly from an array in VB.NET
asked
Feb 3, 2024
by
avibootz
vb#
1
answer
168
views
How to check if a number and its double contain exactly the same digits in VB.NET
asked
Jan 30, 2024
by
avibootz
vb#
1
answer
171
views
How to find the consecutive prime numbers which sum of them equal to N in VB.NET
asked
Jan 28, 2024
by
avibootz
vb#
1
answer
224
views
How to convert string to url encoding in VB.NET
asked
Jan 27, 2024
by
avibootz
vb#
1
answer
142
views
How to create unique string using GUID in VB.NET
asked
Jan 27, 2024
by
avibootz
vb#
2
answers
199
views
How to filter a list in VB.NET
asked
Jan 26, 2024
by
avibootz
vb#
vbnet-list
vbnet-filter
1
answer
168
views
How to find and print the common characters (letters) in different strings with VB.NET
asked
Jan 26, 2024
by
avibootz
vb#
2
answers
199
views
How to get the difference between two arrays in VB.NET
asked
Jan 26, 2024
by
avibootz
vb#
1
answer
191
views
How to convert ASCII value to string in VB.NET
asked
Jan 24, 2024
by
avibootz
vb#
vbnet-ascii
1
answer
143
views
How to print the use of different characters (letters) in a string in VB.NET
asked
Jan 24, 2024
by
avibootz
vb#
1
answer
146
views
How to check if a matrix is Toeplitz or not in VB.NET
asked
Jan 23, 2024
by
avibootz
vb#
1
answer
143
views
How to change all elements of row i and column j in a binary matrix to 0 if cell[i, j] is 0 with VB.NET
asked
Jan 22, 2024
by
avibootz
vb#
1
answer
110
views
How to find the k closest elements to a giving value in sorted array with VB.NET
asked
Jan 21, 2024
by
avibootz
vb#
1
answer
115
views
How to find the floor of N in a sorted array with VB.NET
asked
Jan 20, 2024
by
avibootz
vb#
1
answer
99
views
How to find the ceiling of N in a sorted array with VB.NET
asked
Jan 20, 2024
by
avibootz
vb#
1
answer
134
views
How to check if number can be made prime by deleting a single digit in VB.NET
asked
Jan 18, 2024
by
avibootz
vb#
vbnet-number-made-prime-deleting-single-digit
number-made-prime-deleting-single-digit
1
answer
151
views
How to calculate sum of series 1 + 11 + 111 + 1111 + ... N in VB.NET
asked
Jan 17, 2024
by
avibootz
vb#
1
answer
109
views
How to print 2D list using for loop in VB.NET
asked
Jan 15, 2024
by
avibootz
vb#
1
answer
127
views
How to create and initialize 2D list in VB.NET
asked
Jan 15, 2024
by
avibootz
vb#
1
answer
106
views
How to check if the digits of a number are prime in VB.NET
asked
Jan 15, 2024
by
avibootz
vb#
1
answer
108
views
How to remove the second digit from a number in VB.NET
asked
Jan 13, 2024
by
avibootz
vb#
1
answer
98
views
How to truncate a number from left in VB.NET
asked
Jan 11, 2024
by
avibootz
vb#
1
answer
116
views
How to get current year from date in VB.NET
asked
Jan 10, 2024
by
avibootz
vb#
1
answer
147
views
What to imports to use List(Of String) in VB.NET
asked
Jan 9, 2024
by
avibootz
vb#
2
answers
168
views
How to concatenate list items into a string in VB.NET
asked
Jan 9, 2024
by
avibootz
vb#
1
answer
111
views
How to check whether a numbers are palindrome in base 10 and base 2 with VB.NET
asked
Jan 8, 2024
by
avibootz
vb#
1
answer
141
views
How to use Regex pattern to print all the digits from a string with VB.NET
asked
Jan 3, 2024
by
avibootz
vb#
1
answer
174
views
How to extract all digits from string into another string using regex in VB.NET
asked
Jan 3, 2024
by
avibootz
vb#
1
answer
206
views
How to check if a number is curious number (sum of the factorials of each digit equal to itself) in VB.NET
asked
Jan 2, 2024
by
avibootz
vb#
1
answer
127
views
How to sum the factorials of the digits of a number in VB.NET
asked
Jan 2, 2024
by
avibootz
vb#
1
answer
201
views
How to find the most frequent word in an array of strings with VB.NET
asked
Jan 1, 2024
by
avibootz
vb#
1
answer
138
views
How to convert a number to char array in VB.NET
asked
Dec 30, 2023
by
avibootz
vb#
1
answer
113
views
How to check if a number is pandigital in VB.NET
asked
Dec 30, 2023
by
avibootz
vb#
vbnet-check-number-pandigitaln
check-number-pandigitaln
1
answer
133
views
How to print all 3 digits armstrong numbers in VB.NET
asked
Dec 30, 2023
by
avibootz
vb#
2
answers
176
views
How to count the total number of digits in a number with VB.NET
asked
Dec 30, 2023
by
avibootz
vb#
2
answers
209
views
How to use IndexOf to find substring in a string with VB.NET
asked
Dec 27, 2023
by
avibootz
vb#
1
answer
156
views
How to add items to list in VB.NET
asked
Dec 27, 2023
by
avibootz
vb#
2
answers
197
views
How to extract hours, minutes and second from string in VB.NET
asked
Dec 27, 2023
by
avibootz
vb#
1
answer
132
views
How to create an empty list in VB.NET
asked
Dec 27, 2023
by
avibootz
vb#
1
answer
156
views
How to print the bits that need to be flipped to convert a number to another number in VB.NET
asked
Dec 25, 2023
by
avibootz
vb#
2
answers
132
views
How to count the number of bits to be flipped to convert a number to another number in VB.NET
asked
Dec 25, 2023
by
avibootz
vb#
1
answer
158
views
How to extract the last N bits of a 32-bit integer in VB.NET
asked
Dec 24, 2023
by
avibootz
vb#
2
answers
145
views
How to extract N bits from a given position in a number with VB.NET
asked
Dec 22, 2023
by
avibootz
vb#
1
answer
147
views
How to use method overloading in VB.NET
asked
Dec 18, 2023
by
avibootz
vb#
2
answers
147
views
How to use the GoTo statement in VB.NET
asked
Dec 17, 2023
by
avibootz
vb#
1
answer
134
views
How to use select case with multiple options in VB.NET
asked
Dec 17, 2023
by
avibootz
vb#
1
answer
149
views
How to use select case with a given range in VB.NET
asked
Dec 17, 2023
by
avibootz
vb#
1
answer
139
views
How to use select case in VB.NET
asked
Dec 17, 2023
by
avibootz
vb#
Page:
« prev
1
...
10
11
12
13
14
15
16
17
18
19
20
...
51
next »
...