o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

mIRC rooms -

mIRC VB help rooms.

I'm new to VB and I'm looking for some good rooms to hang around in and try to learn something.


 

mIRC rooms -
mIRC VB help rooms. I'm new to VB and I'm looking for some good rooms to hang around in and try to learn something.


i have a idea (winsock w/ rooms!) -
you know alot of first come programmers want to make something like aim? well what about multi rooms like irc?(mIRC) ive been working on a multi user example i got somewhere to turn it into something neat. im just working on the senddata and incoming data. you think it would be p


VBA Excel Userforms -
Hi, My code keeps coming up with compile error BLOCK IF WITHOUT END IF. Private Sub CBFloor_Change() If OB1PS.Value = True Then If Me.CBFloor.Value = "G" Then LBRoom.RowSource = "Rooms!" + Worksheets("Rooms").Range("PS_G").Address


Scroll Bars... -
Hi, Okay what I need is a vertical scroll bar which ables you to scroll up instead down. The only way I can explain this is such like America Online rooms, mIRC rooms, and etc. All of those scroll bars allow the user to scroll up instead of down, to view the text in the room. I


[2005] dll to work with mIRC's $com -
I made a dll to work with mIRC. in my computer I am able to run it like I should, the problem is when i gave the dll and tlb to a friend he couldn't run it because mIRC could not register it. Anyone (doesn't need to know mIRC script) have an ideas? here is the mIRC code if it h


mIRC Login -
I would like to make an application that logs into mIRC with the given nickname and path to mIRC. How would I do this?


Using GetWindowText with mIRC -
Hi I'm having some trouble getting text from mIRC a mIRC channel. I know you should be able to get it with GetWindowText or a SendMessage (WM_GETTEXT), but I can't seem to figure out how to do this. Can someone please give me some working sample??? John


Register Name[resolved] -
Hard to explain but I'll try the best I can. You know for IRC it has irc://66.66.66.66:6667 and it launches mIRC and connects to that server?. How can I have my program have its own name thing so it launches when someone clicks say [/i]myprog://66.66.66.66:9801[/i] ? What I'm asking


mIRC and VB .... need help -
Hi i want to use mIRC's dde function to talk to a vb application. I have found many resources on how to talk from vb to mIRC but nothing on how mIRC can talk to vb using DDE. Any help/documentation ect. will be nice. Thanks spaceknop


Mirc -
Hello Guys, Here is something which might interest you: 1. Open Hyperterminal and cancel the dialog box. 2. Goto File > Properties 3. Set the parameters as below: Connect using: TCP/IP (Winsock) Host Address: YourComputerName Port Number: 1000 4. Click


Help with WIndows -
if i have lots of windows open how can i display them in a menubar of some sort like Mirc has if your in a lot of Chat rooms and how can i make thoes windows attached to my main form like if i miniamize it thoes other windows come with it ?


Communicating with apps -
What would be the best way for me to read from and write to an existing application? The application I want to communicate with is mIrc. I would like to be able to read any data coming into mIrc that shows up on the screen and write data into the input box for mIrc. Any help wil


Sending info from mIRC to program via DDE -
I have been experimenting with sending info from mIRC to a program I wrote via DDE. I have read all the examples and as far as I can tell they match up but I am obviously still missing something. I have set the Property "LinkMode=1-Source" and "LinkTopic=Books".


mIRC [resolved] -
I want to make a program that grabs the chat text from mIRC and saves it as a text file. I know how to save the text to a file once i get it. The problems is that WM_GETTEXT dont work.. Can anyone help me figure out a different way to get the chat text from mIRC. Thanks~


USE mIRC -
Come on man Use mIRC , It's faster , easier , more comfortable and Let you see what I've typed . I'm waiting on #amman as the of +Zargawee . OK


Designing a form -
Hi all, I am very new to VB, however, I am well experienced in VBScript (ASP) so I'm not totally lost I'm trying to learn VB by doing a chat system with a client and server. It will work like mIRC, and the look n feel will also be inspired by mIRC. The problem is this: I can


VB6 Active Program Windows -
Hello Everybody Alright... I'm trying to build a simple "MSN User-Is-Online" thingny for mIRC, using VB 6.0, and everything is perfect, except one thing. When I load my Notify.exe, it gets "Active". In other words, say if I have mIRC.exe running, when I'm gonna


Simple Scroll Bar question... -
Hello, I am wondering if there is a way to reverse a vertical scroll bar to go down to up instead up to down. Example- In mIRc chat rooms, when a user types something in a room the scroll bar is set allthe way down in the textbox instead of at the top. I'm asking this because I


Winamp and mIRC DDE -
Whilst fiddling with a Winamp Plugin called mIRCex, which sends the current played song to mIRC and says it rather proudly in the channel which i currently resided, I thought to myself.. how the hell does it do that? After more fiddling, i discovered that i could control Winamp thro


unintentional duplication of recordset -
Hello all. My SQL statement is duplicating everything TWICE, and I don't know why. No, there are no duplicate records in the tables themselves. If anyone can tell me why this is happening it would be appreciated. Thanks. Code: $query='SELECT' .' (SELECT MIN(inventory.room_cou


Sending General messages to Chat Rooms -
I am developing a program that needs to send General Messages (or Logs into) to AOL OR MSN OR YAHOO CHAT ROOMS and Sends Private Messages TO the people who are in those Chat Rooms. Any help is greatly appreciated Harish


mIRC Addons -
Hi im really new to vb but i only wish todo the basics anyway. how could i create a .dll file to use with mirc, so that i can get mirc to call things from the .dll for a test and to get me started off i was told to make a quick... Sub testing () msgbox "Done!" end sub


DLL for mirc -
I was wondering if it was possible to do a DLL for mirc? If so, how? I mean, how to make the subs, and so? An example for a fully working DLL would be very very nice. Thanks in advance. -spike


[2008] Hooking mirc -
Hello.. Is it possible to hook etc. mirc.exe so it will use an open connection, to etc. send "PRIVMSG #channel :message here" from another app? thanks


mIRC dll -
How do i make a mIRC dll in vb?


Creating OWN DLL -
So... This is somehow API-thing, I think. My purpose is create DLL-file, what mIRC uses with $dll (function). The idea is create dll, what reads winamp's title, and returns artist - songname -> mIRC. If someone haves GOOD tutorial of DLL-programming (in VB), please, could he/sh


MIRC Dlls -
Does any 1 know if u can use Vb to make mirc dlls and if u can could u give me a example. Thanks, Andy


Confused about Stored Proc and SQL Params -
I am making a scheduling program and have run into some problems with logic. I populate a dropdown with all possible rooms in the school and then based on the dates chosen to book a new class, the dropdown removes the ones that conflict, leaving all available rooms. That works.


mIRC Style updating textbox -
Once again, the subject says it all. If anyone has used mIRC they would be familiar to the textbox that appears when the user joins a channel. How can you do that in VB and create a chat-style program...?


Using DDE -
Im hoping to use mIRC to pass commands to my program and the only thing i can think of is dde. However i have absoloutly no idea how it works. I can send a DDE message from mIRC no problem. But i have no idea how i can check for messages from within my vb program.


mIRC QUestion -
Hi.. I am trying to get the chat from an mIRC window.. the actual chat is stored in a "static".. how can i get the text from it? thanks


Chat Rooms -
Hey John, have you considered putting chat rooms in? I've noticed that there has always been about five or six people in here at once lately. An idea for one would be to place it in a fram so that we can still browse the forums while we chat, or better yet in an applet window.


Finding a process -
heyz, I'm writing a dll for mIRC that will allow you to change some things of windows messenger by commands in mirc with the dll. My problem is now that I can easily find the window of msn when it's up, but I can't find it or the process, when it's in the systemtray. Is there a w


Hook into mIRC -
I am trying to set a hook to monitor a chat window in mIRC. I got the handle to mIRC, and from there, I got the handle to the MDI chat window. I also got the thread ID of the chat window I believe. But when I try and set up either a WH_SYSMSGFILTER hook or a WH_MSGFILTER hook for th


final question... can you query another recordset -
OK, In access I have 2 SQL statements. One that finds rooms reserved and one that finds rooms available. The second statement referrs to the first one... so in ASP, I'm assuming you would have to refer to the recordset from the first query (is this correct?) Statement1 (Query name


[Serious] Chat room -
Does anyone know of any good chat rooms now a days? The only chat rooms I can find are people who completely ignore you/talk about their ***** size/or can't spell 'you', 'are', 'for', or some other word that can be represented with a number or letter....


How do you cycle through an array of objects -
Code: foreach (Room q in rooms) { rooms[q].rWall = "|"; rooms[q].floorDwn = "_"; } When I try Room I get the error: Cannot implicitly convert type 'MazeGen.Room' to 'int' And when I t


SQL Hard question.. at least for me -
I have this query Code: SELECT idhotel, COUNT(*) FROM jupiter.habitacion hab1 WHERE idhabitacion NOT IN (SELECT idhabitacion FROM jupiter.precio WHERE fechafin >= getdate()) GROUP BY idhotel now.. that will display the hotel and the number of rooms


[2005] Rooms -
Hey there! I have just started with VB 05 Express and I am getting a good grasp on it. However, now I am working on a project that will require going to different parts of the program (eg: click on something and it will go to a place all about that thing). I think if anyone has used


Checking last index of the array giving me a problem. VS2005 C# -
Code: private void CreateMaze(int h, int w) { int r = h * w; Room[] rooms = new Room[r]; Random rm = new Random(); int newrm = rm.Next(0, r); int nrmcntr = newrm; do {


Copyright OKQUESTIONS.COM 2010 All Rights Reserved.
RegisteredNames.Websites Value.Whoistool.ORG.Universal Whois