 |
|
 |
I'm concerned about privacy. Is information from my machine embedded? Should I compile it on a very old PC which will never be online again? Are there any (free) online compiling services? I'm using SharpDevelop for .NET 2
thx ppl
|
|
|
|
 |
|
 |
kfx666 wrote: Is information from my machine embedded?
In what? Your .EXE that you compile? No.
kfx666 wrote: Should I compile it on a very old PC which will never be online again?
Why would you want to? There's nothing identifiable in the .EXE.
kfx666 wrote: Are there any (free) online compiling services?
Not that are any good.
|
|
|
|
 |
|
 |
Ok thank you, Dave.
Wow, a Microsoft MVP, cool !
|
|
|
|
 |
|
 |
kfx666 wrote: Wow, a Microsoft MVP, cool !
I was a MVP. I'm not anymore. I find spending time with my son more important than supporting the community like I used to.
|
|
|
|
 |
|
 |
I've been contacted by a company that is looking for the following from me:
"What we are looking for is automation of our office. We have started to work in Access to get some automation of document production in place. However, we have not done much beyond the use of merge. But because most of our documents are populated with the same types of basic information, we were thinking that the process can be automated much more extensively.
There are five basic programs that we are using Word, Access, Outlook, Excel, pdf (not certain if that is a program exactly).
There is a government filing system we would like to be able to download into- but that may be a step too far.
We have incoming documents that at the present time we cut information from and past this information into our documents. The cut and paste process is time consuming, inefficient, and prone to errors."
Would anyone make a suggestion on what programming language would be best/easiest to complete this task in? Namely, I'm looking for a language that can create these different types of documents.
Any suggestions? Thank you very much!
|
|
|
|
 |
|
 |
Python might be worth looking into. It is able to interact with the Office apps. mentioned, as well as pdf. But I've no idea what limitations it may have.
Kevin
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
is there any software which save any webpage into MS-word document with all formattiong and pictures and auto fit into standerd page size?
|
|
|
|
 |
|
 |
Just been recently researching on Service-Oriented-Architecture. Read an article which states that web services are the most appropriate way of implementing SOA. I was just wondering if this was infact the recommended way...? Any thoughts?
|
|
|
|
 |
|
 |
SOA is a concept that can be implemented in any number of ways. Just because Web Services provide a perfect example of what SOA is doesn't mean that it's automatically the best implementation for every use case. The "recommended way" is whichever way best solves your particular problem.
|
|
|
|
 |
|
 |
but can you please list some soa implementations without using webservices. I mean that "some other way" to implement soa as I am new to SOA. Thanks in advance
|
|
|
|
 |
|
 |
SOA describes any architecture that allows one component to request another component to do some operation. For an example let's say that you work for an online retailer and you've been asked to write something to allow different parts of the existing software system to generate several types of sales reports - one report for the marketing department, one for the shipping department, one for the tax collectors, etc. The underlying service that the solution is oriented around here is the generation of a report.
Using web services for SOA you would write a web service that has a web method that clients can call to create reports. Any client can call the method, the method creates the report and does whatever it needs to do with it.
You could also use a Windows Service. All you have to do is create a way for clients to request that the service generate the report that it wants and for this any form of IPC could be used. Sockets, MSMQ, Named Pipes, .Net Remoting or WCF would all allow other clients to get a message to the service to ask it to generate a report.
The basic gist of SOA is [component A -> requests a service to be performed by -> component B]. What component A and B are aren't important and neither is how A requests B to do something. What makes it SOA is the design not what technologies are used.
|
|
|
|
 |
|
 |
i keep getting security tool poping up saying that this program is infected with a worm when i open something i downloaded norton antivires from the net but it wont let me install it can somebody help me please ta
|
|
|
|
 |
|
 |
waikato123 wrote: i downloaded norton antivires from the net but it wont let me install it
Thank you for believing that we have superhuman powers and can divine your problem from afar. Sadly however, most of us are mere mortals and need to be shown the actual error message before we can begin to guess what might be the cause.
|
|
|
|
 |
|
 |
Whatever you are downloading is probably actually infected.
The most likely reason that you can't install Norton is because you already have AV installed.
|
|
|
|
 |
|
 |
Hello there,
I'm arguing with a friend here. Is the windows Desktop part / module of explorer.exe ?
Actually when you stop the explorer.exe as a process the desktop disappers.
Is it a part / module of the operating system that is controlled by explorer.exe or is it part of the explorer.exe ?
Regards, Hris
|
|
|
|
 |
|
 |
If I'm using Spy++ it says the desktop-window itself is part of the csrss.exe, but the "desktop" with the icons (window class SysListView32) you see is part of the explorer.exe.
Greetings
Covean
|
|
|
|
 |
|
 |
Assuming you using the term "Desktop" to refer to only what you see on the screen, no it's not. It's actually part of two applications. The background "surface" or window is supplied by CSRSS.EXE while the Start button, Task Bar, and icons are supplied by Explorer.
|
|
|
|
 |
|
 |
Is there any way to burn CD/DVD with copy protection of the data file?
Please help me if you can.
Best Regards,
Saravanan T
|
|
|
|
 |
|
 |
Since there is no executable code, no, there isn't.
All the user would have to do is copy the files locally and burn them to another disk.
Since your application would have to read the files, the same as any other copy operation would, there is no way to protect just the data files.
|
|
|
|
 |
|
 |
Hello everyone.
My problem states like this:
I have a form created with adobe livecycle, each of the controls in the form being bind to an element from the data connection. What I want is that if the user does not enter any data in a control, when the export XML is created, that control should not appear in the xml.
What I've tried:
remove the binding from the control. if the binding is set to none, then the control should not appear in the xml. To remove the binding i've used the following code:
control.bind.match="none";
control.bind.ref = "";
But it does not work. the corresponding node is still available in the exported xml.
Can anyone help me with this problem?
Thank you.
|
|
|
|
 |
|
 |
Hi, I am running my laptop with Windows XP Tablet PC Edition. The problem is I could not view my video file in windows explorer using te Thumbnail view type. It just display its icon only. Does anyone know what is the cause of the problem and how to fix it?
Thank in advance!!!
|
|
|
|
 |
|
 |
Depends on the video format and the existance of an appropriate codec to decode it, which you apparently don't have.
|
|
|
|
 |
|
 |
My computer could play WMV file, but the WMV file could not preview in the thumbnail view. This is just one of file type that got a problem. There are many more file type that it could play but it could not preview in thumbnail view. Any idea?
|
|
|
|
 |