No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: [gyles](https://www.daniweb.com/members/1116572/gyles),I have an iPod Touch 4G which is 3 Years Old but runs fine, [christopher.ava](https://www.daniweb.com/members/1116496/christopherava), Did you Jailbreak your Device? If you did then you can download many Cydia tweaks to speed-up your iDevice... | |
Hi Guys, i want to open .tiff and .tga images in my program's PictureBox but i am not able to open them, any Solution?? | |
Hi Guys, I wanna know how to change a label's text thats in a different form when the user presses a button in the mainform, I have heard about the Signals and Slots thing but not experienced enough to understand that, Please Help Me! | |
Hi guys, i own an iPod Touch 4G but its running slow (even apps and games) on iOS 6.1.6 but was running smooth on the 4.x Firmware, is there any way to downgrade my Device to an Older, Smoother iOS?? | |
This is the code to align the content of a Panel in the Center, Hope this Helps :) | |
I have a file download code in vb .net but when i try to download any file (.rar in this case) everything downloads properly but when i open the .rar file WinRAR shows "The archive is damaged!" but when i download the same file from IDM its perfect and no … | |
Re: You can disable the TaskManager itself by editing the Windows Registry Try: to disable TaskManager: Private Sub DisableTaskManager() Dim regkey As RegistryKey Dim keyValueInt As String = "1" Dim subKey As String = "Software\Microsoft\Windows\CurrentVersion\Policies\System" Try regkey = Registry.CurrentUser.CreateSubKey(subKey) regkey.SetValue("DisableTaskMgr", keyValueInt) regkey.Close() Catch ex As Exception MsgBox(ex.Message, MsgBoxStyle.Critical, "Registry Error!") End … | |
Hi guys i'm new here (also VB .NET) and I am getting dialog "Overflow Exception was Unhandled" when i try to play BIG Files on my MP3 Player Code which i got off the Net, how can i solve this???? Sorry if it's a puny mistake i've made, Thanks P.S … |
The End.