Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
3 Commented Posts
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Member Avatar for metalla_nz

Hi all, Im developing a small app that stores information in a database. When I first released, I tried to make sure my DB was future-proofed against any changes. However i'm about to release a new version that requires a change to the DB schema. Currently my terrible way of …

Member Avatar for Garr
0
311
Member Avatar for metalla_nz

Hi All, Been looking for a way to programatically mount ISO files in C#. Im aware I can use daemon tools etc. to do this by starting it with command line switches. Id like to be able to allow the users to mount without installing extra software. MS has provided …

Member Avatar for metalla_nz
0
414
Member Avatar for S2009

Hi all, I have a login form and ChangePassword form. I want to retrieve the value of username entered in the Login form at the time of logging. I have created a property named as RetUserName as follows: [code] public partial class frmLogin : Form { private string UseNam; public …

Member Avatar for DdoubleD
0
217
Member Avatar for metalla_nz

Hi all, XMLDocument.Load("http://ws.audioscrobbler.com/2.0/?method=artist.search&artist=Zlad!); If you open the link in FF it shows the error, IE seems blisfully unaware Its failing due to Last.FM outputting artist names with the wrongly encoded characters into the xml. This causes my C# app to crash. XMLException, invalid character How would I go about making …

Member Avatar for sknake
0
956
Member Avatar for metalla_nz

Hi guys, Im embarking on something new (to me). Im creating a matchign expression system for a music video collection app. Essentially for the program to find the files, the user inputs a mask to help find the files and identify tags in the file name. e.g %artist%\%artist% - %title%.%ext% …

Member Avatar for nmaillet
0
89
Member Avatar for DaveD3

Good Afternoon, I have developed an app in C# for my company. I install the app on a server then attempt to run it from a Windows XP box. I get a message that the publisher is unknown do I want to run the app. When I click run the …

Member Avatar for DaveD3
0
119
Member Avatar for Kloukip

I have a simple question: How do I insert a new entry into settings.settings from the code (not through the table interface) so that i can make user defined presets/settings? Thanks for any input ;) Klo

Member Avatar for metalla_nz
0
94
Member Avatar for metalla_nz

Hi all, Im writing a burglar alarm app, I need it to make a phone call to a specified number via dial-up modem. Thats the start, secondly I would like it to be able to talk to me when I pick up when its ringing me. Using System.Speech.Synthesis would be …

0
72
Member Avatar for natomiast

Hi, I'm new in C# programing. I'm using Visual Studio 2008. I wont to make an application which show me catalogue structure on CD/DVD disk. I know how to view folder and files in define path, "D:\" for example. But whot if some one have CD drive on different letter. …

Member Avatar for metalla_nz
0
97
Member Avatar for karthi_selva

hi, i am new to .net i need to refer the external file to my C# object ie i wrote the one program like class program { public string getname(string name) { return name; } } the next program class test { like that } in the second program i …

Member Avatar for metalla_nz
0
137
Member Avatar for metalla_nz

Hi everyone. Here is my first app, [url]http://code.google.com/p/snippet/[/url] Its a code snippet management program. Would love for people to check it out, offer any suggestions etc. and see if you can break it. Each language is controlled by an XML file in the languages folder, see the included c Sharp.xml …

Member Avatar for metalla_nz
0
74
Member Avatar for metalla_nz

I have the following repeating block of code in a website [CODE=html]<a href="LINK">TITLE</a><br>MANUFACTURER -- YEAR<br>PLATFORM<br>[/CODE] I need a regular expression to parse out the relevant bits in caps Ive been trying txt2re.com and expresso... But nothing generated there seems to do a decent job. I guess I need something that …

Member Avatar for metalla_nz
0
87
Member Avatar for metalla_nz

I have the below code, [CODE=csharp]string txt = "<table SUMMARY=\"Game Match\" border=0 cellpadding=2 cellspacing=0><tr valign=top><td width=25><b>2.</b></td><td width=60><a href=\"/game/gameboy-advance/legend-of-zelda-a-link-to-the-past\"><img alt=\"Game Boy Advance Front Cover\" border=\"0\" src=\"/images/i/36/26/365576.jpeg\" height=\"59\" width=\"60\" ></a></td><td><a href=\"/game/gameboy-advance/legend-of-zelda-a-link-to-the-past\">The Legend of Zelda: A Link to the Past</a><br>by Nintendo of America Inc. -- 2002<br>Game Boy Advance<table SUMMARY=\"Game Match\" border=0 cellpadding=2 cellspacing=0><tr …

Member Avatar for metalla_nz
0
153