Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for shredder2794

Hello all, I have a MKMapView that is having a very strange problem which is kind of hard to explain. I have an MKOverlay that is saved between sessions by saving the points of the overlay to a file and loading the overlay in viewDidLoad. So here's the problem: Steps …

0
174
Member Avatar for shredder2794

Hello all, I was wondering if there was a way to add cover art to an mp3 file using Java? I'm fine using 3rd party libraries. I have been using JID3(http://jid3.blinkenlights.org/) to add and edit ID3 tags of mp3 files but can't seem to find a way to add cover …

Member Avatar for shredder2794
0
1K
Member Avatar for shredder2794

Hello all, I have designed a website in HTML5 and CSS3 that looks great in Firefox, Chrome, and Safari but in 2 different versions of Internet Explorer that page looks all distorted. Here are some of the problems: The banner items are stacked on top of each-other and the background …

Member Avatar for mi.mac.rules
0
99
Member Avatar for shredder2794

Hello all, Is there a way of editing the ID3 tags(title,artist,album, etc) of mp3 files in Visual Basic. Any way of doing this via command prompt or audacity from the command line would also work. Thanks a lot and I obviously am no expert at VB so please be detailed …

Member Avatar for Oxiegen
0
192
Member Avatar for shredder2794

Hello all, How would I go about copying all the files out of a directory and lots of subdirectories and moving only the files somewhere else?(say C:\Test\file1.txt). I dont pretend to be an expert so a full explanation would be helpful. Thanks!

Member Avatar for Oxiegen
0
112
Member Avatar for shredder2794

Hello all, So lets say I have a folder and in it I have 3 files. How would I go about Identifying the biggest(in bytes) and moving it somewhere else on the hard drive, say C:\BiggestFile.jpg? Thanks in advance! Shredder2794

Member Avatar for thines01
0
370
Member Avatar for shredder2794

Hello all, Whenever I get on my laptop running Windows XP SP3 I get that pesky message that says "Windows has recovered from a serious error" and the buttons that say "send error report" and "dont send". Whenever you click either the message goes away for about 2 seconds then …

Member Avatar for shredder2794
0
353
Member Avatar for shredder2794

Hello all, I've been trying to get metasploit working on my mac for a couple of days and I just keep getting this error:"Error while running command db_connect: Failed to connect to the database: Unknown MySQL server host '0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1' (1)" and then is says "call stack" and gives me a …

0
151
Member Avatar for shredder2794

Hello all, I am trying to strip all of the white space,front and back, from a variable that has the value of a text box in it. I've tried so many different techniques but to no avail... here is an example of some of my code... [code]var firstname =(document.registration_form.FirstName.value); if …

Member Avatar for ivatanako
0
392
Member Avatar for shredder2794

Hello all, I'm I am very new to using MySQL databases and came across an error that I need help with. I'm trying to make a simple Connection file in php to connect to one of my databases and it keeps giving me this error:"Warning: mysql_connect() [function.mysql-connect]: Access denied for …

Member Avatar for wdbaker54
0
194
Member Avatar for shredder2794

Hello all, I am trying to figure out how to click a button in the WebBrowser Control... I've tried stuff like: [CODE] WebBrowser1.Document.Forms(0).Item("btnG").Click [/CODE] but this doesn't seem to work. So how would you go about clicking a button in the webbrowser control in Visual Basic 2010? As an example …

Member Avatar for jlego
0
98
Member Avatar for shredder2794

Hello all, I'm in the process of making a program in Visual Basic 2010 where the user can click a button adding another webbrowser control to the form. How would you accomplish this and how would you go about "Dynamically" expanding the form... EG. how would you go about adding …

Member Avatar for codeorder
0
96
Member Avatar for shredder2794

Hello all, I'm making an application that manipulates the common web-browser Internet Explorer 8 using the White Framework([url]http://www.white.codeplex.com/)and[/url] I am having some problems. I'm trying to go to(in IE) Tools>Internet Options so I used the code given here:"http://white.codeplex.com/wikipage?title=MenuBar%2c%20Menu%20and%20PopupMenu&referringTitle=Programming%20using%20white" code snippet of mine: [code] MenuBar menuBar = window.MenuBar; Menu level2Menu = …

0
102
Member Avatar for shredder2794

I've been using the WatiN framework and C# to automate an IE window. Is there a way to click the 'Tools' button in the toolbar in Internet Explorer using WatiN? Links to other articles and code snippets are HIGHLY appreciated! Thanks SO much! -Shredder2794

0
53
Member Avatar for shredder2794

Hello all, I'm very interested in WPF UI automation but I can't find much documentation about it,how to use it,how to code with it, or coding examples. Can someone please reference me to a good source of information on this subject(book,website,article, exec...) Thanks SO much! -a fellow programmer

Member Avatar for Ketsuekiame
0
78
Member Avatar for shredder2794

Hello all, I'm making a WPF automated program using C#. Sorry if this is a dumb question but how do you invoke a button press on a toolbar(say "File" in any internet browser)? Heres some of my code: [code] AutomationElement aeToolsButton = aeForm.FindFirst(TreeScope.Children, new PropertyCondition(AutomationElement.NameProperty, "Tools")); InvokePattern ipClickButton1 = (InvokePattern)aeButton. …

0
61
Member Avatar for shredder2794

Hello all, I've started to learn about WPF UI automation and have been having some trouble. I get the general way of automating a program to interact with another program to perform tasks but I am very new to VB.NET programming and it would help a LOT if someone gave …

0
64
Member Avatar for shredder2794

Hello all, I've been using SendKeys in a program I am making but its really glitchy and does not work properly. Is there an alternative way to simulate a key press within code? Thanks in advance!

Member Avatar for kvprajapati
0
64
Member Avatar for shredder2794

Hello All, I was wondering how to click a button on the internet or another program via a program in visual basic 2010. An example would be: Have a program being able to click the "Search" button in google or the "I'm feeling lucky" button??? Does anyone know how to …

Member Avatar for Unhnd_Exception
0
2K
Member Avatar for shredder2794

Hello all, I live in a very remote part of NM where the fastest internet you can get is 1.3MB per second(which I have). I would like to have faster internet and would pay more for it but it just doesn't exist. Does anyone know of a way to purchase …

Member Avatar for Kraai
0
221
Member Avatar for shredder2794

Hello all, When you first open a professionally made application a dialog box appears with an "install wizard" that lets the user install the program to a specific destination on the hard drive and among other thing change some settings. How do you make one of these using visual basic …

Member Avatar for Netcode
0
173
Member Avatar for shredder2794

Hello all, In lots of applications there are copy,cut,and paste buttons where the user can highlight some text and click "Copy" or "Cut" or "Paste" and then the program would do the corresponding actions. I was just wondering how to code such a button in Visual Basic 2010? Thanks in …

Member Avatar for Netcode
0
2K
Member Avatar for shredder2794

Hello all, I am trying to make a program in visual basic 2010 where the user enters hours minutes and seconds into text boxes and then the program will count down from that until its equal to 0 when a msgbox appears and says its finished. I was converting hour …

Member Avatar for codeorder
0
542