
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 06:47 AM
This article might be useful for you https://www.ryadel.com/en/urlencode-utf8-visual-basic-6-vb6/
EDIT:
Using the code from that page:
...
2 replies | 37 view(s)
-
Today, 06:40 AM
There would be nothing stopping you hosting code on one of those platforms and then using either the built in functionality, or something like...
4 replies | 434 view(s)
-
Today, 06:40 AM
this u should know
just make a for next and convert each letter using asc. and use that number to add whatever
example, space is "32" and %20 is...
2 replies | 37 view(s)
-
Today, 06:10 AM
I have this myvar (As struing) and newmyvar (As struing)
myvar="Valle d'Aosta / Vallée d'Aoste"
Ho to convert in:
...
2 replies | 37 view(s)
-
Today, 06:10 AM
This particular graph ceased development 5 years ago. You're going to have a hard time finding specific support for it, as the source is on GitHub...
1 replies | 136 view(s)
-
Today, 05:48 AM
Is the format of the string known? Will it always have a large amount of spaces between the first and second segments?
If so then I'd do something...
1 replies | 79 view(s)
-
Today, 05:35 AM
It would be helpful to see an example of data in the file and the data in the textbox that was supposed to be placed in the file.
This piece of...
2 replies | 71 view(s)
-
Today, 05:33 AM
https://www.aspsnippets.com/Articles/852/Implement-Paging-in-DataList-control-in-ASPNet/
0 replies | 37 view(s)
-
Today, 05:19 AM
@Biper... That wouldn't work. jmcilhinney's suggestion should work, though my suggestion from post #6 might be necessary too...
7 replies | 166 view(s)
-
Today, 04:28 AM
The issue seems to be related to attempting to copy the file while the file is still open or being used by another process. When you load the image...
7 replies | 166 view(s)
-
Today, 04:24 AM
One possible reason for this issue could be that the text box is not set up to accept s name image multi-line input.
To enable multi-line input,...
2 replies | 71 view(s)
-
Today, 03:44 AM
FileCopy requires two full paths...
FileCopy("A:\Fullpath\imagename.png", "A:\NotherPath\secondimageName.png")
7 replies | 166 view(s)
-
Today, 02:38 AM
I did tell you why. You changed the SHFILEINFO definition after inaccurately claiming MSDN had the incorrect def from win32api.txt.
This is what...
14 replies | 212 view(s)
-
Today, 02:32 AM
Hi guys,
That's weard but the problem is with the variables, the line marked as red
FileCopy(path_image_diretoria, DIRETORIA_LOCAL + "\Fotos\"...
7 replies | 166 view(s)
-
Today, 02:19 AM
Hi,
Thanks for your help but infornuttely the error remain
I had exclude this line
PictureBox1.Image =...
7 replies | 166 view(s)
-
Today, 12:40 AM
As far as I know the MAX_PATH constant is supposed to be 260, not 256 like you hardcoded in your sample.
14 replies | 212 view(s)
-
Today, 12:33 AM
Hello
Would it be possible to determine Two Values of splitted array into one string array if yes then how ? For this Specific case
Dim...
1 replies | 79 view(s)
-
Today, 12:31 AM
So tell me why this small test sample works clockwork?
All ate taken from old API Viwer exept from my little routine.
The same routine worked very...
14 replies | 212 view(s)
-
Today, 12:11 AM
Like what? Since neither that UDT nor that API are in it...
A typelib cannot "leak memory".
That works because you've used an equivalent of...
14 replies | 212 view(s)
-
Today, 12:05 AM
No it doesn't.
typedef struct _SHFILEINFOW {
HICON hIcon;
int iIcon;
DWORD dwAttributes;
WCHAR szDisplayName;
WCHAR szTypeName;...
14 replies | 212 view(s)
-
Yesterday, 11:21 PM
I havn't used any functions from this Fafalon's typelib in this matter about SysIconIndex...I belive this typelib is leaking memory or something that...
14 replies | 212 view(s)
-
Yesterday, 10:59 PM
Thanks for the input but not exactly what I had in mind, as GitHub/GitLab are not really forums, but require that you already have co-workers for...
4 replies | 434 view(s)
-
Yesterday, 10:55 PM
Before using any function from a TypeLib you need to check whether its parameters have been declared the way you wanted them or not. There are many...
14 replies | 212 view(s)
-
Yesterday, 10:51 PM
I started a new clean project without your TypeLib with same settings and same function.
And it works flawless...just as suposed to do.
Private...
14 replies | 212 view(s)
-
Yesterday, 10:41 PM
I have a routine that saves multiple vars to a file...
Friend Sub SaveMap()
Try
For Each ctrl In Me.Controls.Cast(Of...
2 replies | 71 view(s)
-
Yesterday, 10:19 PM
A DataGridView doesn't retrieve data at all. It's your ExcelOleDb method that retrieves the data - probably using a data adapter - and the result is...
2 replies | 120 view(s)
-
Yesterday, 10:13 PM
Firstly, there is no Bitmap.FromFile method. You probably got a warning from that code. FromFile is a member of the Image class, which Bitmap...
7 replies | 166 view(s)
-
Yesterday, 10:08 PM
Note that the Random class only produces pseudorandom numbers. They appear random to the casual observer but the sequence is predictable if you know...
2 replies | 97 view(s)
-
Yesterday, 10:00 PM
Also today I got this problem...as you can see in the caption of form1 I did this just for "notifying the problem."
Whatever I do, the sysListView32...
14 replies | 212 view(s)
-
Yesterday, 09:17 PM
I begin to be a little tired of this...I have forked out where the problem is but I can't take it in because it's so contra productive.
This is the...
14 replies | 212 view(s)
|
Click Here to Expand Forum to Full Width
|