Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
Member Avatar for Cap'nKirk

Hi, I am trying to add a new xElement to an existing xDocument but it needs to be added to a specific place in the structure. Here is a snippet of the current structure, you can see that I have added ID xAttributes to the xElement td in order to …

Member Avatar for lithium112
0
3K
Member Avatar for Cap'nKirk

Hi, having a bit of a head-scratcher time here. I have a FOR loop that searches through a Directory for images, collects the EXIF DateTimeOriginal information form each image and then is supposed to output this collected data inside an HTML TABLE. I know that the FOR loop does exactly …

Member Avatar for Cap'nKirk
0
319
Member Avatar for Cap'nKirk

Hi, I am attempting to iterate through all image files in a folder and it's subfolders to check for the EXIF property of DateTimeOriginal. For the life of me I cannot seem to work out how do this, I can work it fine by just entering a single Path in …

Member Avatar for AleMonteiro
0
218
Member Avatar for Cap'nKirk

Hi, I have a snippet of batch code that searches through a folder and outputs the results one file per line in html format. Code below: @ECHO OFF &SETLOCAL (FOR /f "delims=" %%a IN ('dir /b /a-d /s /n "C:\Documents and Settings\All Users\Documents\My Pictures\Pics & Vids"') DO ( FOR /f …

Member Avatar for rojomoke
0
149
Member Avatar for Cap'nKirk

Hi all, I am having a play around with batch files but have hit a stumbling block. The file returns the contents of an image folder and outputs the results in html format as such: Thumbnail - Filename (usable link) - Creation Date - Modified Date Please bear in mind …

Member Avatar for Cap'nKirk
0
223
Member Avatar for Summer995

It is still a little scattered, but when debugging I can pick a letter, but it does not compare it to the wordArray/wordBank. So I am not able to "pick a letter" and it replace the * with the correct letter picked. I can't seem to figure out the code …

Member Avatar for gusano79
0
270
Member Avatar for clarisaduta

Hey everyone, how do i find and highlight a specific word in a .txt file? I only have this until now : this.openFileDialog1.Filter = "TEXT (*.xml;*.txt|"; this.openFileDialog1.Multiselect = true; this.openFileDialog1.Title = "My text editor"; DialogResult dr = openFileDialog1.ShowDialog(); if (dr == DialogResult.OK) and i want to find these two words …

Member Avatar for clarisaduta
0
111
Member Avatar for hfxdkhrxtr

hi, i want to change my ip address in every 10 minutes so please give me code to change my ip address in c# windows form application.

Member Avatar for Cap'nKirk
-1
210
Member Avatar for chris283

Hi, I am new to c# and was wondering could someone help me. i am trying to valiate a cell in my datagrid view so that when a minus value is entered, i will get an error, i am unsure of how this is completed, i have tried a few …

Member Avatar for Mitja Bonca
0
107
Member Avatar for Mike Askew

I'm after some advice really. I wish to create an application for myself and a friend using DropBox as a means to store and sync a CSV with data in. Is it possible to programatically search through a computers directory to locate folder called 'Dropbox' without hardcoding its location? If …

Member Avatar for Cap'nKirk
0
145
Member Avatar for heavy.is.happy

Hello. How do i make a vertical webbrowser? It's look like this now, but i want vertical. Is there any button to twist or write to so the webbrowser will be vertical? http://i47.tinypic.com/16gd8jp.png

Member Avatar for Cap'nKirk
0
196
Member Avatar for Cap'nKirk

Hi all, for a while now I have been trying to figure out how to output a complete list of RGB color values to a combobox but am really stuck as to how to start. The values need to be sequential starting at (0,0,0) right the way up to (25,255,255) …

Member Avatar for Cap'nKirk
0
121
Member Avatar for Cap'nKirk

Hi, I am attempting to change a small piece of code in a forum I run but cannot figure out how to actually return the string of an item contained in an array instead of getting the items position in the array. Sorry if this does not seem to be …

Member Avatar for Cap'nKirk
0
108
Member Avatar for alaa sam

hi I have made a setup for my project and when i download it on my pc it works except that when it needs to read some file that was in the debug file when wrote the code it gives me a message that it can't find this file , …

Member Avatar for alaa sam
0
84
Member Avatar for zachattack05

Thanks to Antenka I have located the HTML Help Workshop to create a Help system for my software. Problem: writing HTML code is a heck of a lot more tiring than I expected. Does anyone know of a WYSIWYG HTML editor that only does the basics (fonts, tables, images etc...) …

Member Avatar for Cap'nKirk
0
95
Member Avatar for Cap'nKirk

Hi, I have made a small application that creates an RSS feed from my Cafe Press store using the Cafe Press API. As I am still in the developement stage I have currently created 2 feeds for testing purposes but I am struggling to understand what is going wrong with …

0
66
Member Avatar for Cap'nKirk

Hi, I am working on a small application that creates an RSS feed from raw XML data. While the application itself works as it should, I am trying to add images to each item in the feed, as for instance a Flickr feed. The problem I am getting is that …

Member Avatar for Cap'nKirk
0
139
Member Avatar for Cap'nKirk

Hi, I have an XML file that I am trying to parse and then sort into an re-ordered list. Currently the XML file is ordered via date ascending i.e. oldest item first, newest last. I know how to parse an XML file using 'XMLNodeList - GetElementsByTagName' but what would be …

Member Avatar for Cap'nKirk
0
1K
Member Avatar for Cap'nKirk

Hi, I have a app that at startup shows a particular label i.e. [B][COLOR="Red"]Ready...[/COLOR][/B] then when the user hit a download button it changes the label to:- [B][COLOR="Red"]Contacting Server...[/COLOR][/B] By using 'Threading' I have also added an update progress which updates the label with percentage and also updates a progressbar. …

Member Avatar for Cap'nKirk
0
215
Member Avatar for Cap'nKirk

Hi, just started today with trying to implement a Thread in my application and have come across a problem that I can't seem to figure out. The application asks the user to enter their userid into a TextBox on the main form which is used to download a specific XML …

Member Avatar for Cap'nKirk
0
227
Member Avatar for Cap'nKirk

Hi, I am working on a small application that uses a WebClient to download an XML file via an API call. Just downloading the file is fine, that all works but I really wanted some way to show the download progress to the end user. Searching on the net I …

Member Avatar for Cap'nKirk
0
131
Member Avatar for Cap'nKirk

Hi, a bit of a long title to this thread, I know, just trying to make it obvious. lol Anyhow, I am building a Twitter widget for my own website and have got really stuck on one aspect of it, namely the 'source' i.e. which application the 'user' used to …

Member Avatar for Cap'nKirk
0
177
Member Avatar for Cap'nKirk

Hi, may seem like a silly question but if someone helps me out in a thread, how do I award rep points, I cannot see a link or button to press? Regards.., MT

Member Avatar for Cap'nKirk
0
36
Member Avatar for Cap'nKirk

Hi, I am trying to build a Twiiter website widget using the Twitter API, that will display a list of recent tweets. I am stuck on one piece which is the display of the URLs in the tweet. I am using preg_replace to look through the text and find a …

Member Avatar for Cap'nKirk
0
298
Member Avatar for Cap'nKirk

Hi, I am trying to figure out how to place an image that is floated to the left, text that should be centered & and an image that is floated to the right all within the same div that is 400px X 25px. Here is my code at the moment:- …

Member Avatar for Cap'nKirk
0
75
Member Avatar for Cap'nKirk

I recently had a PC crash and had to do a fresh install of Win XP. Luckily I had backups of a vast majority of my data including my VS projects. I have just reinstalled VS2010 Ultimate and then decided to open my latest project only to be told that …

Member Avatar for Cap'nKirk
0
120
Member Avatar for Cap'nKirk

Hi, I have a small project that I am working on and am trying to implement an AboutForm that is odd shaped, like the splash screen for VS2010 or Photoshop CS5 etc... I have made an image (png) in Photoshop that has a drop shadow and a transparent background but …

Member Avatar for Cap'nKirk
0
92
Member Avatar for Cap'nKirk

Hi, my app needs to have an internet connection to run correctly, so I have been trying to implement a piece of code to check for the availability of a net connection. [CODE] private void Form1_Load(object sender, EventArgs e) { HttpWebRequest req; HttpWebResponse resp; try { req = (HttpWebRequest)WebRequest.Create("http://www.google.com"); resp …

Member Avatar for farooqaaa
0
194
Member Avatar for Cap'nKirk

Hi, my app does not contain a web component but it does download images from the web into pictureboxes. I am trying to figure out how to code a progressbar on my app that would start when the form is loaded and increase gradually until all the pictureboxes have been …

Member Avatar for Cap'nKirk
0
189
Member Avatar for Cap'nKirk

Hi, I have a couple of questions regarding DataGridView. I have a DGV that is created at runtime, it has 3 columns. I would like to change the mouse cursor to HAND on only 1 of these columns, is this possible, if so how? Also how can I stop the …

Member Avatar for Geekitygeek
0
541