Answer Questions
americanDesi My experiences with WindowsForms
I'd like to share my experience porting a program to .NET. Our company had a little program, written in Access. You'd enter some information, which would be passed to a DOS program that created some results. I ported the entire program - the Access& ...Show All
ChadSumerian pocket taskvision + vs2005 + emulator
hi all, i compiled and deployed pocket taskvision on vs2005 emulator. However when attempting the 'logon' it fails with 'The Web service location is http://www/notouchdeploy.com/TaskVisionWS/ . please make sure that the URl is correct' I guess the problem is that it can't connect to the WS. However how i configure the emulator to use the corporate proxy I managed to configure the IE on the emulator to use the proxy without any problem. ...Show All
Joe Albahari regarding windows forms layout
Dear All, Is there any design guidlines to implement standard layout in windows form, I want to implement resizing/relocation of controls according to the form size. I'v tried few solutions my self but its preety difficult to control them, i'v tried using infragistic's layout managers. Plz advise regards faraz Salam You can do this by using the ANCHOR property of the control. Your control ...Show All
Eric den Doop Getting ClickOnce to create a desktop shortcut
msdn states that ClickOnce supports the creation of shortcuts . I am using VS2005 Beta2. But I have not found a way to tap this feature. How do I set ClickOnce to create a shortcut on a user's desktop during installation Does anyone know The shortcuts referred to in the documentation are the Start Menu shortcuts that ClickOnce creates for installed applications. This release of ClickOnce does not support creation of desktop short ...Show All
Randy Chapman Help me find this control?
I wonder if anyone here can help me. There's a control (or control-set ) in windows that I've seen in many places, but I haven't seen documented or expounded anywhere. To see what I mean, go to the Solution Explorer in VS.Net, right click on&nb ...Show All
Peter B.L. Rasmussen can't save collection in disgner
Sorry, again a 'stupid' question I'm playing a bit with the collectioneditor and got it working (sort of) until i Rebuild . the collection is cleared after rebuild. I'm puzzled here is the code for the component i'm try 2 build : Imports System.Windows ...Show All
mhtmht DatagridviewComboboxColumn Draw Text Only
I am trying to figure out how to display, in a DatagridviewComboboxColumn, only the text and not the down arrow button when the cell is not in editing mode or the current cell. I would assume that I need to use the CellPainting event but I can't figure out how (I am a VB6 developer who just started using VB .Net so any code would be greatly appreicated) Thanks Simmy http://forums.microsoft.com/MSDN/ShowPost. ...Show All
ivernot Binding DataGridView to Junction (many-to-many) table.
Hi. How do I bind a DataGridView to a junction (many-to-many) table in a way that the DGV displays data from the lookup tables being joined by the junction table I have worked with the DGV column types such as DataGridViewComboBoxColumn but haven't been able to get them to work in this complicated scenario. I'd like the user to be able to select values (being displayed in DataGridViewComboBox columns) from the lo ...Show All
William Yeung DockPanel by Weifen Luo
I used DockPanel (DockManager) by Weifen Luo with Framework 1.1. But with Framework 2.0 it doesn't work. Do anybody know any solution Have you tried rebuilding the source with VS 2005 --Nick Daniels Yes, I have! I removed& ...Show All
PaulBSY Asign data field to variable or otherwise use it
I sure hate to have to ask this--it's fundamental. But I've searched many hours trying to find the answer. And I've watched 4 hours of videos, too. In VB Express 2005, I've connected to an Access file and can load it to a grid on a form. I can do all the associated functions with the data that you would expect on the form. HOWEVER, I simply can't figure out how to "grab" a piece of data from a particular column (let alone row!) t ...Show All
Alexander Jarczyk probelm with graphics context
hi iam writting an application where picture box control has to draw set of points point by point some specific time. my problem if i use picturebox.creategraphics() for drawing , graphics lines are disappearing if i minimize or max. another method is picturebox.image = new bitmap(pb.height,pb,width) g = ghraphics.fromimage(picturebox.image) if i use this i could not able to see lines drawn by g. i could able to see only if i use p ...Show All
Johnfegkmx36k datagrid right align cell data
Does anyone know how I can right align text in some of the columns in a datagrid using vb.net DataGridColumnStyle.Alignment You should be able to set that and get your text to right align. Iam facing problem with this&n ...Show All
Voltafil implementing your own auto-complete
Just wondering if there is an easy way to implement an auto complete like feature on a WinForm based text box - similar to how IE automatically drops down a list of web URL's matching what you have typed so far. thanks ...Show All
DynesSGR Integrate Flash SWF and .net app
Is there any way to get the object names of a Flash SWF Movie into my .net app that uses Flash ActiveX Control And is there any way to get the position of a specific object on the same Flash SWF movie sure there is.... look this to get more information about it. http://www.flashfanatiker.de/blog/archives/2003_08.html http://weblogs.macromedia.com/mesh/archives/2003/07/embedding_flash.cfm so hope it was helpfull ...Show All
el_d ClickOnce Signing Problem
I have a problem deploying my ClickOnce application. I have built my Clickonce application with visual studio 2005 Beta 2 and signed the Manifests with a Verisign Code signing certificate. I publish it to my IIS server and then run it from my development pc and it installs and runs ok. I then go to another pc and try to install it (over ClickOnce) and I get the error "the deployment identity at the deployment provider is not th ...Show All
