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,886
questions
53,294
answers
573
users
Recent questions tagged vb#
1
answer
224
views
How to convert a string to uppercase in VB.NET
asked
Nov 9, 2019
by
avibootz
vb#
1
answer
175
views
How to check if lowercase and uppercase characters in a string are in same order with VB.NET
asked
Nov 9, 2019
by
avibootz
vb#
1
answer
173
views
How to modify HashSet-1 to contain elements that are in HashSet-1 AND in HashSet-2 with VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
155
views
How to modify HashSet-1 to contain elements that are NOT in HashSet-1 AND in HashSet-2 with VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
150
views
How to chack if HashSet is subset of other HashSet in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
185
views
How to modify HashSet to contain only the elements that intersect with other HashSet in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
249
views
How to convert string array to HashSet in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
140
views
How to convert string array to string in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
2
answers
184
views
How to declare and use a Char in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
2
answers
229
views
How to check whether two strings contain same characters in VB.NET
asked
Oct 28, 2019
by
avibootz
vb#
1
answer
228
views
How to remove duplicate substrings from a string in VB.NET
asked
Oct 24, 2019
by
avibootz
vb#
2
answers
189
views
How to get all substrings of a string with VB.NET
asked
Oct 24, 2019
by
avibootz
vb#
1
answer
213
views
How to get all palindrome substrings in a string with VB.NET
asked
Oct 24, 2019
by
avibootz
vb#
1
answer
192
views
How to measure decimal array memory size in VB.NET
asked
Oct 20, 2019
by
avibootz
vb#
1
answer
240
views
What is the max and min value of signle data type in VB.NET
asked
Oct 20, 2019
by
avibootz
vb#
1
answer
214
views
What is the max and min value of decimal data type in VB.NET
asked
Oct 20, 2019
by
avibootz
vb#
1
answer
179
views
How to use boolean with if statement in VB.NET
asked
Oct 20, 2019
by
avibootz
vb#
1
answer
154
views
How to find the max prime number in an array with VB.NET
asked
Oct 19, 2019
by
avibootz
vb#
1
answer
190
views
How to sum of all the prime numbers in an array with VB.NET
asked
Oct 19, 2019
by
avibootz
vb#
1
answer
155
views
How to find of all the prime numbers in an array with VB.NET
asked
Oct 19, 2019
by
avibootz
vb#
1
answer
257
views
How to print 1 to N numbers recursively in VB.NET
asked
Oct 16, 2019
by
avibootz
vb#
1
answer
191
views
How to use if shorthand operator inside Console.WriteLine with VB.NET
asked
Sep 26, 2019
by
avibootz
vb#
1
answer
156
views
How to check if a string is rotation of another string in VB.NET
asked
Sep 26, 2019
by
avibootz
vb#
3
answers
273
views
How to remove all non-alphanumeric characters from a string in VB.NET
asked
Sep 10, 2019
by
avibootz
vb#
2
answers
219
views
How to remove "\r\n\t" from a string in VB.NET
asked
Sep 10, 2019
by
avibootz
vb#
2
answers
290
views
How to get the word before the last word from a string in VB.NET
asked
Sep 9, 2019
by
avibootz
vb#
2
answers
234
views
How to get the last space position in a string with VB.NET
asked
Sep 9, 2019
by
avibootz
vb#
2
answers
249
views
How to get the last two words from a string in VB.NET
asked
Sep 9, 2019
by
avibootz
vb#
1
answer
187
views
How to insert words from a string into a table in VB.NET
asked
Sep 8, 2019
by
avibootz
vb#
1
answer
589
views
How to get the last word from string in VB.NET
asked
Sep 8, 2019
by
avibootz
vb#
vbnet
vbnet-string
vbnet-get-last-word-string
get-last-word-string
1
answer
236
views
How to replace multiple spaces in a string with single space between words in VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
3
answers
299
views
How to remove spaces from a string in VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
2
answers
194
views
How to sort array in in descending order with VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
2
answers
169
views
How to sort array in VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
1
answer
206
views
How to parse the date time from a string in VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
1
answer
190
views
How to parse the date from a string in VB.NET
asked
Sep 7, 2019
by
avibootz
vb#
1
answer
263
views
What is the equivalent to C# var in VB.NET
asked
Sep 6, 2019
by
avibootz
vb#
1
answer
173
views
How to convert enum to list in VB.NET
asked
Sep 5, 2019
by
avibootz
vb#
1
answer
224
views
How to enumeration (enum) and select case in VB.NET
asked
Sep 5, 2019
by
avibootz
vb#
1
answer
173
views
How to put quotes within a string in VB.NET
asked
Sep 5, 2019
by
avibootz
vb#
1
answer
174
views
How to break long string into lines in VB.NET
asked
Sep 4, 2019
by
avibootz
vb#
1
answer
155
views
How to create long string from substrings in VB.NET
asked
Sep 4, 2019
by
avibootz
vb#
1
answer
199
views
How to check whether a float number is even or odd in VB.NET
asked
Sep 2, 2019
by
avibootz
vb#
1
answer
201
views
How to get the first two digit of int number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
1
answer
181
views
How to add one to last digit of float number in a string with VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
1
answer
195
views
How to get the last digit of float number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
2
answers
259
views
How to extract the int part and the decimal part from float number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
1
answer
218
views
How to get the first two digits after the decimal point of a float number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
2
answers
286
views
How to get the first digit after the decimal point of a float number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
1
answer
195
views
How to get the last digit of int number in VB.NET
asked
Aug 30, 2019
by
avibootz
vb#
Page:
« prev
1
...
33
34
35
36
37
38
39
40
41
42
43
...
50
next »
...