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
jquery
pascal-string
lua
winforms
vbnet
kotlin-string
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,889
questions
53,297
answers
573
users
Recent questions tagged vb#
1
answer
129
views
How to get substring between two substrings in VB.NET
asked
Oct 30, 2022
by
avibootz
vb#
1
answer
105
views
How to sum the proper divisors of a number in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
118
views
How to remove characters between two indexes from StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
141
views
How to insert a string at specific index into StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
117
views
How to append string array to StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
113
views
How to replace all instances of substring in StringBuilder with VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
107
views
How to declare and initialize StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
159
views
How to use append formatted date to StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
83
views
How to declare StringBuilder in VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
112
views
How to find all words starts with @@ and ends with @@ in a string with VB.NET
asked
Oct 27, 2022
by
avibootz
vb#
1
answer
131
views
How to split a string and remove empty elements from result in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
119
views
How to match words that start with M and ends with e in a string with VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
117
views
How to match words that start with S in a string with VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
2
answers
148
views
How to split string by word in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
187
views
How to split string words by punctuation in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
164
views
How to split string on backslash or forward slash in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
119
views
How to split string on forward slash in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
134
views
How to split string on backslash in VB.NET
asked
Oct 26, 2022
by
avibootz
vb#
1
answer
110
views
How to count the maximum consecutive set of numbers in an array with VB.NET
asked
Oct 22, 2022
by
avibootz
vb#
1
answer
156
views
How to add two stdin input numbers in VB.NET
asked
Oct 20, 2022
by
avibootz
vb#
2
answers
144
views
How to check if year is leap year in VB.NET
asked
Oct 16, 2022
by
avibootz
vb#
1
answer
154
views
How to find all possible combinations of numbers from a list that equal to N in VB.NET
asked
Oct 15, 2022
by
avibootz
vb#
1
answer
105
views
How to find all pairs in a vector that equal to a given sum in VB.NET
asked
Oct 10, 2022
by
avibootz
vb#
1
answer
140
views
How to divide a string into N equal parts with VB.NET
asked
Oct 5, 2022
by
avibootz
vb#
1
answer
136
views
How to print a string in N equal parts with VB.NET
asked
Oct 4, 2022
by
avibootz
vb#
1
answer
123
views
How to subtract two matrices (matrix) in VB.NET
asked
Oct 3, 2022
by
avibootz
vb#
1
answer
118
views
How to replace every element in array by multiplication of next and previous elements with VB.NET
asked
Oct 2, 2022
by
avibootz
vb#
2
answers
130
views
How to match a substring in a string ignoring case in VB.NET
asked
Sep 30, 2022
by
avibootz
vb#
1
answer
160
views
How to case insensitive remove specific character from a string in VB.NET
asked
Sep 30, 2022
by
avibootz
vb#
3
answers
202
views
How to remove specific character from a string in VB.NET
asked
Sep 30, 2022
by
avibootz
vb#
1
answer
139
views
How to make two strings anagram by removing characters in VB.NET
asked
Sep 30, 2022
by
avibootz
vb#
1
answer
148
views
How to print the characters need to be removed so that two strings become anagram in VB.NET
asked
Sep 29, 2022
by
avibootz
vb#
1
answer
116
views
How to print char array in VB.NET
asked
Sep 28, 2022
by
avibootz
vb#
1
answer
110
views
How to create a string from a char array in VB.NET
asked
Sep 28, 2022
by
avibootz
vb#
2
answers
169
views
How to use char to as array index in VB.NET
asked
Sep 28, 2022
by
avibootz
vb#
1
answer
178
views
How to count the characters need to be removed so that two strings become anagram in VB.NET
asked
Sep 28, 2022
by
avibootz
vb#
1
answer
160
views
How to find the subarray whose sum is equal to a given number N in VB.NET
asked
Sep 26, 2022
by
avibootz
vb#
1
answer
168
views
How to find the row with maximum number of 1’s in sorted rows binary digits matrix with VB.NET
asked
Sep 25, 2022
by
avibootz
vb#
1
answer
155
views
How to convert char array into a single int in VB.NET
asked
Sep 23, 2022
by
avibootz
vb#
1
answer
139
views
How to find all common elements in given three sorted arrays with VB.NET
asked
Sep 21, 2022
by
avibootz
vb#
1
answer
118
views
How to find all pythagorean triples (a^2 + b^2 = c^2) from an array in VB.NET
asked
Sep 21, 2022
by
avibootz
vb#
1
answer
127
views
How to find two numbers from an array that are just smaller and just greater than N in VB.NET
asked
Sep 19, 2022
by
avibootz
vb#
1
answer
173
views
How to print the number of substrings with exactly k distinct characters in VB.NET
asked
Sep 17, 2022
by
avibootz
vb#
1
answer
184
views
How to count the number of substrings with exactly k distinct characters in VB.NET
asked
Sep 17, 2022
by
avibootz
vb#
1
answer
186
views
How to count and print triplets from an array with sum smaller than a given value in VB.NET
asked
Sep 16, 2022
by
avibootz
vb#
1
answer
122
views
How to use default constructor in VB.NET
asked
Sep 15, 2022
by
avibootz
vb#
1
answer
152
views
How to calculate the difference between two time periods in VB.NET
asked
Sep 15, 2022
by
avibootz
vb#
1
answer
140
views
How to multiply two matrices (matrix) in VB.NET
asked
Sep 15, 2022
by
avibootz
vb#
1
answer
123
views
How to print a given matrix in spiral form with VB.NET
asked
Sep 13, 2022
by
avibootz
vb#
1
answer
162
views
How to shift array elements to left by one position in VB.NET
asked
Sep 11, 2022
by
avibootz
vb#
Page:
« prev
1
...
17
18
19
20
21
22
23
24
25
26
27
...
50
next »
...