Click here to Skip to main content
16,008,490 members

Videos


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


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
81. How to Drag and drop video clips in WPF
Set AllowDrop property of the MediaElement control to True. Then handle MediaElement's DropDrop event.
Venkatesh Mookkan Updated: 27 Jun 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
82. SQL connection string
Are you sure that the Application runs from the same machine where the SQL Server runs? It's better to provide IP or machine name instead of localhost.localhost works fine only if the SQL Server and application runs from the same machine.Mark it as answer if it is helpful
Database Development » SQL Server »
Venkatesh Mookkan Updated: 21 Jun 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
83. how to change background image of HTML body Using Themes in Asp.Net? Like Twitter
Copy the same text and paste it in Google[^], you will get more samples and tutorials.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 23 May 2011
Rating: 3.00/5 ( (2 votes))
84. Change Background for Custom WPF Control at Runtime
The style you have return doesn't uses the Background property. I have made some changes to the style. This would work.
Venkatesh Mookkan Updated: 23 May 2011
Rating: 5.00/5 ( (1 vote))
85. Null Reference Exception error
In the above case cnGetData.Tables("tbl_permits") is null.Place a breakpoint on that line and check it cnGetData.Tables("tbl_permits") has any value in it.
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 22 May 2011
Rating: ( (No votes))
86. access autonumber problem
I am not sure what method you are using to Add New record. This how it works:Assumption:You are using a DataTable and DataAdapter- When you about the Add a record, the autonumber field will use a negative value (which is not insert into the database yet).- Once you add new, DB will...
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 22 May 2011
Rating: ( (No votes))
87. How to load html pages into Div using Xml file?
- Read the XML file- Open the html files one by one and read the content- Place the content in a server-side Panel.Something like this,Name of the Course: PANEL 1Course Objective: PANEL 2Structure: PANEL 3Target Audience: PANEL 4Course Completion Criteria: PANEL 5Fill...
.NET » »
Venkatesh Mookkan Updated: 19 May 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
88. Yotube AxShockwaveflash control in windows form or WPF
Why can't you use the Youtube Url and stream it using WPF MediaElement control? In that case you would have fool control on the Player.There are 'n' number of Youtube Video downloader. If there can do it, streaming should be possible.But make sure you read the copyrights policies of...
Venkatesh Mookkan Updated: 16 May 2011
Rating: ( (No votes))

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