15,615,774 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 Python questions
View Javascript questions
View C++ questions
View Java 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 Sanyon_d (Top 34 by date)
Sanyon_d
4-Jun-13 2:52am
View
No. Still having the problem of reading the menu. Is there any way to write symbian program using like qt sdk for nokia.
Sanyon_d
1-Jun-13 22:21pm
View
Thanks Amitosh for your help.
Sanyon_d
13-May-13 11:09am
View
Yes I'm using GSM modem. From that I can use only one sim at a time. i.e. if I connect another GSM phone with USB cable there's no any way to get the COM port number.
Sanyon_d
20-Dec-12 23:36pm
View
Because server has configured the outlook only.
Sanyon_d
18-Dec-12 22:40pm
View
Thanks for the reply. Then how can I send email from the web service using Outlook. Outlook is installed in the web server.
Sanyon_d
5-Jul-12 22:39pm
View
Thanks for the reply
I used same concept with visual foxpro.Then it works in both xp and windows 7.
This doesn't write anything to the system. This ocx used to open CAD files.
If exe built in windows xp even it doesn't work in the windows 7.
Sanyon_d
5-Jul-12 0:25am
View
Thanks for reply. It didn't work. This happens only in windows7 platform. In windows xp it works nice. Is there any security settings need to be changed in windows7
Sanyon_d
21-Jun-11 2:29am
View
Thanks
Sanyon_d
19-Jun-11 23:57pm
View
Fantastic work dr.ozgur.sonmez. Your edited example works nicely for me.Thank you very much. Just another little problem still I'm having. I'm creating List of person objects and bind it to a datagrid view. In grid Name,Address shows with valus. But dynamically created properties (BirthDate) are not showing the values. It only show the property name in the column header.How can I over come this. Thanks again for your kind help.
Sanyon_d
16-Jun-11 5:54am
View
Can I take help from icustomtypedescriptor interface
Sanyon_d
14-Jun-11 5:41am
View
Thanks for the reply. Here you know the property name Manager. But in my case I don't know the property name. According to the string value in the table I have to create the property.
eg.
p.AnyStringName="anyvalue";
Like that I have to create all the properties that property name stored in the table.
Sanyon_d
13-Jun-11 6:47am
View
Thanks for the reply. I'm having the problem like this. I create the person object like this.
<pre> Person person=new Person("Sam","Lewis") </pre>
It has properties like this.
person.Dob
person.Address
But now I want to add properties like this and set the values at the run time after creating the object.
person.Age
person.Sex
Sanyon_d
23-May-11 0:37am
View
Thanks for the reply. In my form I have grid to show the contents of the table. For that grid user can add columns as they need and can add values to the field. When user adding (string,numeric etc) field to the grid, I want that to be add as a column in the table and need to save that value in correct column. After that when user retriewing data I want to populate properties for the object.
Sanyon_d
9-May-11 23:01pm
View
No. string
Sanyon_d
9-May-11 12:01pm
View
Thanks for the reply. This didn't work for me. I used filterBs.Filter="Itemcode='1'". Then also didn't work. Do I need to implement this Filter method more.
Sanyon_d
9-May-11 5:08am
View
I used IBindingListView interface to override Filter method. Problem is I don't have idea of how to implement the filter method if I have more than one conditions. (Itemcode='1' and supplier='aa' and location like 'd%')
Sanyon_d
18-Apr-11 12:15pm
View
This sql cant use in SqlServer2000. How can I use this in sqlserver2000
Sanyon_d
17-Apr-11 23:21pm
View
Thanks Ravi
Sanyon_d
17-Apr-11 23:19pm
View
Thanks Costica
Sanyon_d
17-Apr-11 23:19pm
View
Thanks Albin
Sanyon_d
6-Apr-11 5:30am
View
public int CompareTo(Item item)
{
return this.ItemCode.CompareTo(item.ItemCode);
}
Sanyon_d
5-Apr-11 4:12am
View
I got the answer,
fullAddress =string.Format("{0}\n{1}\n{2}",val1,val2,val3);
fullAddress = fullAddress.Replace("\n\n", "\n");
Sanyon_d
4-Apr-11 2:55am
View
I'm already using this method inside the class. But after compiling as a classLibrary I can use the DLL only. Application configuration file will not come.
Sanyon_d
23-Mar-11 0:28am
View
Thanks for the solution. When convert project output type to a class library what's change I need to do in program.cs.
After compiling the project and I added that reference to another project. But it doesn't show any method from the reference.
Sanyon_d
22-Mar-11 5:42am
View
Thanks very much for your reply.
Sanyon_d
31-Dec-10 0:14am
View
Thanks
Sanyon_d
29-Dec-10 0:54am
View
Thanks
Sanyon_d
29-Dec-10 0:54am
View
Thanks
Sanyon_d
29-Dec-10 0:54am
View
Thanks
Sanyon_d
28-Dec-10 22:13pm
View
The problem here is when I'm using variables in the insert statement. If I just use string values('ss') without using the varibles for values, it works nice.
Sanyon_d
28-Dec-10 22:13pm
View
The problem here is when I'm using variables in the insert statement. If I just use string values('ss') without using the varibles for values, it works nice.
Sanyon_d
28-Dec-10 22:13pm
View
The problem here is when I'm using variables in the insert statement. If I just use string values('ss') without using the varibles for values, it works nice.
Sanyon_d
28-Dec-10 22:12pm
View
dDateTime is a date time value. Others are strings.
Sanyon_d
28-Dec-10 6:19am
View
I couldn't get any correct answer from any.
Show More