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
vbnet
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,591
questions
54,231
answers
573
users
Recent questions tagged VB#
1
answer
151
views
How to remove the first occurrence of comma from a string in VB.NET
asked
Apr 18, 2022
by
avibootz
vb#
1
answer
118
views
How to use short if in VB.NET
asked
Apr 16, 2022
by
avibootz
vb#
1
answer
157
views
How to remove the first occurrence of a word from a string in VB.NET
asked
Apr 16, 2022
by
avibootz
vb#
1
answer
167
views
How to remove the last comma from the end of string in VB.NET
asked
Apr 12, 2022
by
avibootz
vb#
1
answer
171
views
How to extract all words from a string by multiple delimiters in VB.NET
asked
Apr 11, 2022
by
avibootz
vb#
1
answer
153
views
How to display number with 2 decimal places in VB.NET
asked
Apr 6, 2022
by
avibootz
vb#
4
answers
234
views
How to format decimal places in VB.NET
asked
Apr 6, 2022
by
avibootz
vb#
1
answer
157
views
How to format zero with decimal places in VB.NET
asked
Apr 6, 2022
by
avibootz
vb#
1
answer
168
views
How to format decimal places and align numbers with spaces in VB.NET
asked
Apr 6, 2022
by
avibootz
vb#
1
answer
169
views
How to calculate the series 2 15 41 80 132 197 275 366 470 ... N in VB.NET
asked
Apr 3, 2022
by
avibootz
vb#
1
answer
200
views
How to calculate the series 1 3 4 8 15 27 50 92 169 311 572 ... N in VB.NET
asked
Mar 30, 2022
by
avibootz
vb#
2
answers
256
views
How to calculate the series 1 2 3 6 9 18 27 54 81 162 243 ... N in VB.NET
asked
Mar 30, 2022
by
avibootz
vb#
1
answer
229
views
How to calculate the series (1^1) + (2^2) + (3^3) + (4^4) + ... + (N^N) in VB.NET
asked
Mar 28, 2022
by
avibootz
vb#
1
answer
197
views
How to calculate the sum of series: 1/1! + 2/2! + 3/3! + 4/4! + ... N/N! in VB.NET
asked
Mar 28, 2022
by
avibootz
vb#
1
answer
129
views
How to multiply matrix by vector in VB.NET
asked
Mar 28, 2022
by
avibootz
vb#
1
answer
101
views
How to format date to full date pattern in VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
110
views
How to format date to short and long date pattern in VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
133
views
How to format time to short and long time pattern in VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
206
views
What is the string format options for AM and PM in DateTime with VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
219
views
What is the string format options for millisecond (second fraction) in DateTime with VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
214
views
What is the string format options for second in DateTime with VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
206
views
What is the string format options for minute in DateTime with VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
194
views
What is the string format options for hour in DateTime with VB.NET
asked
Mar 27, 2022
by
avibootz
vb#
1
answer
184
views
What is the string format options for day in DateTime with VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
185
views
What is the string format options for month in DateTime with VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
177
views
What is the string format options for year in DateTime with VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
167
views
How to get current date and time in VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
238
views
How to get the current date and time with milliseconds accuracy in VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
176
views
How to format date and time to yyyy-MM-dd HH:mm:ss in VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
176
views
How to format current date and time to dd-MM-yyyy HH:mm:ss in VB.NET
asked
Mar 26, 2022
by
avibootz
vb#
1
answer
157
views
How to print 0000 111 22 3 using for loop in VB.NET
asked
Mar 24, 2022
by
avibootz
vb#
1
answer
170
views
How to convert milliseconds to hours, minutes and seconds in VB.NET
asked
Mar 20, 2022
by
avibootz
vb#
1
answer
136
views
How to convert an integer to string in VB.NET
asked
Mar 14, 2022
by
avibootz
vb#
1
answer
224
views
How to convert millisecond to date in VB.NET
asked
Mar 9, 2022
by
avibootz
vb#
1
answer
125
views
How to convert days to milliseconds in VB.NET
asked
Mar 3, 2022
by
avibootz
vb#
1
answer
105
views
How to convert days to seconds using VB.NET
asked
Mar 2, 2022
by
avibootz
vb#
1
answer
158
views
How to convert days to minutes using VB.NET
asked
Mar 1, 2022
by
avibootz
vb#
1
answer
202
views
How to remove double quotes from string in VB.NET
asked
Feb 20, 2022
by
avibootz
vb#
1
answer
143
views
How to find the index of the last space in string with VB.NET
asked
Feb 16, 2022
by
avibootz
vb#
1
answer
163
views
How to get only the unique words from array of strings in VB.NET
asked
Feb 10, 2022
by
avibootz
vb#
1
answer
140
views
How to get only the unique words from two strings in VB.NET
asked
Feb 10, 2022
by
avibootz
vb#
1
answer
130
views
How to get only the unique words from a string in VB.NET
asked
Feb 10, 2022
by
avibootz
vb#
1
answer
166
views
How to count only the unique words from a string in VB.NET
asked
Feb 10, 2022
by
avibootz
vb#
1
answer
143
views
How to extract all words from a string in VB.NET
asked
Feb 9, 2022
by
avibootz
vb#
2
answers
187
views
How to get the first N words from a string in VB.NET
asked
Feb 8, 2022
by
avibootz
vb#
2
answers
192
views
How to extract the first two words from a string in VB.NET
asked
Feb 8, 2022
by
avibootz
vb#
1
answer
161
views
How to check if string contains case-insensitive substring in VB.NET
asked
Feb 2, 2022
by
avibootz
vb#
1
answer
196
views
How to convert kilometres to miles in VB.NET
asked
Jan 21, 2022
by
avibootz
vb#
1
answer
196
views
How to implement the binary search algorithm in VB.NET
asked
Jan 18, 2022
by
avibootz
vb#
vbnet
vbnet-binary-search-algorithm
binary-search-algorithm
1
answer
330
views
How to transpose a matrix (swap rows and columns) in VB.NET
asked
Jan 13, 2022
by
avibootz
vb#
vbnet
vbnet-transpose-matrix
transpose-matrix
Page:
« prev
1
...
22
23
24
25
26
27
28
29
30
31
32
...
51
next »
...