Dotnetforum - dotnetforum.net - Microsoft Visual Studio .Net Forums
General Information:
Latest News:
Managing printing over print server 2003 in C# 30 Jun 2013 | 07:08 pm
Hi All experts I am developing a web based application in C#. I have get all printers installed over a print server (windows server 2003) and shown all printers in a grid view. Have also get print job...
Can't Download anything to my Laptop :( 30 Jun 2013 | 05:53 pm
Hi, I am at my ends wits!! For the life of me I can't seem to find out why I can't download any antivirus software to my laptop, or download and open/save any attachments from email etc...any changes ...
reading Json response 30 Jun 2013 | 05:23 pm
i am tring to read a json reponse using JasonConvert class in VB 2012. how ever i got error that "DeserializeObject is not a member of ' ConsoleApplication.Module1.JsonConvert" following is the code I...
Visual Studio throws an exception: "Object reference not set to an instance of an object." 30 Jun 2013 | 05:02 pm
I'm working in C# (actually XNA) and I have this code for my "Sprite.cs" class:#region Using Statements using System; using System.Collections.Generic; using System.Linq; using System.Text; using Micr...
Arabic Fuzzy Name search 30 Jun 2013 | 04:52 pm
Hi, We have a application developed in .Net using with SQL server 2008, where the user can enter the details either in English or Arabic. Our transaction has to be scanned against a list of names prov...
MediaPlayer VB.net 30 Jun 2013 | 03:55 pm
Hey all. I´m creating a music player only for .mp3 files. I´m doing this in Visual Studio 2012 using .net framework 3.5 because I want to make this media player compatible with Windows XP too. Because...
Get the user information from the setup file 30 Jun 2013 | 02:54 pm
<p>Hi all,</p> <p>I have developed an app in Visual Basic 2010. And I use Setup Factory to create my setup file. In that setup file, I have put these text fields:</p> <ul> <li>serial number text box</...
Remove XML Node 30 Jun 2013 | 02:48 pm
<p>Hi,</p> <p>My current xml doc looks like</p> <pre class="prettyprint"><CreditLimits> <Limit>0</Limit> <Limit>250</Limit> <Limit>500</Limit> <Limit>750</Limit> <Limit>1000</Limit...
MySettings and Sharing it to other Machines - VB.net 2010 30 Jun 2013 | 02:41 pm
<p><span style="color:#333333; font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size:13px; line-height:normal; background-color:#fafafa">Hi all,</span><br style="color:#333333; font-fa...
How to pass additional data to the callback when we pass Guid object as userstate? 30 Jun 2013 | 01:44 pm
I want to parse a Property class to the <code>callback</code> method ,so I can specify what action should be performed when <code>callback</code> completed. <pre class="prettyprint"> // I have a we...