Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K

14 Posted Topics

Member Avatar for jerecho070
Member Avatar for Cliffyboy
0
556
Member Avatar for ainkut
Member Avatar for Schmoo1959

I've seen this problem in other sites, my advise is try hitting the FN key when powering on, it works for many people.

Member Avatar for Schmoo1959
0
221
Member Avatar for Kornonthecobb98

Well, in my opinion it shouldnt matter since the router saves the configuration settings. I've disconnected mine a couple of times and it still works the same.

Member Avatar for DenisOxon
0
132
Member Avatar for charle2364

For displaying the selected items, you can create a ListBox and play with the [CODE]Listbox#.Items.add('Here goes what you want to add) [/CODE] (# is the listbox number), the [CODE]ListBox1.Items.Remove('Here goes what you want to remove)[/CODE]

Member Avatar for charle2364
0
103
Member Avatar for OldQBasicer

Use the [COLOR="Red"]math[/COLOR] namespace, [CODE]Math.Log10(x)[/CODE] Where x is your number

Member Avatar for OldQBasicer
0
120
Member Avatar for zendet
Member Avatar for lharley
Member Avatar for mdk2k4
0
128
Member Avatar for xfrolox

Hey, try this code i found on FreeVBcode.com, just call the function in the button code's body. [CODE]Public Function GetClipboardText() As String Dim objClipboard As IDataObject = Clipboard.GetDataObject() With objClipboard If .GetDataPresent(DataFormats.Text) Then Return _ .GetData(DataFormats.Text) End With End Function[/CODE] ref: [url]http://www.freevbcode.com/ShowCode.asp?ID=5470[/url]

Member Avatar for gatzaraki
0
122
Member Avatar for pysdex

It may be easier to just assign diferent textboxes to the A and B sorta: [CODE]A= Cdbl(texbox1.text) B= Cdbl(textbox2.text)[/CODE] then you can add them. This is a simpler solution. of course you can always have buttons that assign the operator. Hope this helps. :)

Member Avatar for gatzaraki
0
94
Member Avatar for timfrancis

The laptop probably has a display manager, maybe connecting the vga and then working with the software may help you.

Member Avatar for gatzaraki
0
68
Member Avatar for susy32

Did you manually remove the viruses? If so, did you follow the instructions exactly? In any case, you can buy an external hard disc enclosure, remove the one on the Lenovo (careful not to make pressure on it's center or letting it fall) and insert ir into the enclosurel, then …

Member Avatar for gatzaraki
0
111
Member Avatar for gatzaraki

Hello everyone! I'm thinking of buying an AMD Phenom II X4 965 Black edition. My concern is, is it compatible with my Biostar T-series Mobo? the AMD is AM3 and the Mobo is AM2+. Thanks in advance!!

0
56
Member Avatar for gatzaraki

Hello world!!!! I know this sounds kind of stupid, but i am in the process of installing a new OS on my old PC because the XP went missing a file and doesnt boot up (also lost the install CD). I need to save some files that are on this …

Member Avatar for gatzaraki
0
154

The End.