354 Posted Topics

Member Avatar for gretty

In this scenario binary search will not do the job, simple go for linear search. Here is algorithm: [code] 1. take pattern as patternString. 2. take one string from string array as strToCompare 3. If patternString and strToCompare are matching then print strToCompare. 4. go for next string in array …

Member Avatar for VernonDozier
0
440
Member Avatar for BlackPhoenix
Member Avatar for BlackPhoenix
0
187
Member Avatar for shankbond

[QUOTE]In short I want to implement a feature used by gmail where one user can expire or log out all other users on different machines using same user id's.[/QUOTE] you can do this by having a table(say login_detail) in server with column: UserId, ClientSessionValue When ever user login, store unique …

Member Avatar for shankbond
0
175
Member Avatar for erinewold

By PDF form, do you mean .pdf or some thing? are you creating them using HTML? [QUOTE]For example: If someone chooses an item from a list on the first page. I want their selection to show up in a field on the following pages so they don't have to keep …

Member Avatar for DangerDev
0
103
Member Avatar for sven1981
Member Avatar for BobLewiston

Hi, You don't need to master it, just try to know how it works, then you can go to silver light. As you face problem in silver light come back and know more. :)

Member Avatar for DangerDev
0
146
Member Avatar for tig2810
Member Avatar for DdoubleD
Member Avatar for DdoubleD
0
614
Member Avatar for juner4
Member Avatar for DangerDev
0
156
Member Avatar for seebharath

Based on what information you want to add child nodes? Can you explain more about why you want to do this, this will help us to provide better solution.

Member Avatar for seebharath
0
152
Member Avatar for sanjaypandit

You can go for image buttons, and represent a button by two images. First image will be for normal state of button and second image will be for push state. you can search more about it in google. Now regarding second problem: when you push a button just set the …

Member Avatar for DangerDev
0
126
Member Avatar for polo_coins

Can you elaborate your question? Don't you want to use ASP or any server side language? you can go for PHP as server side language and MySQL as Database.

Member Avatar for DangerDev
0
127
Member Avatar for darab

[URL="http://www.google.com/search?hl=en&safe=active&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&ei=VNF_SpjKF4vQsQPGtqTvCg&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=creating+screensaver+in+c%23&spell=1"]this[/URL] is how you can start.

Member Avatar for darab
0
125
Member Avatar for Srinivasa007

Its is security related problem. You need to give com permission to user who is trying to access your page. For this go to: 1. Control Panel->Administrative Tool -> Component Services. (click here, 'component services' window will open) 2. In component services window, in left side tree goto: Console Root …

Member Avatar for DangerDev
0
127
Member Avatar for franciskp
Member Avatar for DangerDev
0
71
Member Avatar for no1zson

Try to avoid GOTO. Put main loop inside one more loop or try some other logic. Use of GOTO will create all the mess at last.

Member Avatar for hket89
0
150
Member Avatar for chathuD

Did you see [URL="http://www.google.com/search?hl=en&safe=active&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&q=creating+non+rectangular+form+in+window&aq=f&oq=&aqi="]this[/URL] ?

Member Avatar for DangerDev
0
56
Member Avatar for hket89

Please post your question. Please use English which every one can understand. What is vf?

Member Avatar for DangerDev
0
297
Member Avatar for rip_snoopy

1. Why you created two different threads for the same problem. @ moderators : please delete new one. 2. What you have done so far? i don't think any one will provide you source code here.

Member Avatar for VernonDozier
0
112
Member Avatar for happygeek
Member Avatar for ddanbe
0
185
Member Avatar for avirag

Some suggestions: ============== 1. Use data grid for it. 2. First divide number. 3. Fill it in data grid.

Member Avatar for avirag
0
124
Member Avatar for sam023

do this: 1. Fetch the data from data base. 2. Have a loop to fill the data in array. Post the code what ever you have done so far, for better help.

Member Avatar for kameswari
0
110
Member Avatar for darkocean

Hi, I have following suggestions for your problem: 1. In private void dinle(), use finally block where close the socket and release other resources. 2. Whenever you are closing application there also dont just abort the thread but also release all resources like closing sockets etc.

Member Avatar for DangerDev
0
96
Member Avatar for ashu_305

No body is here to spoon feed, so no body is going to provide you source code. First try it yourself, if you face any problem.....................every body is here to help you, ..............just post your problem.

Member Avatar for DangerDev
0
111
Member Avatar for onecarloz

What you have done so far? Don't expect someone to do all work for you? First try yourself and if you face any problem, just post here.

Member Avatar for onecarloz
0
134
Member Avatar for Reliable
Member Avatar for Reliable
0
129
Member Avatar for siEricko
Member Avatar for siEricko
0
139
Member Avatar for FJones

if you have to create a file then you should not use: StreamWriter oFile = new StreamWriter(@"C:\Users\fjones\Documents\Visual Studio Projects\bin\Debug\output.txt"); instead use this: String file_name=@"c:\ab.txt"; using( FileStream fs = new FileStream(file_name, FileMode.OpenOrCreate, FileAccess.Write)) { //do something with open file } this will create a file if it doesn't exists and open …

Member Avatar for FJones
0
157
Member Avatar for sivak

[URL="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation"]wpf[/URL] [URL="http://en.wikipedia.org/wiki/Windows_Communication_Foundation"]wcf[/URL] [URL="http://en.wikipedia.org/wiki/Windows_Workflow_Foundation"]wwf[/URL]

Member Avatar for sknake
0
138
Member Avatar for pearllyn

Its not a good idea to have source code sent via email. Please answer everything here in this community, let others also learn. :)

Member Avatar for Dmennite
0
180

The End.