Click here to Skip to main content
15,907,906 members

Videos


Page 3 of 51
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
41. add data to a database from a listbox
You need to handle the event of the click button.Once that is handled you can get the current selected item in the listbox by listbox.SelectedItem .All you then need to do is pass in the relevant values to a Stored Procedure in the database via ADO.net
Michael Bookatz Updated: 8 Mar 2011
Rating: ( (No votes))
42. How to WCF Asynchronous calls problem with how to return value of Bitmap type.
Hi,I made a mistake in my comment. Bitmap isn't abstract so you don't get serializtion Issues. I got confused with Image class as I was going from memory,What you need to do in the event handler isprivate void getBitmap_Click(object sender, RoutedEventArgs e) { ...
Programming Languages » C# 4.0 »
Michael Bookatz Updated: 8 Mar 2011
Rating: 1.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
43. Comparison between Different Methods to Iterate Over a List of Items
Comparison between different methods to iterate over a list of items and see which method is the most effective
General Programming » Threads »
Michael Bookatz Updated: 7 Mar 2011
Rating: 4.84/5 ( (9 votes))
44. How to make a single "exe" setup file?
I'm not sure you can using Visual Studio. You can use a tool like Inno http://www.jrsoftware.org/isinfo.php[^] which will let you make a single file.That or buy installshield
Michael Bookatz Updated: 7 Mar 2011
Rating: ( (No votes))
45. How to code to Send email in c#
http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.aspx[^]
Michael Bookatz Updated: 7 Feb 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
46. WCF Service
Your problem isn't in the code or app. It's the permission Windows let's you have to start the WCF service. You need to give your username the permission to start a web service which is what the command in the app does. You do however need your unique username identifier which is what you get...
Programming Languages » C# 3.5 »
Michael Bookatz Updated: 24 Jan 2011
Rating: ( (No votes))
47. how to access object of main Form1 class in Form2
You probably also want to look at delegates so that form2 can then run methods on form1
Michael Bookatz Updated: 20 Jan 2011
Rating: ( (No votes))
48. WCF Service
hi,Found an answer herehttp://social.msdn.microsoft.com/Forums/en/wcf/thread/78b1f2dd-7fa1-4ca4-87e1-d26169948603[^]You need to look up some VBS to get your username GUID which isConst ADS_NAME_INITTYPE_GC = 3Const ADS_NAME_TYPE_NT4 = 3Const ADS_NAME_TYPE_GUID =...
Programming Languages » C# 3.5 »
Michael Bookatz Updated: 19 Jan 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
49. Datetime object in C#
Most software can output date time as the UTC format which is what you want. Ask the people providing you the date to format it correctly.
Michael Bookatz Updated: 10 Jan 2011
Rating: ( (No votes))
50. Problem with MVC Controller
Hi,I fixed this about 7 months ago but to be honest with you can't remember what it was that I did to fix it. Thank you for your suggested answers.
Web Development » ASP.NET »
Michael Bookatz Updated: 21 Dec 2010
Rating: ( (No votes))

Page 3 of 51
1 2 3 4 5 6 7 8 9 10