VB.Net satellite .dll with .res resource file and resource retrieval in VBA
I have created a VB.Net satellite .dll and the .res file shows up fine and displays the data correctly within VB.Net IDE. However, once compiled and used against the Win32 APIs LoadLibrary &...
View ArticleList of Random Unique Numbers from 1 to 52?
If I were to create a sequence of 52 random unique numbers from 1 to 52, how do I do it?
View ArticleNeed Help
Dear Reader, I apologize in advance for the extremely vague title. My situation is this: On my PC I have a tool that a previous developer made and I'm trying to find out a specific process he made and...
View ArticleUsing Images as Differnet Controls
I want to use these images as my controls or skin the Common controls like attached images. Is there any way ? Attachment 92863 Attached Images
View ArticleScreensaver on WinXP
Hi guys. I downloaded a screensaver 10 years ago from http://www.levasseur.net/VB/PixSS.html the link no longer works but I Googled it and now I've found a link that work for the original app....
View Article[RESOLVED] Need help on a loop to pick off increasing number of bits
I need to parse a binary string, starting from the right working my way to the 1st bit in the string. The number of bits to mark off will change somewhere in the string and each time it changes I need...
View Articlefont colour on client + server chat
please download this source help me figure how how to send font colour to server end chat plz http://www.sendspace.com/file/lok446 if i se 1 example i will learn am fast learner please also add bold...
View ArticleVB6 - Frequency counter for numbers?
I've a matrix called Numbers(1 to 2000) as integer, that contains 1 integer value: number from 0 to 36. I introduce a new number in TextBox1. I want to show in a label control all the 37 numbers in...
View ArticleDTPicker1.value clear in form load event
Hai everybody especially senior members I wrote a clear sub function requirement: when I click the add commend button which calls clearall sub function DTPicker1.Value is not cleared DTPicker2.Value is...
View Articlevb6 listview remove specific item
i have few text in listview adam game pc home how do i find home in listview and remove it please not by index since it will have more strings in listview so how do i find by name and remove item ?
View ArticleHi is there a easiers way to do this
Hi, I want this to be in the a different folder but in the project folder and I want it to be used by others to not just me and the code I have you have to install it in the same place. Code:...
View ArticleHi how do you write and read from ini files.
Hi, I have a code that you can edit ini files and when this file saves changes of the project will change, can this be done in ini files or should I just hard code it. Something lke in the ini file you...
View Articlevb6 winsock chat client + server send emotes need help
i need help 1 example is inuff fast learner need to understand by professionals how emotes are sent and recived come on master vb6 programmers help me thanks allot.
View Articlecalling Delphi dll from vb6 on Windows 7
Hello all, I need to call a Delphi dll from vb6 on a Windows 7 machine. I'm able to call the dll and all the functions work well except that the system hungs upon calling FreeLibrary. (early or late...
View Articlevb6 vb6 VOIP1 ip to ip sound mute help
i am on winxp and i set my sound to stereo so the other user in other end can hear what i listen to , how do i mute the sound so he can listen to it but the eco sound shud be muted please help. re eco...
View Articleinvalid procedure call or argument vb6
Quote: Private Sub Set_RoomChat(Thetext As String) Dim UGh As String Dim Chattext As String Dim er As Integer Dim AName As String UGh = AsciiToLong(Mid(Thetext, 2, 2)) Chattext = Mid(Thetext, 4) AName...
View ArticleIf Conditions Help
Hello there, i got a problem in my code. What i try to do is that when i press 1 (i alredy got the code for this), my form makes a click on a determined pos of the screen, and to determine the position...
View ArticlePlease help me, how to display item in listbox.
Dear all expert programmers, I want to load data from array over than 32767 items. I have idea to create control array listbox instead one listbox. Example 1. If data less than 32767 will show one...
View Article[RESOLVED] calling Delphi dll from vb6 on Windows 7
Hello all, I need to call a Delphi dll from vb6 on a Windows 7 machine. I'm able to call the dll and all the functions work well except that the system hungs upon calling FreeLibrary. (early or late...
View ArticleSum function is not working?
can you please take a look at my attached sample? sum function is not working but i've not iade about reason? Attached Files test.zip (24.4 KB)
View Article