Thanks for the tip. However, I have been writing programs for several years, albeit rather simple ones. I am familiar with both languages. I guess I should be more precise: what I really want to know is: what are the mechanisms involved with creating this type of application? How do I interface with windows explorer through .net? Can anyone direct me to some sample applications? Thanks
seanwright
Posts
-
Exntending windows explorer -
Exntending windows explorerHello Everyone, I am looking into developing an extension for windows explorer that will add a kind of a virtual folder (which access files and directories through a web service) so that I can drag files from my desktop and deposit them on a server via a web service. Any ideas on how I should proceed? I'd like to write this in either c# or vb.net. Thanks!
-
class from database tableI've been looking at O/RM for a while. I guess I'm just looking (right now) at creating custom collection classes based of data from a database. Now, I don't want every column from the table I'm querying, just a few key columns. So basically I'm looking for a utility which will generate a class and I'll just delete what I don't need afterwards. Make sense?
-
class from database tableHey all, I was wondering if there was a utility to generate c# classes from database tables?
-
WebBrowser Control - new window detection?Hey all, I was wondering if there was a way for the WebBrowser Control to detect when a link is opening a new window, i.e. using: Open a new window! Any help would be appreciated! Thanks! Sean
-
Interface bluesOk, I got a piece of code and I can't seem to compile it... I don't quite know how to ask the question so here goes. I have the following code: public interface X : _Collection { [DispId(0)] Y this[object ] { get; set; } } Where Y is another interface. I get an 'Identifier expected' message when I compile. Can anyone explain this code and a possible solution? Thanks!
-
Modifying machine.configHey all, Can anyone tell me how I can modify the machine.config to add sections and keys (preferrably using vb.net)? I've been looking at system.configuration (.net 2.0) but I can't seem to wrap my head around it. Any good tutorials? Thanks!
-
Drawing outside the containerCould you be more specific?
-
Drawing outside the containerOk, I have a question: Say I have a panel, and in that panel I have a couple of images, arranged in a row, side by side. Using a timer, I want to 'grow' one of the images and also allow it to grow outside of the panel control without getting clipped. Is this possible? If so, how would I go about doing this?
-
Java IDE's?Try Netbeans.
-
Resizing the TextBoxFound a solution that should work nicely: http://www.dotnet247.com/247reference/msgs/43/216202.aspx
-
Resizing the TextBox -
Resizing the TextBoxOk one other thing... I'm thinking of doing something similar with the Label Control as well...
-
Resizing the TextBoxHello All, Can anyone tell me how to resize a textbox to fit a given string? The textbox must keep the same width and adjusts its height to properly display whatever text I put in it. Thanks!
-
runtime compilation / extensible framework?Hey all, I'm writing a modular application which is essentially an application framework. I would like users to be able to select the modules they want to use AND I would like them to download new modules as they are developed. Any ideas how I can 'attach' code to my application?
-
Mobile PhotoCamera controlI encountered the same problem. If you go here: http://www.veo.com/downloads/download.asp?software=sdkPocketpc you will find an SDK. I'm trying to use it because apparently the Veo Photo Traveller is the oem version of the HP Mobile camera... it's a start, but I haven't gotten very far. Let me know if you get it to work! Sean
-
Detecting hardwareHello everyone, I'm wondering if you could help. I'm looking for a way to detect when a CF or SD card is inserted into my pocket pc. Any ideas?
-
Accessing Dll functionsNope, no .h file
-
Accessing Dll functionsI have no idea... with windows I can find out all the exported functions in a dll, but I don't know how with the PocketPC
-
Accessing Dll functionsHey All, I would like to be able to access functions within an application extension on my pocket pc. Specifically, I have an HP Photosmart Mobile Camera and would like to write a VB app that does the following: I click on a button on my form and then the program captures an image. I noticed a couple of application extensions in the Windows directory of my pocket pc...