Answer Questions
David Beoulve windows.forms in internet explorer
Hi! Im in desperate need of getting multiple files to upload from an Client computer to an web server. After searching the web for about 50 hours i thingk this is not an easy task. The system.web.ui open file dialog does not support selecting multiple files so i have to use the system.windows.forms openFileDialog wich supports the boolean property multiselect = true. The entire process is described in an msdn article : http://msdn.microsoft.com/ ...Show All
Maeve NT User
How can I get the current user logged into a machine from within an application Well, it's really a good idea. Although there's a bunch of people here willing to do the lookups, you'll get much faster response times by searching ...Show All
Irro Sample code not working in VB.NET ???
Tried to use this sample with the V1.0 Framework and 1.0.25.281 of Terrarium. http://www.windowsforms.net/Terrarium/docs/QuickStart/VBHerbivore.aspx Get the following error. "You must Define 'OrganismClassAttribute" attribute on your assembly". Thanks in Advance Dontec. Also, someth ...Show All
cmccarrick Why does my MDI Windows Forms app look so screwed up?
I am using Visual Basic.NET 2003 to create a windows forms app using MDI. The application is completed, installed, and working great on 6 Windows 2000 pro machines. It works great on 5, but looks completely screwed up on the 6th. A ...Show All
Harry Pfleger Cycling through each cell? Embarassing question...
I'm sure what I'm trying to do is easy but I'm new to C#/.NET and have been struggling to find the answer. I've got a DataGridView which is filled from an online database(bound in code, not in the designer) and whenever a cell has bee ...Show All
KENTY Application fails on first Update
V1.0 of my ClickOnce app installed and ran perfectly. Version 1.1 has various changes, including requiring a subdirectory containing xslt files. After publishing to the deployment site the application correctly identifies a new version is available, prompts to install it, and copies it down into the cache. But it then proceeds to try and execute the program, and gives an error before any program screens appear "MyApp.. has encountered a problem ...Show All
L0t3k Problem with Debugging
whats wron with the applicacation, when I start it look here: http://www.rsstranslator.com/slika.JPG on my home computer, it runs without the problems, but on others, what is missing Are you running the programm off a network share on the other computers ...Show All
Young K Double Forms
I have a MDI application. On a child form I have an ActiveX control. When the form loads it has a shadow form that loads with it (it seems to load two copies of the form). If you move the top form around it erases&nb ...Show All
VijayMSN backcolor=transparent
I have placed a progressbar on a form. I want a text be displayed on the progress bar as well. Since that feature is not found on the progressbar control I placed a label on it. However, how can I make the label's background color transparent so that the label is visible properly. I tried choosing the label-backcolor to transparent; but it did not work. I have a related problem. I would like to use the ProgressBar on a panel that has ...Show All
Petulka7 Windows XP Buttons Style
How can I applying Windows XP Buttons Style on my windows form Are there any custom tools to do that Thanks Benjamin Take a look at the VisualStyles.ButtonRenderer class. It may do what you are looking for. i want to download it. ...Show All
Brian Kuhn Best practice for authenticating users when WA is not an option
I'm developing a Windows Forms app for small organisations where Windows Authentication is not an option. I'm using VS 2005 (to which I'm quite new!) and SQL Server 2005, and I'm trying to get my head round what my options are for logging users in. Should I use the ASP.Net security model (e.g. http://msdn.microsoft.com/msdnmag/issues/05/04/Security/default.aspx ), or should I do a simple form and use SQL Server logins What are the advantag ...Show All
informass 在vs 2005,treeview如何??以下功能
我想添加一 Node1 , Node1.text="a" node1.value="s10000" Node1添加到 treeview中Node的value值 “s125”的 下。 怎么作? Because I speak english a little,so ask this question in chinese. Thank You! Please post in english only as these forums are english only. If you try you can probably make yourself understood and more can help you if you post in english. ...Show All
Lluis Serra VB2005 EE - Is there a Split Button ?
Is there a split button I can add to a toolbar . Thanks. Rob. There is. To add one, do the following: 1. Drag a ToolStrip from the Toolbox onto your form 2. Select the new ToolStrip 3. Click the arrow on the Add ToolStripButton button 4. Choose StripButton (which is of type ToolStripButton) from the drop down Duh, how did I miss that :-) Thanks. Rob. Yes there is. T ...Show All
asmand Populating a Checked List Box Control
I am trying to poplute a checked listbox control when the form load event fires. The code that I am using is as follows: Private Sub BindToDataset() Try LoadData() &n ...Show All
Ronald S. Code for adding new entry to Access DB not working (Vb6 to Vb.Net 2005)
Ok, I know I'm posting lots of questions, but I really figured this code would work, or be easy to hack around and get to work, as loading the information successfully was relatively simple to convert from Legacy to .NET. Dim rs As ADODB.Recordset Dim com As Object Dim dbPath As String   ...Show All
