windows-application

Unicode Woes! Ms-Access 97 migration to Ms-Access 2007

Problem is categorized in two steps: Problem Step 1. Access 97 db containing XML strings that are encoded in UTF-8. The problem boils down to this: the Access 97 db contains XML strings that are encoded in UTF-8. So I created a patch tool for separate conversion for the XML strings from UTF-8 to Unicode. In order to covert UTF8 strin...

Running powershell scripts from within a .NET windows app

I'm needing to run scripts from within a vb.net windows app. I've got the scripts running in the background fine; Using MyRunSpace As Runspace = RunspaceFactory.CreateRunspace() MyRunSpace.Open() Using MyPipeline As Pipeline = MyRunSpace.CreatePipeline() MyPipeline.Commands.AddScript("import-module -name " & module...

Windows Application in C

Can anyone tell me how I can create a basic usable Windows application in C (I have a little idea about C++ also) ? ...

Why is my paintBox Canvas being erased when my program is "Not Responding"?

Hello: I have written a small program using Borland's C++ builder, and along the way, everything seemed fine. My program has a map window and a table window, and when a user presses a button, a long process is started that reads in all the map and table information and then displays that. Every time i ran it through the debugger, I had...

changing theme of C# windows application

Hi , in ASP we have so many ways to change theme . but is there any way for chanigngthe whole theme of a windows application/? ...

See HttpWebRequest as string before GetResponse without using fiddler

How can i see HttpWebRequest object as string before calling GetResponse method? I want to see raw format of request something like this as in fiddler: Content-Type: multipart/form-data; boundary=---------------------------2600251021003 Content-Length: 338 -----------------------------2600251021003 Content-Disposition: form-data; name...

Giving .NET program an output type of windows application and console application

I have a C# application that has a gui and has its output type set as Windows application. I would also like to invoke it from the command line (via parameters) and thus it needs to also be a console application. Is there a way to get my application to run both as a windows application and a console application? Is there a way to set ...

How to get list of files that a program is working with?

How to get list of files that a program is working with? For example, if a program is downloading something, how can I know what and where that file is while downloading? ...

Creating upgradable C# .net windows application

I create an windows application and give the user the installation pack for it. So now I need to fix some bugs and give a revised version to the user but I don't want them to reinstall it. So how can I create a fix and distribute it? ...

Is wpf still relevant and can I use it in my C# windows application

I have a process which I break into multiple processes and even when using threading it takes a very long time to complete. I'd like to give the user an indication of the status of the execution in a cute way. (for each process % complete) Maybe betting the right horse will ease the pain :) I found this project long ago: http://www.co...

XML is not updated in Windows application

Hi, I have created a windows application, which gets a xml file from the URL and save it on my local machine.In this application a Timer control is set for get the updated XML file from the URL and show the update into label. I have created a setup project and Installed it on another system. Problem is that, The installed application i...