Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
User avibootz
Wall
Recent activity
All questions
All answers
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
Disclosure:
My content contains affiliate links.
41,445
questions
53,992
answers
573
users
Questions by avibootz
1
answer
437
views
How to close a form (WinForms) when Escape (Esc) key is pressed in C#
asked
Feb 8, 2015
c#
1
answer
608
views
How to close a form (WinForms) when Escape (Esc) key is pressed in VB.NET
asked
Feb 8, 2015
vb#
3
answers
1,775
views
How to build a simple linear (single) linked list that hold 10 int numbers (1, 2, 3...10) in C
asked
Feb 7, 2015
c
c-single-linked-list
single-linked-list
3
answers
458
views
How to print the fibonacci sequence recursively and with for loop in Java
asked
Feb 7, 2015
java
1
answer
252
views
How to copy part of a string to a different string in Java
asked
Feb 7, 2015
java
1
answer
276
views
How to add Label to a form (WinForms) in runtime in VB.NET
asked
Feb 7, 2015
vb#
1
answer
251
views
How to add TextBox to a form (WinForms) in runtime in VB.NET
asked
Feb 6, 2015
vb#
1
answer
193
views
How to convert a value to decimal in VB.NET
asked
Feb 6, 2015
vb#
1
answer
277
views
How to copy part of a string to a different string in C#
asked
Feb 5, 2015
c#
4
answers
281
views
How to check if string is empty in C
asked
Feb 3, 2015
c
2
answers
292
views
How to copy part of a string to a different string in C
asked
Feb 3, 2015
c
1
answer
478
views
How to print the screen resolution with MessageBoxW and _vsnwprintf_s in C Win32 API
asked
Feb 1, 2015
c
winapi
1
answer
410
views
How to create window in OpenGL with GLFW 3.1 in C
asked
Jan 30, 2015
c
opengl
1
answer
264
views
How To open URL in browser using C
asked
Jan 22, 2015
c
2
answers
415
views
How to Create Window in OpenGL with FreeGLUT 2.8.1 in C/C++
asked
Jan 14, 2015
c
cpp
opengl
freeglut
1
answer
670
views
How to Create Window 7 style button in C Win32 API
asked
Dec 18, 2014
c
win32
winapi
2
answers
2,970
views
How to create Window with button and click event in C Win32 API
asked
Dec 17, 2014
c
win32
winapi
1
answer
407
views
How to Create Window with button in C Win32 API
asked
Dec 17, 2014
c
win32
winapi
1
answer
371
views
How to Create Window in C Win32 API
asked
Dec 17, 2014
c
win32
winapi
1
answer
504
views
How to use MessageBox in C Win32 API
asked
Dec 12, 2014
c
win32
winapi
2
answers
357
views
How to extract numbers from a string in C
asked
Nov 22, 2014
c
3
answers
420
views
How to extract numbers from a string in PHP
asked
Nov 5, 2014
php
2
answers
595
views
How to write an algorithm that add the odd digits of one number to the end of a second number in C
asked
Nov 5, 2014
c
1
answer
264
views
How to use run a function with function pointer in C
asked
Nov 5, 2014
c
2
answers
400
views
How to check if the host (www.websitename.com) is online (alive) in PHP
asked
Nov 4, 2014
php
php-host
php-host-online
1
answer
311
views
How to check lost database connection by ping server connection with PHP
asked
Nov 4, 2014
php
1
answer
1,336
views
How to draw and fill ellipse with random colors in Windows Forms (WinForms) C#
asked
Nov 3, 2014
c#
4
answers
343
views
How to convert an int to binary in C
asked
Nov 3, 2014
c
c-int-binary
4
answers
320
views
How to convert a char to binary in C
asked
Nov 2, 2014
c
1
answer
217
views
How to copy array to another in PHP
asked
Nov 1, 2014
php
2
answers
564
views
How to go through mysql result twice, read records again from the beginning in PHP
asked
Nov 1, 2014
php
mysql
sql
2
answers
318
views
How to run function name with number with for loop in PHP
asked
Nov 1, 2014
php
2
answers
298
views
How to find a word in a text file in PHP
asked
Nov 1, 2014
php
1
answer
221
views
How to add int numbers to StringBuilder in C#
asked
Oct 31, 2014
c#
1
answer
223
views
How to find all lines containing a word in a text file in C
asked
Oct 31, 2014
c
1
answer
228
views
How to find all lines containing a word in a text file in C#
asked
Oct 31, 2014
c#
1
answer
150
views
How to find a word in a text file in C#
asked
Oct 30, 2014
c#
1
answer
171
views
How to find a word in a string in PHP
asked
Oct 29, 2014
php
1
answer
386
views
How to create the function: stristr() to find case insensitive word in string in C
asked
Oct 28, 2014
c
1
answer
163
views
How to find a word in a text file in C
asked
Oct 28, 2014
c
1
answer
136
views
How to find a word in a string in C#
asked
Oct 27, 2014
c#
1
answer
361
views
How to convert a string to lower case (all lower) in PHP
asked
Oct 26, 2014
php
1
answer
262
views
How to convert a string to lower case (all lower) in C#
asked
Oct 26, 2014
c#
2
answers
351
views
How to convert a string to lower case (all lower) in C
asked
Oct 26, 2014
c
1
answer
200
views
How to find a word in a string in C
asked
Oct 25, 2014
c
c-string
c-word
1
answer
504
views
How to get all combination of 6 digit numbers that start with 2 or 9 include 3 of 7 and 1 of 4 in C
asked
Oct 24, 2014
c
1
answer
283
views
How to check if an integer include specific digits x times in C
asked
Oct 24, 2014
c
1
answer
367
views
which online editor to use for 3D game programming in JavaScript
asked
Oct 23, 2014
javascript
1
answer
319
views
How to check if your browser supports WebGL
asked
Oct 23, 2014
webgl
1
answer
1,171
views
How to get the first x leftmost digits of an integer number in C
asked
Oct 23, 2014
c
Page:
« prev
1
...
817
818
819
820
821
822
823
824
825
826
827
...
829
next »
...