Page Number: Page 1 of 1
Actual Results
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Stop Flickering
- Subject: Stop Flickering
- Replies: 0
- Views: 164
- Subject: Stop Flickering
Posted: November 3rd, 2005, 6:57 pm
ok in vb6 i have a listview. I'M going to be adding lots of items to it very fast and it starts to flicker. Is there a way to stop it from flickering? Ive tried the not update screen api call but i want it to show them being added? Any ideas? 
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Visual Basic Strings
- Subject: Visual Basic Strings
- Replies: 1
- Views: 314
- Subject: Visual Basic Strings
Posted: September 16th, 2005, 3:42 pm
someone help
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Program Files
- Subject: Program Files
- Replies: 4
- Views: 228
- Subject: Program Files
Posted: September 16th, 2005, 3:41 pm
234
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Visual Basic Strings
- Subject: Visual Basic Strings
- Replies: 1
- Views: 314
- Subject: Visual Basic Strings
Posted: September 10th, 2005, 6:17 pm
I have made a server which holds lots of data but when i loop through the listview and keep adding more the the string it wont let me add anymore. It gets to large? How can i fix this?
im using lik dim a as string
a = a & listview1.listitems.item(b) & vbcrlf
im using lik dim a as string
a = a & listview1.listitems.item(b) & vbcrlf
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: please HElp! it will be easy! - vb6 listbox
- Subject: please HElp! it will be easy! - vb6 listbox
- Replies: 0
- Views: 340
Posted: August 26th, 2005, 10:43 pm
ok im making an irc client and i want the listbox to list like this.
@bob
@john
@josh
+apple
+fruit
jeanie
locomotice
zebra
so the @'s and +'s are ont op but still listed in a-z? please help
@bob
@john
@josh
+apple
+fruit
jeanie
locomotice
zebra
so the @'s and +'s are ont op but still listed in a-z? please help
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 17th, 2005, 2:19 pm
i purposly removed the mxsck.dll from the folder so u could build a new one. and Open up Project1.vdp and change the line that starts with "Module=MXSock; ..." to Code: Module=MXSock; MXSock.bas what is that supposed to mean? updated code and i removed the "C" still doesn't work http://www.winmxunli...
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 17th, 2005, 12:55 pm
still it didn't work. Can you please tell me wuts wrong. The c++ and vb code is here. - http://www.winmxunlimited.net/mxsck.zip
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 17th, 2005, 12:09 am
ok i think i have it all figured out but i need one last help! [code] #include <windows.h> #include <stdio.h> #include "wpnencryptiontables.h" #define WINAPI __stdcall #define DllExport extern "C" __declspec(dllexport) BOOL WINAPI DllMain( HINS...
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 10th, 2005, 1:37 pm
well can you just help me with this dll. i just need to make a dll that these functions can be called from vb and then they work. but i was told they have to be int he std thing which u helped but how exactly?
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 9th, 2005, 5:29 pm
can you help me turn it into vb?
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 9th, 2005, 1:55 pm
ok visit http://www.winmxunlimited.net/code.zip
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 8th, 2005, 10:22 pm
well carl when i put the code in the palce wher eit shows it gives me lots of errors? like k and byte is undefiened and those sorts of things but in the header it works fine? I just need these functions to be in a dll and for me to access them from vb? Although the function inline thing Encrypt1 and...
- Joshay
- Forum: Programming / Scripting / Coding Forum
- Topic: Help With making DLL in vc++
- Subject: Help With making DLL in vc++
- Replies: 15
- Views: 2115
- Subject: Help With making DLL in vc++
Posted: August 8th, 2005, 4:37 pm
Well i was told i have to change the exported functions to stdcall. And im calling the dll functions from vb. Here is the code. Can someone tell me how to set upt his project and chnage the exported functions to stdcall?
The code is at http://www.winmxunlimited.net/mxsock.h. Please Help.
The code is at http://www.winmxunlimited.net/mxsock.h. Please Help.

