16,001,897 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 Visual Basic questions
View .NET 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 jame01 (Top 43 by date)
jame01
19-Mar-17 16:19pm
View
check this project
http://managedwifi.codeplex.com/
jame01
25-Feb-17 15:52pm
View
did you make crystal report properties content?
and you should write path of your crystal report in the config file.
if you couldn't found let me know i think I can help
jame01
19-Feb-17 15:04pm
View
what do you mean by other systems?
are you creating installing file?
did you attached your .rpt file your installation file ?
jame01
20-Nov-16 15:59pm
View
dear MR.Mika Wendelius
again thanks for your helps, you already helped me and it was so appreciated ,
here Im asking another favor if its not to much if its you already helped and that was enough :),
this is used for select can i use insert this way ?
its to different ?
jame01
16-Nov-16 17:13pm
View
thank your for your time ,and i like you saying *I gotta say, it's crap* you know i can use this kind method and i think they good to be used but my point in
here is using get and set is more clear for feature modification and maintenance..
again thanks so much
jame01
16-Nov-16 16:46pm
View
thanks for your reply,i googled this error usually it means the parameters is null ,
but i don't know what is solution,
so any help will be appreciated ...
jame01
31-Oct-16 17:12pm
View
thanks for your help...
i know this is good way to use it, but can you tell me what is wrong with this
private void button1_Click(object sender, EventArgs e)
{
DatabaseQueries dbs = new DatabaseQueries();//im calling class
dbs.GetPerson(Convert.ToInt32(textBox1.Text));//gaiving value
Person ps = new Person();
// Person settheperosn;
textBox2.Text =ps.name ;
textBox3.Text = ps.sex;
}
jame01
30-Oct-16 13:57pm
View
that is really useful answer thanks so much for your precious time,
just wonder if this good or there other way i should learn,,,,,
many thanks again
jame01
29-Oct-16 15:59pm
View
yes there is data and i can get data in other way but i wanna use this class it will be useful a lot ..
tahnks
jame01
29-Oct-16 15:00pm
View
sir im debugging it but no error shows up , the problem is no data comeback ...
thanks
jame01
29-Oct-16 14:34pm
View
thanks for your care, as i mentioned i can't retrieve data , as it showing in button click event i should get data back to textbox2 and textbox3 but not getting it ....
thanks dear
jame01
10-Jul-16 17:58pm
View
check this articale
http://www.codeproject.com/Tips/767067/RDLC-Report-Grouping-with-Page-Break-Table-Header
jame01
8-Jun-16 18:58pm
View
run your program as administrator,
or use sqlite it quite fast ....
jame01
30-Apr-16 3:54am
View
thank you so much dear, that is what i was trying to do ,
but if you have time can you explain to me why mine didn't work ? and what is make your codes works...
sorry
jame01
29-Apr-16 17:23pm
View
thanks bro for your answer,
but here i have to put specific number of rows,
i know there is way i can add new rows to table but !!!!!
jame01
27-Apr-16 16:50pm
View
thanks man thats so true,but this was just for trying..
jame01
10-Apr-16 8:18am
View
okay thanks ,sorry if its not clear.
i wanna have column in datagridview that is buttons type and that
buttons.text = some text from datagridview rows
or more easyly i wanna convert column[a] from text to buttns
thanks
jame01
26-Feb-16 15:43pm
View
change this
smtpHost.UseDefaultCredentials = true;
jame01
15-Feb-16 14:16pm
View
thanks for your note sir,
that was just for explain
i tried my data and relation in sql before applay on visualstuido
jame01
21-Jan-16 16:58pm
View
you wanna delete selected value from datagridview
jame01
3-Jan-16 15:34pm
View
try to set break page ...
you can check it
jame01
3-Jan-16 15:32pm
View
hello , i didn't used with access i used it with sql but i think its same..
put this cryRpt.Load("set your crystal path here\CrystalReport1.rpt");and in crystal report there is some change you have to made like embedded or new or from path
that decide take crystal report from where...
and if my question is not clear plz let me know :)
jame01
1-Jan-16 12:04pm
View
your question is bit unclear but you can create view in
sql server but just adding view and select which column you want
that called join ,
and if you want do that in c# you have to create query and load to view
jame01
22-Dec-15 14:41pm
View
but what if have many richtexbox this will be only in richtexbox2..
i want richbox be like
richtext={return is=60}// here is available
rechtext={the connectin is not available}//here when roundtirp=0
rechtext={return is=87}// when connection comeback
many thanks again
jame01
22-Dec-15 12:39pm
View
sorry for all that , but let me tell what exactly what i want to do is show result on richtextbox and that works fine at this point everything is Oky but what i can't do is show this message {the connectin is not available} when total time is =0...
:) sorry man
jame01
22-Dec-15 7:12am
View
thanks that make sense but
as you see i wanna put some string between those brace and get that string form elsewhere
thanks
jame01
22-Dec-15 7:06am
View
however in here it doesn't do anything but if put something like
{else if(totaltime.ToString()=="0")
{
messagebox.show("you losing connectin");//how i can get this text
}
this will show messagebox every time totaltime became 0
thank
jame01
18-Dec-15 16:49pm
View
im not so sure about your question do you want to use database to store those data?
if you want save data in some place and the sql is good database to use and easy to use, if this is u question
and here is link you can check
http://www.codeproject.com/Articles/823854/How-to-connect-SQL-Database-to-your-Csharp-program
jame01
30-Sep-15 16:13pm
View
hello,
i can understand foreach and i know it take string and int ,
but i didn't understand what is "ListItem" ...
and your answer is helped me to get new idea so thanks
jame01
30-Sep-15 16:02pm
View
mr.Richard Deeming thanks for you answer
but i couldn't understand this statement
foreach ((ListItem)//this ListItem is present what ?
sorry that i didn't get it
jame01
30-Sep-15 15:54pm
View
thanks guys for your answer its really appreciated a lot..
dear ManasKumarM
i tried with your code but it give this error
in [if (item.Select)]
("cannot convert method group to non-delegate type bool did you
intend to invoke method")
and it give error in [ sb.Append(item.Value + ",");]
saying ("string does not contain definition for value ")
jame01
14-Sep-15 4:38am
View
many thanks dear mika...
and here i got another solution
is putting
* in reports directly [*<exp>*]
many thanks again..
jame01
26-Aug-15 5:28am
View
thanks for you answer..
im using winform
so there is no way i can do that?
jame01
4-Jul-15 2:58am
View
hello dear Afzaal Ahmad Zeeshan your solution make me ride of that error and im so so grateful to you dear...
but after i Build it this error shows up so plz if you have any idea it will be so appreciated
the error is {The type 'System.ComponentModel.Component' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, Version=2.0.0.0}
jame01
30-Jun-15 15:27pm
View
thank you so much , i hope i didn't toke of your time sorry if i :(
but i have searched for that before and i got some error so i thought you may give me a new ways..
jame01
24-May-15 17:00pm
View
ConnectionStrings["Data"].tostring
jame01
16-May-15 18:19pm
View
im not sure about your question and what type of databse but you may use this if u use sql database
sqlcommand cmd=new sqlcommand("insert into table2 values (select id from table2 where name =@name)",conn)
cmd.parametrs.addwithvalue("@name",combobox.text);
cmd.executenonquery;
jame01
14-May-15 12:44pm
View
when it won't work is there any error appears? and change configuration to any cpu..
jame01
4-Apr-15 5:49am
View
you mean i set time to repeat this instruction
jame01
8-Mar-15 8:41am
View
no i couldn't find that library and im such stuck here,,,mr,afzaal can i programmatically set target platform version?
jame01
8-Mar-15 8:28am
View
mr.afzaal ahmad i have searched a lot and couldn't find solution :( there is not much guidance about mobile windows,,,,, so
i hope so so much i can find solution here
jame01
8-Mar-15 8:01am
View
thank you for your replay mr,Afzaal Ahmad Zeeshan
can you tell me which reference?
because added references i think issue is with platform {with windows mobile when i got this error i change target platform to x86 the error would disappear} but in here i use windows mobile 6.5 there is no target platform....
jame01
25-Feb-15 2:35am
View
thank u mr.afzaal
the pda is windows based (windows embedded 6.5),and i don't know but in manual of it saying support visual c#,c++ and i have developed my application by c# and its work fine on windows and all i need is if only i can run "hello world" i will be able to do it so i just need first step ... that is i need if you can plz help me with it,,,,
and can u give me link of those website plzzz
thank u again ,,,
Show More