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

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 is how do I set windows to recognize myprog to launch my program when that link is clicked?

*Note: mIRC is an Internet Relay Chat (http://www.mirc.com)

 

***Resolved*** mscal.ocx fails to register on VB install -
when running set up i get the error message that mscal.ocx failed to register itself. when i then run vb it will open up etc.... but none of the service packs will register. anyideas on how to get around this?


Passing values from DB to variables -
I know this code is wrong so HOW do I set the variables equal to what is in my database? If Request.Form("txtName") <> "" Then SQL = "Select * FROM Register WHERE " & "Register.userID='" & strUserID & _ "' AND


Multiple register for phpbb2 -
Ok. at my site i host a few forum boards. Is it posible for my to make a seprate web page that they will register on. And have it to where if they do register then it will register them in all the forums i have? Thanks, Tom


Something About Controls! -
I just wanna know if the controls that are created can auotmatically register themselves, bcoz if i have to register it everytime, wont i have to register it on every machine? Or if it the site is completly running, then the control will register automatically?


read forward and backward text file -
Hi I have read text file and include tables SQL SERVER, the text file has as struct HEADER register register register . . register TRAILER HEADER register register register . . . register TRAILER etc Each team (HEADER,TRAILER) I look if the quantity r


VB & Access: new date check problem [first issue resolved] -
I am setting up a program to read and write to a membership database which was initially set up in MS Access. So far, it's going ok. I'm now at a point where I have created a 'Register' form in VB and wish to save data from this to two tables in the database; Register and Subs. Sa


ax, bx, cx, and dx registers. -
I know that these 16 bit registers are these: ax - accumulator register bx - base address register cx - counter register dx - data register The thing that is boggling my mind is what are the differences between them and how are they properly used? An example would be nice as w


About FileExtensions, Icons, Register -
If i have a program that makes a file wih an extension like: .adx How can i make my program write into the register (regedit) so that it opens my file in my program, and so that my file gets the icon of my program... I know this is in the register, but where do i need to write


Register a dll/ocx on rumtime - only once, not again -
How can u register a dll/ocx (using regsvr32) on runtime the first time a program is loaded, and then not again? (as in, if its already registered, dont register it again)


how do you register and unregister an .ocx -
how do you register and unregister an .ocx? I heard that to register it you have to shell C:\WINDOWS\SYSTEM\Regsvr32.exe or something, but how do you specify the .ocx file you want to register. and how do you unregister an .ocx


How to register OCX or DLL using Regsvr32 -
Hi, What's the syntax to register an OCX? And to register a DLL? Is there any difference? Thanks a lot... Michel Jr.


How to register an OCX or DLL using regsvr32 -
Hi, What's the syntax to register an OCX? And to register a DLL? Is there any difference? Thanks a lot... Michel Jr.


Registering a .DLL file -
Does anyone know how to get a DLL to register properly? I've got a dll called SandNet.dll, but it just won't register properly. I've tried regsvr32, but it doesn't actually register the file. It says it's loaded, but it wouldn't register it...???


Redirecting to another page -
HI all, just one quick question. I'm creating a site that allows the user to register a user name. If the desired username exists I want the same register page redisplayed with a message indicating "duplicate users" but i dont want to create a new register page. I want to


Register DLL... is it just a dream -
regsvr32 dllname.dll it doesnt work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The only thing I want is to change from BMP to DLL. I downloaded some code... and it asks for a DLL. I tried to register and it sends and error saying the file is corrupt. HOW CAN I REGISTER A DLL SUCCESFULLY?


VB6/VB.Net, Register dll -
I am developing VB.Net apps on one computer and VB6 on another. I need to access the VB.Net apps using Interop, which isn't a problem. The problem is how do I register the VB.Net .dll on the computer that only has VB6? Do I use Regasm and where/how do I register it? Also, what files do


Can't delete a dll [resolved] -
I'm using a vb dll in my asp application and going through the process of testing. I can register the dll on the server no problem and unregister it. What I can't do is delete it so I can register a new version to then test. I'm the admin for the server and have taken ownership of


What Process takes place when register DLL -
Hello Pls can any one explain what exactly happens when we register DLL.What entries are been made in registry. Even able to see same DLL on other machine in netwrok?or have to seperately register DLL on each machine to use it in program. Thx Yogesh


Register OCX at runtime -
Hi!! Can I register or un-register a OCX control at runtime? I mean for example if I use an especific OCX control how can i register ir while I have got a splash screen ? Can I do that? and can I un-register the OCX while the program is finishing with an splash screen too? I need an


Can't register DLL... Why -
Goodday everybody... I wish to ask why when I do a setup/installation on a machine, my DLL (created in VC++) fail to register on that machine. I even try to register it using RegSvr32 command but it still didn't worked. Hope someone outhere can shade some lights on my problem...


Creating COM+ Components -
I have build my software using COM+. To register components on the server machine during installation, I always have to go into control panel to register my dll file. Is there a way in which I can make it programmatically. I.e I just want to run a setup program that will automatically


i'm not sure, maybe you know@ -
When i register dll's or ocx's at run time: -should i copy them in the sys32 and then register them or -should i register them and regsvr32 will put it in the sys32.?? Hope you know, cuz i don't!!!!!


Curious -
Well, i'm a bit curious whether this is just a newbie mistake or what. Not sure if this is the right place but i keep on getting an error when i run this. Error is: "duplicate declaration in current scope" Code *it's no paticular code, just trying stuff out * Private


Visual studio installer and activeX exe -
Hi I am trying to register a ActiveX exe file with Visual Studio Installer 1.1, but when I tell it the file's register type = 1-vsifrSelfReg. I keep getting the message :"Error 1904. Module ... failed to register. HRESULT -2147024796. Contact your support person."


PLEASE HELP mscal.ocx will not register -
I'm trying to install VB6 and the installation fails because it cannot register MSCAL.OCX. I am logged in as administrator and have tried to register mscal.ocx manually, however, nothing works. Please help! I'm dead in the water right now! Thanks, Joe


Register an OCX Control. -
Can anybody tell me how to register an OCX control. I have a CallerId.ocx control in windows\system32 directory.But when i use this in vb.net application. it asks me to register it. can anybody tell me the solution


register a registry -
hi, i have a registry file and i would like to register it using vb, how do i do that? When the user click on my program on the register button i would like to register the registry file and don't want to show for the user the registry confirmation box. tanks


Register Ocx and Dll -
I have a problem in running my vb application.It gave an error showing dll or ocx not registed.I want to know that,is there any requirement to use original softwares to register the dll or ocx used in vb applicatio.Can anybody tell me the solution of this problem. or What are the re


need help making register page -
Im totally new to php so if anyone wants to make $10 bucks if they can give me a hand i'll do so, Im trying to make a register page for a game that will allow users to register a username, password, however im not sure how I would even start thats why im willing to pay someone to he


Registering a domain name - NEWBIE!! -
I want to register 2 domain names, but I'm unsure as how this works. I want to register the names so as to make sure that I HAVE these names when I need them (most probably only in 6 months time!!). Can I register with anyone - eg. nameboy.com?? If I register my name with eg. na


registering Activex dll -
Hello everyone, I do not use vb much, and am working on a project that invovles accessing dll libraries created with vb from other languages. To test my code, I created a very simple dll in vb and am trying to access it, but having problems. I assume I need to register my new dll bef


Register Service Prob -
ok. to register my prog as a service i use the following code Register = RegisterServiceProcess(GetCurrentProcessId(), 1) it works great, except when i try to shutdown or logoff or restart. I aborts the shutdown everytime. Any ideas Elon


More questions about hotkeys.... -
Hi all, I try to use hotkeys in my application(runs in win2000), but I confuse about this. I get many ways to register hotkeys, but all of them use only one or two hot keys. For example, I found codes to register F's keys to be hotkeys and functions to combine Ctrl+any key. But I ne


how to register ActiveX DLL -
I'd like to know how to register ActiveX DLL from a program or manually. I need to register S2CM_TL.DLL in the registry with key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\S2CM_TL.DLL, and put also 2 names(EventMessageFile, TypesSupported) with values.


why I can't Register my Dll from vc++ but when I make dll in vb Register it -
Hello, why I can't Register my Dll from vc++ but when I make dll in vb Register it ? this problem in windows 2000, and Windows XP.


Register DLL to the system. -
Hi all, How will I be able to register my DLL I created globally to the system? I created a setup application attached to my dll project, I want the dll to be registered when the user installs the setup application. I setup this dll for com interop and coded structures for the


Register .dll -
Hello all, I am looking for an alternate way to register a .dll in C#. I need to register (or re-register) the MDAC components (msado15.dll, oledb32.dll and so on) on a machine as part of an application I am creating. I currently am doing this using Process.Start and calling the CMD


register a component -
hello to all i create a component with visual basic and also register in my computer basicly it have some daily routine for my ASP Pages. now i want to register it on my server how i do it


[2003] Calling a form -
I just finished the program im working on. Now im working on making an opening screen that pops up before the main program can run. I created the register form after the main program. I need to find a way to have the main program check to see if its been registered (by looking for a


Runtime Error 430 !!! -
I created an install package for my program and it installs fine on a few systems. But on one system I get the 430 error which is stating that when the ActiveX server is changed from DLL to EXE and recompiled, any client code that attempts to create an instance of an object fro