7
votes
2answers
189 views
any code conversion tool for converting borland c++ to visual studio C++
I have a old windows application written in borland C++ 5.0. this uses the OWL library very much in it's code. this has to be ported to Visual studio 2005/2008 (C++ or C#). search …
4
votes
4answers
724 views
What is WPF and how does it comapre to WinForms?
I've been looking at WPF, but I've never really worked in it (except for 15 minutes, which prompted this question). I looked at this post but its really about the "Flash" of a WPF. …
2
votes
3answers
592 views
How to download a file from a website in C#
Is it possible to download a file from a website in Windows Application form and put it into a certain directory?
Thanks!
~~Seth
2
votes
6answers
1k views
Access to a single pixel in C#
Hello,
I'm working on a school project right now. It's meant to be a 3D editing software, (like a very minimized version of Maya). I have to write it in C#, using the 'Windows Appl …
1
vote
6answers
143 views
C#: Is it possible to have a single application behave as Console or Windows application depending on switches?
I have a simple application that I would like to sort of automate via switches. But when I do run it via switches I don't really want a user interface showing. I just want it to ru …
1
vote
2answers
56 views
Strange unhandled exception
Hello,
I've been developing a windows app in .net C# for GSM Modems and i've come across a strange error:
System.ObjectDisposedException was unhandled
Message="The secure param …
1
vote
5answers
122 views
Would it be a bad idea to develop a desktop application that directly accesses the SQL server?
Hi!
I want to install a desktop application (on many stations - about 10-20) should access the SQL Server directly, no Services, and no server-DALs.
The application will be insta …
1
vote
1answer
30 views
Application Updater
Hi,
does anybody know a good, flexible and free component for automatic application updating beside ClickOnce (not necessarily .NET only)?
In the past there was the Updater Applic …
1
vote
1answer
296 views
performing http methods using windows application in c#
There are many sites which call a script upon form submit and pass in parameters using HTTP POST or GET, using a web debugger i have found the parameters being passed. Now i wish t …
1
vote
5answers
255 views
interacting with the browser using C#
i wish to interact with my browser window may be IE great if it works on Firefox too, using C#.
I want to make a software which can fill the entries in a webform automatically. I …
1
vote
6answers
352 views
Transferring image data between C# and C++
Hello,
I am working on a project where I'm going to create a user interface in a C# windows application. It needs to display a picture. And I want to transfer the picture data to …
0
votes
2answers
15 views
Having troubles color coding items in a listbox/listview/multiline textbox
Hi,
I have an application that works similar to a chat, except beside the location where they submit their message they also have a dropdown that selects the type of message it is …
0
votes
1answer
25 views
Shared Windows-Application settings file (*.settings)?
Hi
I develop a desktop application that will be installed in few stations in the local network, I want the *.settings to fetch the settings from the DB when the program loads, the …
0
votes
1answer
20 views
Windows GUI application when user is not logged in?
I've written a Autoit script that starts a GUI application, when the application starts there is a login form. The scripts fills the login form and tries to log in. Then it records …
0
votes
0answers
26 views
.net Setup project force new file replacement on reinstall
Hello,
I have a setup project that install a couple of projects and a couple of external files (one of which is a SQLite Database) - everything worked fine until i've recently mod …
