Answer Questions
Kiyac Graphics Question
After setting a winform to IsMdiContainer = true, I can't draw graphics text on it in its paint event. Here's the code doing the drawing: Dim objGraphics As Graphics objGraphics = Me.CreateGraphics() 'Draw some text. Dim TextFont As New Font("Arial Black",&n ...Show All
kevM Network directorys and FileSystemWatcher
Any one have any experience with network directories and .NET Or more specifically setting up a filsystemwatcher to watch a network drive on a LAN I have a windows service that is supposed to move some files that is dumped in a specific  ...Show All
Fat Controller Registering File Types
My application registers a file type of .exml. I got that to work fine, but what I want it to do is when a file is double clicked in explorer, I want my application to open and then open the file that was double clicked. &n ...Show All
XBTester How to Ngen the assemblies after ClickOnce installation?
How to configure the ClickOnce that make the assemblies ngen'ed after the installation Thanks! Lei, There is no support for doing this in ClickOnce. NGen'ing an assembly installs it into the native image cache on the local computer (a reserved area of the global assembly cache). This is a globally impactful operation not supported by ClickOnce. Regards, Elizabeth Any work arounds for this - how about setting up ...Show All
aaguilarch85 Wishlist
Hello, This is a great application in both commercial as well as educational standpoint. Here are some of my wishlist: 1. Ability to change the project on a particular task. 2. Ability to refresh instead of restarting or offline/online 3. Ability  ...Show All
Aaron_1234 Need a Good GDI+ Concept
Hi.. I am new to the Vb.Net (though I have the exp of the VB6) Now i want to make a Game (A board Game) But I am facing the problem that How to display the Board the board (It is a board game) and than create a animatio ...Show All
OlivierJ ToolStrips added to ToolStripContainer panels at runtime
Every new toolstrip is added to the top-leftmost area of the panel. This is the least desirable position for me, and probably most others. Unfortunately I haven't found a way around this and haven't been able to find a way to re-order them. The app is very extensible. The main toolbar is created and added when the program starts up, then an add-ins are loaded. These add-ins can add toolstrips, but since they default to the top-left, they take ...Show All
Stuck29430 I've Butchered BindingList<T> FindCore - Help making Generic Comparison
If you laugh at the following code, please try to help me make a rational system to employ 2.0 Generics to solve this testing/casting silliness. This method overrides FindCore in my inherited BindingList<T> class in which I'm trying to implement both sorting (done) and Searching (odd). enum datatype { anInt16, anInt32, aString, unknown }; protected override int FindCore( PropertyDescriptor property, object ...Show All
kkkwj Terranium Error
I just downloaded terranium and installed it, but when I try to launch it I get this error: "Registered JIT debugger is not avaliable. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2 (2). Please check computer settings. cordbg.exe !a 0xd28" ...Show All
sagittarian Setup Project Bug?
Hi All !!! I'm not sure that it's the most appropriate topic for my question. I created VS Setup Project, built it and got msi package. I edited that msi with help of Orca: Feature, FeatureComponents and MsiAssembly tables for Features creating Control, ControlCondition, ControlEvent, Dialog, EventMapping tables for one dialog creating (dialog for review of these Features). Modified msi package ...Show All
James Gordon Making child controls of UserControl editable
I have a UserControl subclass, CompanyInfo, with various controls (Labels and Textboxes) on it. When I'm designing this class, I can edit the controls, move them around etc., which is fine. However, when I build CompanyInfo into a DLL, then add it to the Toolbox and drop it onto a form in the Designer, I can no longer edit and move the various controls that CompanyInfo encapsulates. I have tried setting these controls to public access, but that ...Show All
MazeGen setting datagridview's editing icon and glyphs manually
Hi! I'm using the datagridview in one of my projects and I wonder how to set the editing icon and the glyphs manually. Which event(s) do set these Thanks for your help! \Helmut Probably I wrote some misunderstanding lines. I rather meant how to use the existing editing icon and glyphs for my own purposes. Because I'd like to implement some bulk configuration, so that several rows can be " ...Show All
vb_jonas Is this app still alive?
I cannot insert a new critter.... my first critter....ERROR "Server is expirenceing some problems try later" I have got this error for 5days now. Please help I too have been trying to introduce my creature for about 5 days.  ...Show All
Tramel Showing a Collection Editor from a Smart Tag
Hi folks, This must be easy, but I can't find anywhere that explains how to do it. I want to add a Smart Tag to my component which is a LinkLabel that says "Edit Items", just like the ListBox, ListView or TreeView has. My component has a property, for example called "Foos" which is of type List<Foo>. I can bring up the default collection editor from the Properties window, but I'd also like the option of showing ...Show All
DBD .NET on WIN 9.X Machines
I am having a hard time to discover whether .NET Framework would work on WIN 95 and 98 Machines without any problems.Everybody seems to have a different opinion on that. Could somebody tell me concretely the pros and cons for it Our requiremen ...Show All
