15,789,952 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by mane0806 (Top 20 by date)
mane0806
27-Oct-13 23:31pm
View
sorry but we can do that as i have already mentioned that i have already call aspx page inside div tag.
mane0806
23-Sep-12 9:27am
View
in my code x and z are defined globally.
i got by my own.bt thanks for your help
mane0806
8-Jun-12 23:45pm
View
In my code i had mentioned multiselect=true i just forgot to write here..see in that dialogbox all types of file can be seen bt except .acc audio file.. i guess windows to dont detect .acc file coz i searched in drives bye typing ".acc" they didnt show me anything but when i searched by typing ".mp3" all files were shown...
mane0806
7-Jun-12 23:32pm
View
in above links there is no description for making butns dragable. i need that..
mane0806
6-Jun-12 22:34pm
View
i had left some Imp points..but now i got it..thankx..
mane0806
5-Jun-12 21:56pm
View
Clear() doesn't work. when i click same btn(which is used to add dynamic's) they add same btns n grid again means at 1 click i get 4 grid n btns and at 2nd click i get 8 and keeping going on..i did used clear().
mane0806
4-Jun-12 13:08pm
View
i did that inside loop for each button, but no use because, when i click any button it calls last function created for last button; because it overwrite previous methods.
mane0806
4-Jun-12 12:30pm
View
i did that inside loop for each button, but no use because, when i click any button it calls last function created for last button; because it overwrite previous methods.
mane0806
28-Apr-12 7:48am
View
ok then here is what i tried.it doesnt work with .acc files and even with few .mp3 files
///code for Album art of song
BitmapFrame bmp = null;
public int Getpic(string s)
{
img.Source = null;
img1.Source = null;
string a = s;// path to song file
MemoryStream stream = null;
TagLib.File file = TagLib.File.Create(a); //FilePath is the audio file location
if (file.Tag.Pictures.Length >= 1)
{
TagLib.IPicture pic = file.Tag.Pictures[0]; //pic contains data for image.
stream = new MemoryStream(pic.Data.Data);//create an in memory stream
bmp = BitmapFrame.Create(stream);
img.Source = bmp;
img1.Source = bmp;
}
return 0;
}
mane0806
24-Apr-12 22:22pm
View
@ Bernhard Hiller i don't know how to do that as i new to c-sharp and wpf..pls help me..
mane0806
23-Apr-12 8:28am
View
No you get me wrong..i dont want any new application for this.
i play my videos in GOM player or windows media player either by drag and drop or we click right click on video and press open with option and select our player to play...
but when i select my player it executes but do not play that video..
so how to do that????????
mane0806
23-Apr-12 8:28am
View
No you get me wrong..i dont want any new application for this.
i play my videos in GOM player or windows media player either by drag and drop or we click right click on video and press open with option and select our player to play...
but when i select my player it executes but do not play that video..
so how to do that????????
mane0806
23-Apr-12 8:27am
View
Deleted
No get me wrong..i dont want any new application for this.
i play my videos in GOM player or windows media player either by drag and drop or we click right click on video and press open with option and select our player to play...
but when i select my player it executes but do not play that video..
so how to do that????????
mane0806
19-Apr-12 14:52pm
View
// pls help me with his
// http://www.codeproject.com/Answers/368944/WCF-WPF-Application#answer2
mane0806
19-Apr-12 12:53pm
View
<pre lang="HTML">
client
endpoint address="net.tcp://localhost:7997/WPFHost/tcp" binding="netTcpBinding"
bindingConfiguration="NetTcpBinding_IChat" contract="SVC.IChat"
name="NetTcpBinding_IChat" name="NetTcpBinding_IChat"/>
/client></pre>
mane0806
19-Apr-12 12:50pm
View
Deleted
<!--
<client>
<endpoint address="net.tcp://localhost:7997/WPFHost/tcp" binding="netTcpBinding"
="" bindingconfiguration="NetTcpBinding_IChat" contract="SVC.IChat" name="NetTcpBinding_IChat">
-->
mane0806
19-Apr-12 12:42pm
View
Deleted
<endpoint address="net.tcp://localhost:7997/WPFHost/tcp" binding="netTcpBinding"
="" bindingconfiguration="NetTcpBinding_IChat" contract="SVC.IChat" name="NetTcpBinding_IChat">
mane0806
19-Apr-12 12:41pm
View
Deleted
<endpoint address="net.tcp://localhost:7997/WPFHost/tcp" binding="netTcpBinding"
="" bindingconfiguration="NetTcpBinding_IChat" contract="SVC.IChat" name="NetTcpBinding_IChat">
mane0806
18-Apr-12 13:57pm
View
@Leonardo Junior
//from here i downloaded that chat app and see my app.config file in solution 2
http://www.codeproject.com/Articles/25261/A-WCF-WPF-Chat-Application
mane0806
18-Apr-12 13:35pm
View
Deleted
// this how my app.config file is:
<--!
<configuration>
<system.servicemodel>
<bindings>
<nettcpbinding>
<binding name="NetTcpBinding_IChat" closetimeout="00:01:00" opentimeout="00:01:00" receivetimeout="00:10:00" sendtimeout="00:01:00" transactionflow="false" transfermode="Buffered" transactionprotocol="OleTransactions" hostnamecomparisonmode="StrongWildcard" listenbacklog="10" maxbufferpoolsize="67108864" maxbuffersize="67108864" maxconnections="100" maxreceivedmessagesize="67108864">
<readerquotas maxdepth="32" maxstringcontentlength="67108864" maxarraylength="67108864" maxbytesperread="67108864" maxnametablecharcount="16384">
<reliablesession ordered="true" inactivitytimeout="20:00:10" enabled="true">
<security mode="None">
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
<message clientcredentialtype="Windows">
<client>
<endpoint address="net.tcp://localhost:7997/WPFHost/tcp" binding="netTcpBinding" bindingconfiguration="NetTcpBinding_IChat" contract="SVC.IChat" name="NetTcpBinding_IChat">
-->
Show More