Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~4K People Reached
About Me

Had a carreer as a sportsinstructor but came to the conclusion that it isn't a job for a lifetime. So I desided it was time for a carreer switch and I have chosen an other passion of mine, programming. I started to study computer science about 3 years…

Interests
photographing sports my beautifull daughter
PC Specs
Lenovo SL500 laptop
Favorite Tags

13 Posted Topics

Member Avatar for arunkumars

I'm not getting it. You want to build a connectionstring for a sql db on the client host. in this case just use 'localhost' as data source.

Member Avatar for arunkumars
0
424
Member Avatar for lqdo

hi, I have developed a form application that contains a lot of user specified settings that need to be saved. Currently the app is using serialisation/deserialisation to manage and save these properties/settings. Are there any other/better methods/techniques to manage user settings without using a database?

Member Avatar for lqdo
0
347
Member Avatar for br99
Member Avatar for br99
0
551
Member Avatar for arunkumars

use the filter property, something like: [QUOTE] OpenFileDialog dlg = new OpenFileDialog(); dlg.Filter = "Word (*.doc) |*.doc;*.rtf|(*.txt) |*.txt|(*.*) |*.*" [/QUOTE] oh, and please use correct grammar

Member Avatar for arunkumars
0
89
Member Avatar for lqdo

I have a textbox and two events. The first event selects all text in the textbox if there is any. The second event deselects the text. My to events... [CODE] private void Textbox_enter( object s, EventArgs e ) { TextBox box = s as TextBox; box.SelectionStart = 0; box.SelectionLength = …

Member Avatar for lqdo
0
110
Member Avatar for lqdo

Im am using serialization and deserialisation to read and store settings in a xml file. I have het created a generic class because I want to store different kind of settings in different kind of xml files. Is it possible to instantiate the type of the generic class within that …

Member Avatar for lqdo
0
98
Member Avatar for lqdo

Hi, I want to load an image from the code-behind. I have the path of this image ("C:\somedironwebserver\somefileonwebserver.jpg") and i need to get the url ([url]http://www.mysite/somefileonwebserver.jpg)[/url]. Currently I am combining strings to get get this URL but i think there must be a better way. google didn't realy helped me. …

Member Avatar for kvprajapati
0
302
Member Avatar for lqdo

Hey, I'm creating a web application with the use of a ObjectDataSource. When I try to run the webapp i get the following error: [CODE] The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found. [InvalidOperationException: The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' …

Member Avatar for lqdo
0
937
Member Avatar for lqdo

hello all, I'm getting some unexpected behavior from the ifstream object when using the open method. im reading the following characters from a text file: [CODE] ############### # #X# # # ### # # ### # # # # # # # ## ## # # # WWWW###WWWW # # …

Member Avatar for NathanOliver
0
131
Member Avatar for Sky Diploma

I would define a constant char for the '?' comparer. If you want to change the compare criteria, you only have to change it once.

Member Avatar for lqdo
0
357
Member Avatar for super.mina

something like this? I'm sure it could be done ncer. Untested, so i hope it works. [CODE] #include < fstream > #include < iostream > using namespace std; int main() { ifstream file( "digits.txt" ); char ch; int i = 0; int length = 0; int* n; if( !file ) …

Member Avatar for siddhant3s
0
275
Member Avatar for chrisscicluna

Maybe this thread can help u out. [URL="http://www.daniweb.com/forums/thread6923.html"]http://www.daniweb.com/forums/thread6923.html[/URL]. A search on the error message gave me some other hits to

Member Avatar for lqdo
0
186
Member Avatar for lqdo

hi, it's about time i got myself signed up. In a few occasions the forum helped me solving some problems. I started a carreer switch almost 3 years ago by starting an study 'computer science'. For about 1 1/2 years I work as a programmer on a webbased application. still …

Member Avatar for debasisdas
0
21

The End.