Friday, February 12, 2010

What does inter net speed monitor display as in control panel?

trying to remove inter net speed monitorWhat does inter net speed monitor display as in control panel?
That sounds like a stand alone product';


Go to run and type ';msconfig';


go to the start up programs and uncheck the box for that program


Restart and it will not load again.

How can i remove messenger .net. ?i've looked in control panel, remove programmes and i cant find it?

its driving me mad. ive removed messenger 7.5 in the hope they were connected but no. . mess . net just keeps on popping up.How can i remove messenger .net. ?i've looked in control panel, remove programmes and i cant find it?
Go to Add/Remove programs and then on the left hand side click ';Add/Remove Components'; - then go through that wizard and untick it.How can i remove messenger .net. ?i've looked in control panel, remove programmes and i cant find it?
try removing it at C:\program files.


I hope it works.
you could also try this site





http://www.askmarvin.ca/forums/index.php鈥?/a>





hope it helps

How to write code in order to create custom control on asp.net?

i am new to asp.net.I have to write programe for custom custom control.How to write code in order to create custom control on asp.net?
You need to create a .ascx file. In this file you are going to lay out the html portion of the control just as you would in any .aspx file and then code it the same way you would your .aspx file.


Now when you want to use it you need to register it. This is also really simple. You need to write out a tag kind of like this one:


%26lt;% Register TagPrefix=';my'; TagName=';control'; Src=';.\myControl.ascx'; %%26gt;


You can name 'TagPrefix' and 'TagName' just about anything you want, and 'Src' is the path to the control. And now to actually use it:


%26lt;my:control id=';myId'; runat=';server'; other stuff /%26gt;How to write code in order to create custom control on asp.net?
take a look at this page


I hope that this can help you


http://www.ondotnet.com/pub/a/dotnet/exc鈥?/a>


Gennerally, o'reilly books are good.

Is there any way to change the color of the tabs on a tab control - VB.net?

im just trying to change the color to black, but apparently microsoft didn't want to help the user out hereIs there any way to change the color of the tabs on a tab control - VB.net?
If you want the entire tabpage to change color then:





Me.TabPage1.BackColor = Color.Blue





Searched on MSDN for you, got some nice examples here, try them out and let me know if they work for you:





http://forums.msdn.microsoft.com/en-US/v鈥?/a>





http://forums.microsoft.com/MSDN/ShowPos鈥?/a>

ASP .NET and RangeValidator control - validate input after Change event?

I have a custom control which is bound to a RangeValidator control, but currently it appears to only perform validation after a postback.





I'd prefer it to validate as soon as the user tabs off the control; is there a property of RangeValidator that I need to set, or some other method?ASP .NET and RangeValidator control - validate input after Change event?
You'll need to use javascript or another scripting language to have it respond to an action without a postback. It's a good idea though to keep your server side checks as well, just in case a user has scripting disabled on their browser.
  • Scooter
  • How i can write a vb.net code to control on\off for led connected into usb port???

    i want to control the lamp by computer??How i can write a vb.net code to control on\off for led connected into usb port???
    The .NET Framework does not support direct control of USB ports. You'll need a class that wraps the unmanaged WIN32 API to open, control, and close the ports.





    Here is some sample code to get you started:How i can write a vb.net code to control on\off for led connected into usb port???
    The link above actually looked good, i didn't download it, since i'm not at the stage to communicate with modems or network cards,





    i'm answering this to put it to the vote, vote the above answer :D





    R3dm0

    How i can write a vb.net code to control on\off for led connected into usb port???

    i want to control the lamp by computer??How i can write a vb.net code to control on\off for led connected into usb port???
    The .NET Framework does not support direct control of USB ports. You'll need a class that wraps the unmanaged WIN32 API to open, control, and close the ports.





    Here is some sample code to get you started:How i can write a vb.net code to control on\off for led connected into usb port???
    The link above actually looked good, i didn't download it, since i'm not at the stage to communicate with modems or network cards,





    i'm answering this to put it to the vote, vote the above answer :D





    R3dm0