WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Is there no MVP to answer this??

 
Goto page Previous  1, 2, 3, 4, 5
   Home -> Security -> General Discussions RSS
Next:  AVG Trashes Attachments???  
Author Message
James Egan

External


Since: Jan 19, 2006
Posts: 287



(Msg. 17) Posted: Sun Oct 05, 2008 3:09 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: alt>comp>virus (more info?)

On Sat, 4 Oct 2008 12:12:08 -0700, "The Real Truth MVP"
<toidi RemoveThis @tpap.com> wrote:

>If you register a dll that is already
>registered absolutely nothing will happen except maybe a message telling you
>it is already registered.

This is what I thought but it isn't correct. An active x control I was
using in vb stopped working after I test ran a (inno) setup which
re-registered the file. I had to re-install the active x control using
its own setup program before it would work again so now I settle for
testing on a different machine.


Jim.
Back to top
Login to vote
David H. Lipman

External


Since: Jul 04, 2003
Posts: 3386



(Msg. 18) Posted: Sun Oct 05, 2008 3:09 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From: "James Egan" <jegan RemoveThis @jegan.com>


| On Sat, 4 Oct 2008 12:12:08 -0700, "The Real Truth MVP"
| <toidi RemoveThis @tpap.com> wrote:

>>If you register a dll that is already
>>registered absolutely nothing will happen except maybe a message telling you
>>it is already registered.

| This is what I thought but it isn't correct. An active x control I was
| using in vb stopped working after I test ran a (inno) setup which
| re-registered the file. I had to re-install the active x control using
| its own setup program before it would work again so now I settle for
| testing on a different machine.


That's right Jim. Its a false statement.

Go to Start --> run

Execute; regsvr32 mshtmled.dll
now do it agin and again.

Each time a dialogue will indicate the registration of the DLL succeeded. It will NOT
indicate the DLL has already been registered.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
Back to top
Login to vote
The Real Truth MVP

External


Since: Jul 12, 2008
Posts: 43



(Msg. 19) Posted: Sun Oct 05, 2008 3:09 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Which Active X file was it? There are only 9 ocx files in my shell fix tool.
wshom.ocx
Daxctle.ocx
xmsconf.ocx
msdxm.ocx
tdc.ocx
hhctrl.ocx
mmefxe.ocx
plugin.ocx
asctrls.ocx

Tdc.ocx is the only one that directly effects VB. Tabular Data control is
used in Visual Basic applications. You also mentioned Inno setup, my shell
fix tool is not compiled and only my Remove-it software uses the Inno setup
and the ocx files in it are all malware related and they are unregistered
and deleted by Remove-it so I am a little confused by your statement.



--
Ignore any posts made by the Stalker Leythos, he's still in love with me.
He started stalking me after I spurned his advances towards me.
He said he would stop Stalking me If I stopped mentioning his name.
As you can see that does not work. He is a sick obsessive STALKER.





"James Egan" <jegan RemoveThis @jegan.com> wrote in message
news:6kqnduF98504U1@mid.individual.net...
>
> On Sat, 4 Oct 2008 12:12:08 -0700, "The Real Truth MVP"
> <toidi RemoveThis @tpap.com> wrote:
>
>>If you register a dll that is already
>>registered absolutely nothing will happen except maybe a message telling
>>you
>>it is already registered.
>
> This is what I thought but it isn't correct. An active x control I was
> using in vb stopped working after I test ran a (inno) setup which
> re-registered the file. I had to re-install the active x control using
> its own setup program before it would work again so now I settle for
> testing on a different machine.
>
>
> Jim.
>
Back to top
Login to vote
Leythos

External


Since: Jan 04, 2006
Posts: 302



(Msg. 20) Posted: Sun Oct 05, 2008 9:30 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <tOWFk.2606$D32.720@flpi146.ffdc.sbc.com>, toidi DeleteThis @tpap.com
says...
> Ignore any posts made by the Stalker Leythos, he's still in love with me.
> He started stalking me after I spurned his advances towards me.
> He said he would stop Stalking me If I stopped mentioning his name.
> As you can see that does not work. He is a sick obsessive STALKER.
>

Do you really want to trust someone that was banned from posting
directly to Microsoft Usenet servers, someone that has posted links to
pornographic materials on HIS WEBSITE, who's website is in the MVP HOST
Block list, and who provides a tool for your use that will block access
to reputable anti-malware sites without telling you he's doing it?

Do you really want to trust someone that has had to change their posting
identity after being busted by MS as a fake MVP?

Stalking, even in usenet is a crime, there are enough pages from your
filthy site to prove you're stalking me in your posts, I have them
documented and certified authentic - it's your call now Stalker.
--
Leythos - spam999free DeleteThis @rrohio.com (remove 999 to email me)
Public Service Warning: Learn about PCButts before you trust:
http://www.velocityreviews.com/forums/t513604-author-of-removeit.html
http://www.google.com/search?hl=en&q=pcbutts1+thief
Back to top
Login to vote
James Egan

External


Since: Jan 19, 2006
Posts: 287



(Msg. 21) Posted: Sun Oct 05, 2008 9:32 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 4 Oct 2008 20:51:46 -0700, "The Real Truth MVP"
<toidi.RemoveThis@tpap.com> wrote:

>
>Tdc.ocx is the only one that directly effects VB. Tabular Data control is
>used in Visual Basic applications. You also mentioned Inno setup, my shell
>fix tool is not compiled and only my Remove-it software uses the Inno setup
>and the ocx files in it are all malware related and they are unregistered
>and deleted by Remove-it so I am a little confused by your statement.

I wasn't referring specifically to the above mentioned software but to
your assertion that nothing adverse will happen if you merely
re-register a component.

I referred in particular to my use of this image handling control
http://www.chestysoft.com/ximage/manual.htm
which stopped working with vb development until I re-ran its own setup
file.

This, I suspect, is one of the "negative consequences" that Dave was
referring to in his post.


Jim.
Back to top
Login to vote
The Real Truth MVP

External


Since: Jul 12, 2008
Posts: 43



(Msg. 22) Posted: Sun Oct 05, 2008 9:32 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Oh ok thank you for that info.

--
Ignore any posts made by the Stalker Leythos, he's still in love with me.
He started stalking me after I spurned his advances towards me.
He said he would stop Stalking me If I stopped mentioning his name.
As you can see that does not work. He is a sick obsessive STALKER.





"James Egan" <jegan RemoveThis @jegan.com> wrote in message
news:6krcdlF9771eU1@mid.individual.net...
>
> On Sat, 4 Oct 2008 20:51:46 -0700, "The Real Truth MVP"
> <toidi RemoveThis @tpap.com> wrote:
>
>>
>>Tdc.ocx is the only one that directly effects VB. Tabular Data control is
>>used in Visual Basic applications. You also mentioned Inno setup, my shell
>>fix tool is not compiled and only my Remove-it software uses the Inno
>>setup
>>and the ocx files in it are all malware related and they are unregistered
>>and deleted by Remove-it so I am a little confused by your statement.
>
> I wasn't referring specifically to the above mentioned software but to
> your assertion that nothing adverse will happen if you merely
> re-register a component.
>
> I referred in particular to my use of this image handling control
> http://www.chestysoft.com/ximage/manual.htm
> which stopped working with vb development until I re-ran its own setup
> file.
>
> This, I suspect, is one of the "negative consequences" that Dave was
> referring to in his post.
>
>
> Jim.
>
Back to top
Login to vote
Jim

External


Since: Aug 01, 2008
Posts: 15



(Msg. 23) Posted: Sun Oct 05, 2008 11:59 am
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Pete" <Pete RemoveThis @nospam.com> wrote in message
news:ZYdFk.2086$as4.611@nlpi069.nbdc.sbc.com...
> Why when I right click "open" on an icon nothing happens? If I double
> click the icon, the program starts right up. What's going on, and how do
> you fix it?? So far, nobody seems to have a clue.
> I'm running Vista Ultimate on a very loaded machine.
>
>
I am not running Vista, and I am most assuredly not an MVP.
However, over here on XP, there is a setting which you access somewhere in
Local Security Policy that determines whether one or two clicks are required
to activate a program.
I like two clicks, so that is how my systems work.

Jim
Back to top
Login to vote
Dustin Cook

External


Since: Jun 27, 2006
Posts: 319



(Msg. 24) Posted: Sun Oct 05, 2008 10:08 pm
Post subject: Re: Is there no MVP to answer this?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

James Egan <jegan RemoveThis @jegan.com> wrote in
news:6kqnduF98504U1@mid.individual.net:

> On Sat, 4 Oct 2008 12:12:08 -0700, "The Real Truth MVP"
> <toidi RemoveThis @tpap.com> wrote:
>
>>If you register a dll that is already
>>registered absolutely nothing will happen except maybe a message
>>telling you it is already registered.
>
> This is what I thought but it isn't correct. An active x control I was
> using in vb stopped working after I test ran a (inno) setup which
> re-registered the file. I had to re-install the active x control using
> its own setup program before it would work again so now I settle for
> testing on a different machine.

vbagrid6 error huh?


--
Regards,
Dustin Cook, Author of BugHunter
BugHunter - http://bughunter.it-mate.co.uk
MalwareBytes - http://www.malwarebytes.org
Back to top
Login to vote
Display posts from previous:   
       Home -> Security -> General Discussions All times are: Eastern Time (US & Canada) (change)
Goto page Previous  1, 2, 3, 4, 5
Page 3 of 5

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
 Office Other
  Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET