15,744,010 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 Javascript questions
View C++ questions
View Python 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 Perry Bruins (Top 28 by date)
Perry Bruins
5-Jun-13 9:27am
View
Sergey,
The code example is only there to show the USAGE of the RandomNumberGenerator class, which generates cryptograhically strong random numbers, what the OP asked for in my opinion.
By the way, this topix is already years old, so maybe your comment is of topic?
Regards, perry
Perry Bruins
4-May-11 4:40am
View
Can you try running your project in the debugger to see if any errors or exceptions are occurring. If that does not help, can you post a zip file of the solution including the project, so I can see if it occurs on my box too?
Perry Bruins
4-May-11 4:29am
View
What do you mean by "remote connection"? Default WPF projects do not have any "remote" capabilities
Perry Bruins
22-Apr-11 3:17am
View
Please show us the code, then we might be able to help
Perry Bruins
21-Apr-11 1:57am
View
Je ne parle pas francais... Pleease state your question in english
Perry Bruins
16-Apr-11 3:20am
View
Can you provide your wsdl file?
Perry Bruins
15-Apr-11 13:13pm
View
hmmm, let me look in my immense database of useful code and projects....... nope, nothing there!
Perry Bruins
15-Apr-11 1:57am
View
Hmm I have seem to have deleted the first solution, but since it was not applicable anyway it is not a big problem. See for the other solution below...
Perry Bruins
14-Apr-11 15:54pm
View
huh? what program? what plan?
Perry Bruins
14-Apr-11 15:53pm
View
You could consider having one machine running IIS and host a WCF service on that machine that handles access to your access database. It is then not so hard to convert your client program to include a service reference to that WCF service and thus get its data remotely.
I am not sure if this answers your question though, I am not sure if you are asking how to setup the network with hardware or are seeking for an application architecture.
Perry Bruins
14-Apr-11 15:48pm
View
What kind of database? Oracle? Sql? mySQL? is it a WCF service? in short: there is not enough information to play with...
Perry Bruins
14-Apr-11 10:11am
View
Please elaborate which presentation framework you are using... Is it winforms, WPF, Silverlight?
WPF and Silverlight allow you to template any control to your likings, whether being rectangulr, circular triangular or whatever form you wish...
Perry Bruins
14-Apr-11 10:08am
View
In IIS, there is something like app pool recycling. It looks like your webservice application is being recycled after 4 hrs.
Anyway, I agree with the above comments; this is not something you want to do from a webservice.
Regds, Perry
Perry Bruins
14-Apr-11 1:51am
View
Hi Espen,
I actually saw that, but then my program still needs to find out or decide in some way that I need to go to the VirtualStore location and not the Program Files location. I was looking for an alternative where the system can decide that for me and the whole process becomes transparent. I decided to go with the solution as describes in Solution 2. Thanks for your thoughts though! Grtz, Perry
Perry Bruins
13-Apr-11 12:58pm
View
I'll go with this one since I do not see any alternatives at this moment. THanks for all your thoughts though!
Perry Bruins
13-Apr-11 12:57pm
View
I actually tried this solution, but it still wants me to find out myself if "virtualization" is in effect or not, so this one does not work for me.
Perry Bruins
13-Apr-11 5:41am
View
?? What kind of application is it? what does it do when it takes 30% of the time? do you have some code to look at?
Perry Bruins
13-Apr-11 0:42am
View
I will have look at this one, if it works for my, I let you know and vote it 5. Thanks!
Perry Bruins
13-Apr-11 0:41am
View
This is not what I want, I thought of this solution myself too. What I would like is that my program understands what to do when a situation like this arises, that is, work with UAC and deal with the situation at hand. Thanks for the suggestion though.
Perry Bruins
11-Apr-11 5:45am
View
I have absolutely no clue what you want to achieve here, please rephrase your question!
Perry Bruins
10-Apr-11 16:32pm
View
Thanks man, but you did the hard work by giving all the examples and everything; the credit goes to you...
Perry Bruins
10-Apr-11 13:07pm
View
so... Why are you not sending the data on a separate thread. Then you do not need to worry about calling the AllowUIToUpdate() routine Implementing a wait routine the way you did it does not feel right to me; if you are on a separate thread you can just call Sleep() which will do the job for you.
Perry Bruins
9-Apr-11 17:05pm
View
Checkout this url http://msdn.microsoft.com/en-us/library/ms733749.aspx
Perry Bruins
1-Apr-11 0:57am
View
What kind of string expressions do you need to evaluate?
Perry Bruins
30-Mar-11 0:39am
View
Hi Venkatesh,
I know the code is not flawless, I am just pondering and trying things before diving into real production code.
About your answer: I thought about using DataTriggers too, but I am not sure if this concept is available in Silverlight (I know it is in WPF though).
The thing is that I can see the code being executed and creating the control, but it is just not showing.
If you are curious about the rest of the code, I have placed the complete project here http://dl.dropbox.com/u/3693471/DataGridExample_customcontrol.rar
Thanks for your time and thoughts!
Regards, Perry
Perry Bruins
26-Mar-11 10:41am
View
Here is the example. Note the usage of the template columns in XAML, specially the binding to the IsEnabled property of the controls. Hope this helps you enough.
I do not seem to be able to attach the solution zip, here is a public download link to it. Hope this helps!
http://dl.dropbox.com/u/3693471/DataGridExample.rar
Perry Bruins
25-Mar-11 14:34pm
View
Hi Arun India,
well, what happens is that during binding of your datasource, for each row, the template definition of the column is used to create the control that shows your data for each column. At that time, it will also use the binding of the readonly flag. I have no example handy right now, but if you really need it, I can try to put up one during the weekend.
Perry Bruins
25-Mar-11 6:53am
View
Hi Arun India,
The datagrid builds the row based upon the control definition used for that column. Any binding to the template for that control will be applied for each row.
So, you must use the template form of the column definition in order to be able to specifiy which control you will be using. Part of that template will then be also the binding to your readonly property.
Show More