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,677
questions
54,342
answers
573
users
Recent questions tagged vb#
1
answer
232
views
How to get today date in mm/dd/yyyy format with VB.NET
asked
Jun 17, 2023
by
avibootz
vb#
1
answer
155
views
How to compare two byte arrays in VB.NET
asked
Jun 5, 2023
by
avibootz
vb#
1
answer
126
views
How to find longest palindrome substring in VB.NET
asked
Jun 3, 2023
by
avibootz
vb#
2
answers
192
views
How to convert a decimal to a double in VB.NET
asked
Jun 3, 2023
by
avibootz
vb#
vbnet
vbnet-convert-decimal-double
convert-decimal-double
1
answer
139
views
How to count the frequency of the digits (0 to 9) in a string with VB.NET
asked
Jun 1, 2023
by
avibootz
vb#
1
answer
105
views
How to create a string with newlines in VB.NET
asked
May 30, 2023
by
avibootz
vb#
1
answer
117
views
How to split a string by newline in VB.NET
asked
May 30, 2023
by
avibootz
vb#
1
answer
165
views
How to delete the middle element of a stack in VB.NET
asked
May 27, 2023
by
avibootz
vb#
vbnet-delete-middle-element-stack
delete-middle-element-stack
1
answer
147
views
How to find missing elements of a given range in array of distinct elements with VB.NET
asked
May 23, 2023
by
avibootz
vb#
1
answer
150
views
How to find all triplets with zero sum in a given array with VB.NET
asked
May 22, 2023
by
avibootz
vb#
2
answers
192
views
What is the equivalent data type of var VB.NET
asked
May 16, 2023
by
avibootz
vb#
1
answer
127
views
How to get the number of the day from a given date to end of year in VB.NET
asked
May 16, 2023
by
avibootz
vb#
1
answer
169
views
How to get the number of the day from the beginning of the year to a given date in VB.NET
asked
May 16, 2023
by
avibootz
vb#
vbnet-number-day-beginning-year
number-day-beginning-year
4
answers
693
views
How to check whether number is perfect square or not in VB.NET
asked
May 14, 2023
by
avibootz
vb#
1
answer
153
views
How to calculate the area of trapezium in VB.NET
asked
May 8, 2023
by
avibootz
vb#
1
answer
145
views
How to convert a dictionary to KeyValuePair list in VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
157
views
How to create and initialize dictionary in VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
120
views
How to get KeyValuePair list size in VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
147
views
How to print KeyValuePair list by index in VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
145
views
How to create and initialize KeyValuePair list in VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
131
views
How to find K most frequent elements in an unsorted array with VB.NET
asked
Apr 29, 2023
by
avibootz
vb#
1
answer
144
views
How to find the equilibrium index of an array (sum arr[0 to index - 1] == sum arr[index + 1 to size]) in VB.NET
asked
Apr 26, 2023
by
avibootz
vb#
1
answer
232
views
How to find if there is a pair in sorted array with sum equal to a given sum in VB.NET
asked
Apr 22, 2023
by
avibootz
vb#
1
answer
124
views
How to find the majority element in int array with VB.NET
asked
Apr 21, 2023
by
avibootz
vb#
1
answer
132
views
How to swap two values of an array in VB.NET
asked
Apr 19, 2023
by
avibootz
vb#
1
answer
159
views
How to sort an array of 0s, 1s and 2s in VB.NET
asked
Apr 19, 2023
by
avibootz
vb#
1
answer
145
views
How to find the smallest missing number from sorted array in VB.NET
asked
Apr 17, 2023
by
avibootz
vb#
1
answer
147
views
How to count the number of possible triangles from a given array in VB.NET
asked
Apr 14, 2023
by
avibootz
vb#
1
answer
161
views
How to check if a string contains only blank spaces and / or zeros in VB.NET
asked
Apr 12, 2023
by
avibootz
vb#
1
answer
149
views
How to check if there is only one time zero in a string with VB.NET
asked
Apr 11, 2023
by
avibootz
vb#
1
answer
192
views
How to check if a number is cyclops (number with odd number of digits and zero in the center) in VB.NET
asked
Apr 10, 2023
by
avibootz
vb#
1
answer
137
views
How to check if a number is prime cyclops in VB.NET
asked
Apr 10, 2023
by
avibootz
vb#
1
answer
138
views
How to check if a number is palindromic prime cyclops in VB.NET
asked
Apr 10, 2023
by
avibootz
vb#
1
answer
159
views
How to find the first 18 circular prime numbers (cyclically rotate left will also be prime) in VB.NET
asked
Mar 24, 2023
by
avibootz
vb#
1
answer
140
views
How to check if a number is circular prime (cyclically rotate left will also be prime) in VB.NET
asked
Mar 24, 2023
by
avibootz
vb#
10
answers
1,036
views
How to use enum in VB.NET
asked
Mar 19, 2023
by
avibootz
vb#
2
answers
198
views
How to remove duplicates from a list in VB.NET
asked
Mar 19, 2023
by
avibootz
vb#
6
answers
596
views
How to sort a dictionary by value in VB.NET
asked
Mar 18, 2023
by
avibootz
vb#
vbnet
vbnet-sort-dictionary-value
sort-dictionary-value
1
answer
135
views
How to fill multiple columns of specific row of 2D Array in VB.NET
asked
Mar 14, 2023
by
avibootz
vb#
1
answer
101
views
How to add a column to 2D array in VB.NET
asked
Mar 14, 2023
by
avibootz
vb#
1
answer
166
views
How to add a row to 2D array in VB.NET
asked
Mar 14, 2023
by
avibootz
vb#
4
answers
191
views
How to print 2D array in VB.NET
asked
Mar 12, 2023
by
avibootz
vb#
1
answer
120
views
How to declare and initialize a set containing unique objects in VB.NET
asked
Mar 11, 2023
by
avibootz
vb#
1
answer
126
views
What to imports to use List in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
134
views
What to imports to use HashSet in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
137
views
How to check whether two lists have the same elements ignoring order in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
160
views
How to check whether two lists have the same exact elements in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
103
views
How to get a range of elements from a list in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
135
views
How to remove element from a list by value in VB.NET
asked
Mar 9, 2023
by
avibootz
vb#
1
answer
161
views
How to join string list into one CSV line in VB.NET
asked
Mar 8, 2023
by
avibootz
vb#
Page:
« prev
1
...
15
16
17
18
19
20
21
22
23
24
25
...
51
next »
...