Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ****Visual Basic Programmers Wanted for Game Company**** Pin
Alan Chambers9-Oct-02 8:59
Alan Chambers9-Oct-02 8:59 
GeneralRe: ****Visual Basic Programmers Wanted for Game Company**** Pin
Daniel Turini9-Oct-02 9:14
Daniel Turini9-Oct-02 9:14 
GeneralRe: ****Visual Basic Programmers Wanted for Game Company**** Pin
GameDesigner12-Oct-02 15:36
GameDesigner12-Oct-02 15:36 
GeneralSpecified cast is not valid Pin
Zulfikar Ali7-Oct-02 9:07
Zulfikar Ali7-Oct-02 9:07 
GeneralRe: Specified cast is not valid Pin
Zulfikar Ali7-Oct-02 11:18
Zulfikar Ali7-Oct-02 11:18 
QuestionHow can I display exponent in label of VB6.0 ? Pin
vnboutique6-Oct-02 23:52
vnboutique6-Oct-02 23:52 
AnswerRe: How can I display exponent in label of VB6.0 ? Pin
Nick Parker11-Oct-02 3:23
protectorNick Parker11-Oct-02 3:23 
Generalmirc chat window text Pin
Irfan Ahmed6-Oct-02 19:19
Irfan Ahmed6-Oct-02 19:19 
Hi,

I want to retrieve text from the mirc channal window or from the private message, I used SendMessage api to get its text lenght and then the text but it always return 0 length, code tried:
Let lngmirc& = FindWindow("mirc", vbNullString)
Let lngmdi& = FindWindowEx(lngmirc&, 0&, "mdiclient", vbNullString)
Let lngchannel& = FindWindowEx(lngmdi&, 0&, "mIRC_Channel", vbNullString)
Let lngedit = FindWindowEx(lngchannel&, 0&, "Static", vbNullString)

I also tried using the EnumChildWindows and get the window handle to get its text but no use. And also used SendMessageByString() api.

Anyone have any idea.
Thanks in advance. Smile | :)

GeneralVB.NET and Function Points Pin
SuperGeek6-Oct-02 15:02
SuperGeek6-Oct-02 15:02 
GeneralPDF File Merge Pin
Zulfikar Ali4-Oct-02 9:44
Zulfikar Ali4-Oct-02 9:44 
GeneralMoving Data From VB --> MFC DLL Pin
Ryan B.4-Oct-02 9:11
Ryan B.4-Oct-02 9:11 
GeneralRe: Moving Data From VB --> MFC DLL Pin
Alan Chambers8-Oct-02 2:16
Alan Chambers8-Oct-02 2:16 
Questionhow to simulate an animal's random movement Pin
wangnanjing4-Oct-02 5:12
wangnanjing4-Oct-02 5:12 
GeneralNull handling Pin
Rulle3-Oct-02 22:42
Rulle3-Oct-02 22:42 
GeneralRe: Null handling Pin
Daniel Turini3-Oct-02 22:50
Daniel Turini3-Oct-02 22:50 
GeneralRe: Null handling Pin
Rulle3-Oct-02 23:17
Rulle3-Oct-02 23:17 
GeneralRe: Null handling Pin
Nick Parker4-Oct-02 2:28
protectorNick Parker4-Oct-02 2:28 
Questionhow we can refresh reports in Data Report Pin
Raza_langrial3-Oct-02 10:48
sussRaza_langrial3-Oct-02 10:48 
AnswerRe: how we can refresh reports in Data Report Pin
Alan Chambers8-Oct-02 2:08
Alan Chambers8-Oct-02 2:08 
GeneralRanges in Excel Pin
Anonymous2-Oct-02 22:26
Anonymous2-Oct-02 22:26 
Generalprob in calling crystel report from vb.net Pin
vaibhav_sd2-Oct-02 21:32
vaibhav_sd2-Oct-02 21:32 
GeneralTelephony Pin
SuperGeek2-Oct-02 9:11
SuperGeek2-Oct-02 9:11 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 9:48
Ray Cassick2-Oct-02 9:48 
GeneralRe: Telephony Pin
SuperGeek2-Oct-02 10:25
SuperGeek2-Oct-02 10:25 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 14:27
Ray Cassick2-Oct-02 14:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.