- This topic has 304 replies, 5 voices, and was last updated 1 year ago by mauricem.
-
AuthorPosts
-
September 11, 2021 at 6:20 am #96759ghostrideroftheniteMemberSeptember 11, 2021 at 5:11 pm #96796ghostrideroftheniteMember
tried to add Explicit
Private Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As Any) As Long
Private Declare Function SendMessageByString Lib “user32” Alias “SendMessageW” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
Private Declare Function SendMessageStr Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As String) As Long
Private Const EM_GETLINECOUNT = &HBA
Private Const EM_LINELENGTH = &HC1
Private Const EM_GETLINE = &HC4
Private Declare Function FindWindow Lib “user32” Alias “FindWindowA” _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function GetMenu Lib “user32” (ByVal hwnd As Long) As Long
Private Declare Function GetMenuItemID Lib “user32” (ByVal hMenu As Long, ByVal _
nPos As Long) As Longand rest of it got errors
September 12, 2021 at 9:22 am #96829ghostrideroftheniteMemberso looks like your trivia was stand alone project with its own modules hmmmmmmmmm wonder how to use with a complex prj like mine hahahahahah way over my head
September 12, 2021 at 9:34 am #96830ghostrideroftheniteMembermaybe the trivia needs be its own project and linked to main project i’m not sure
September 12, 2021 at 2:03 pm #96855ghostrideroftheniteMemberso in looking at it all code and modules there just need be changed somewhat to fit new project maybe
September 13, 2021 at 9:16 am #96909ghostrideroftheniteMemberso the trivia needs its own modules like you have done but since its part of a larger project with modlues and class modules how to add or use?
September 13, 2021 at 9:21 am #96910ghostrideroftheniteMemberawwwwwwwwwww stupid me the modules are the same
September 13, 2021 at 10:28 am #96915ghostrideroftheniteMember‘Program Variables
Dim SendRTB As RichTextBox user type not defindSeptember 13, 2021 at 5:17 pm #96935ghostrideroftheniteMemberhmmmmmmmmmmmmmm just wonder how make it work since module allready has all send and receive text in it
September 13, 2021 at 7:51 pm #96938AdminAdministrator‘Program Variables
Dim SendRTB As RichTextBox user type not defindI need to check the code, but it means that the RichTextBox has not been added to the program 🙂 did you add it yet?
September 13, 2021 at 9:25 pm #96940ghostrideroftheniteMemberI dont think so
September 13, 2021 at 9:31 pm #96941ghostrideroftheniteMemberdont seem allow me add richtextbox
September 14, 2021 at 9:34 am #96980ghostrideroftheniteMemberRich TextBox Control 6.0 (SP6) Failed to Register hmmmmmmmmmmm
September 14, 2021 at 9:41 am #96981ghostrideroftheniteMemberi manually installed RICHTX32.OCX sucsefully
September 14, 2021 at 10:39 am #96984ghostrideroftheniteMemberStill wont instal Rich TextBox hmmmmmm
-
AuthorPosts
Related
- You must be logged in to reply to this topic.