Search Results

Showing results 1 to 40 of 107
Search took 0.02 seconds.
Search: Posts Made By: serkan sendur ; Forum: C# and child forums
Forum: C# Sep 25th, 2009
Replies: 6
Views: 386
Posted By serkan sendur
Forum: C# Sep 25th, 2009
Replies: 6
Views: 386
Posted By serkan sendur
We should create a generic c# thread class in daniweb. that class will be inherited by all the threads and will add some common things that we keep repeating. for example, post your code, attach your...
Forum: C# Sep 25th, 2009
Replies: 8
Views: 946
Posted By serkan sendur
Also mark this thread as solved.
Forum: C# Sep 25th, 2009
Replies: 21
Views: 1,382
Posted By serkan sendur
Forum: C# Sep 24th, 2009
Replies: 21
Views: 1,382
Posted By serkan sendur
make a public property of type UserControl, and return your private member user control, so you will have all sorts of access to your UserControl members.
Forum: C# Sep 24th, 2009
Replies: 8
Views: 946
Posted By serkan sendur
why would i do that :) at least this way it takes some time for them to catch it, and in the meanwhile i reach some people like you .
Forum: C# Sep 23rd, 2009
Replies: 8
Views: 946
Posted By serkan sendur
This is Turkish damn it :)
Let's do it Turkish way then, incorporating some ego in it. Private message Scott(sknake) and tell him that Serkan refered you to him to help this out.
i will take a...
Forum: C# Sep 22nd, 2009
Replies: 8
Views: 946
Posted By serkan sendur
Forum: C# Sep 21st, 2009
Replies: 7
Views: 749
Posted By serkan sendur
ok DdoubleD, i investigated your demo application and unfortunately it didnt solve my problem. I know you can pass parameter values from setup project to custom installer project, my question was...
Forum: C# Sep 19th, 2009
Replies: 7
Views: 749
Posted By serkan sendur
DdoubleD i appreciate your hardwork, i will look at it carefully in couple days. As Scott said, i will be all over this thread :)
Forum: C# Sep 14th, 2009
Replies: 8
Views: 483
Posted By serkan sendur
Forum: C# Sep 11th, 2009
Replies: 19
Views: 672
Posted By serkan sendur
mark this as solved please.
Forum: C# Sep 10th, 2009
Replies: 11
Views: 892
Posted By serkan sendur
is it a webservice? you cant load xml from a URL i guess.
Forum: C# Sep 9th, 2009
Replies: 7
Views: 352
Posted By serkan sendur
<!-- -->

the sample is attached.
Forum: C# Sep 9th, 2009
Replies: 3
Views: 273
Posted By serkan sendur
oh my friend, you are back, i have missed you so much..
Forum: C# Sep 9th, 2009
Replies: 3
Views: 273
Posted By serkan sendur
you can check for the response, if it is null then you can try the second one, then you will not need try catch.
http://www.goldb.org/httpgetcsharp.html
Forum: C# Sep 3rd, 2009
Replies: 4
Views: 538
Posted By serkan sendur
it seemed pretty simple to me :
private bool validateB(intA,int B)
{
if(A==1 && (B!=4 || B!5))
{
return false;
}
// rest of the conditions go here
return true;
}
Forum: C# Sep 1st, 2009
Replies: 7
Views: 262
Posted By serkan sendur
As you see sknake, he refers to my post not your overwhelming long coding :) and notice that he uses the term that i used in my post "Global variable". Kidding :) , you are better coder than me i...
Forum: C# Sep 1st, 2009
Replies: 21
Views: 744
Posted By serkan sendur
please mark as solved if your problem is solved.
Forum: C# Sep 1st, 2009
Replies: 21
Views: 744
Posted By serkan sendur
you are very welcome
Forum: C# Aug 31st, 2009
Replies: 7
Views: 262
Posted By serkan sendur
put your variable declarations for string and integer to top of your class right after the class declaration. then when you assign them values, you dont need to return anything from the function to...
Forum: C# Aug 31st, 2009
Replies: 11
Solved: C# Hotkeys
Views: 1,110
Posted By serkan sendur
then this is what you'r looking for
http://www.codeproject.com/KB/cs/globalhook.aspx
Forum: C# Aug 31st, 2009
Replies: 11
Solved: C# Hotkeys
Views: 1,110
Posted By serkan sendur
here is the code and the project is attached to this post :

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using...
Forum: C# Aug 31st, 2009
Replies: 21
Views: 744
Posted By serkan sendur
the best way to understand delegates is to have some knowledge about C. search for C function pointers, and you will have a good understanding of this delegate concept. It takes a while till you see...
Forum: C# Aug 29th, 2009
Replies: 21
Views: 744
Posted By serkan sendur
No, when i said you post code samples, it was a praise. I definitely think that you are more helpful. I am usually tired and yesterday i was at office until 10 pm, during that time i said, after you...
Forum: C# Aug 28th, 2009
Replies: 21
Views: 744
Posted By serkan sendur
Yeah the difference between sknake and me is, he is full time student whereas i am full time employee. that explains why he is able to provide code and i am not. we will see him right after he starts...
Forum: C# Aug 28th, 2009
Replies: 21
Views: 744
Posted By serkan sendur
hi all:)
i got confused in this point:(
i have questions that i don't understand it well
knowing that i have searched a lot but i don't know i didn't understand it yet
1-when it is really...
Forum: C# Aug 24th, 2009
Replies: 3
Views: 219
Posted By serkan sendur
Forum: C# Aug 20th, 2009
Replies: 5
Views: 433
Posted By serkan sendur
why dont you mark this as solved?
Forum: C# Aug 17th, 2009
Replies: 3
Views: 1,544
Posted By serkan sendur
this will give you a good idea and a working example
http://www.daniweb.com/forums/post882702.html#post882702
Forum: C# Aug 14th, 2009
Replies: 3
Views: 278
Posted By serkan sendur
mark as solved
Forum: C# Aug 8th, 2009
Replies: 26
Solved: If Statement
Views: 1,174
Posted By serkan sendur
zip the entire solution and attach it to the post so we can correct and post back
Forum: C# Aug 7th, 2009
Replies: 15
Views: 837
Posted By serkan sendur
see below, i also attach the working solution to this post

Form1.cs :

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;...
Forum: C# Aug 7th, 2009
Replies: 5
Views: 340
Posted By serkan sendur
wwf, wcf , wwf ---> wtf
Forum: C# Jul 24th, 2009
Replies: 8
Views: 437
Posted By serkan sendur
i run the express version, i dont have full.
Forum: C# Jul 24th, 2009
Replies: 8
Views: 437
Posted By serkan sendur
Forum: C# Jul 24th, 2009
Replies: 8
Views: 437
Posted By serkan sendur
there is a searchbox in object browser panel, i typed there system.numeric and hit search, and i was able to find the classes and delegates in it.
Forum: C# Jul 22nd, 2009
Replies: 25
Views: 921
Posted By serkan sendur
i have never been in belgium but i improved my french to an intermediate level after having met a french speaking girl from belgium. I find it very attractive when a girl speaks french. I fell in...
Forum: C# Jul 22nd, 2009
Replies: 25
Views: 921
Posted By serkan sendur
> My native language is a Flemish dialect of Dutch...

you speak so properly that i thought it was english.
i know that dutch is a mixture of german and english. Except for it has some hard...
Forum: C# Jul 22nd, 2009
Replies: 25
Views: 921
Posted By serkan sendur
i must have a tendency or proclivity or inclination to be creepy :)
Showing results 1 to 40 of 107

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC