all groups > vb.net controls > may 2007
msflexgrid - How can I make the whole grid Fixed except for the fi
Posted by Nach at 5/29/2007 12:41:02 PM
How can I make the whole grid Fixed except for the first row.
THat means from Row 2 and beyond the rows will be fixed.
I find when the grid is fixed and I click a certain column within the first
row
it returns the First Column of the first row whereas if it is not fixed it
returns the text of... more >>
problem with checking FileUpload
Posted by Bart at 5/28/2007 7:10:15 PM
Hi,
i use the FileUpload control but if the uploaded file already exists, i want
let the choice between overwriting or not the existing file.
Therefore i use a radiobuttonlist with 'yes' and 'no'.
I get no error, but if i take 'yes', the new file which overwrites the
existing one is empty... more >>
Placeholder controls - accessing from Page_Load() problem
Posted by JTeagle at 5/28/2007 1:31:39 AM
When you try to write code for a web page in ASP.NET, the code is
placed in a .aspx.vb file. The Page_Load() sub, for example, appears
there by default.
I'm trying to use a Placeholder control to add a button dynamically at
run time. The problem is, while I can refer to specific ASP controls
... more >>
DataGrid bound to numeric values (SQL Server 2005)
Posted by jim at 5/26/2007 5:54:03 PM
Not sure why this is so difficult. Bound dataGrid is bound to numeric
values, some of them are percentages. The format is set to p on these
dataGrid values.
Thought I would capture the cellParsing event and change the value, but it
doesn't stick!
Private Sub DataGrid_CellParsing(ByVal... more >>
Detecting USB-scanner
Posted by Jos Roijakkers at 5/24/2007 5:24:25 PM
Hi,
I am writing an application in Visual Studio 2005 (VB.Net) that uses a TWAIN-compatible
scanner. I was wondering how I can detect whether or not the scanner is connected
to the pc.
The application should work under Win XP and Vista.
TIA,
Jos Roijakkers
mailto:j.roijakkers@qred-i... more >>
UserControl inherit from Checkbox problems
Posted by Internet User at 5/22/2007 11:17:08 AM
I am attempting to create a user control based on the Checkbox control. It
consists of a single checkbox. When I add my control to a win app, I can't
seem to access the nornal checkbox events it should have inherited.
Here is code for the control:
Imports System.ComponentModel
Public Cl... more >>
VB.NET 2005 - Dragging window over app leaves "trails"
Posted by skinjob242 NO[at]SPAM yahoo.com at 5/21/2007 1:21:33 PM
Greetings all,
I'm at a loss for fixing this problem, so I'm hoping someone out there has
seen this and has a solution. Basically, I'm working on an app written in
VB.NET 2005 which uses a mixture of native and custom controls. The app
works fine and everything displays correctly until I dra... more >>
Re : FTP control
Posted by BB206 at 5/18/2007 12:00:00 AM
Is there any easy ftp control for vs2005. I just want to have a download
function from a ftp server.
Thanks a lot!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Break Points in UDE have message
Posted by Lou at 5/16/2007 11:08:16 AM
I have a user control I am debugging and when U add a break point the break
point does mot turn red. I is clear with a message:
The breakpoint will not be currently hit. No symbols have been loaded for
this document.
also
The breakpoint will not be currently hit. No executable code is associa... more >>
How do I get the functionality of subforms...without subforms?
Posted by Travis.Box NO[at]SPAM gmail.com at 5/16/2007 8:15:45 AM
Hey all,
I've had a lot of experience in the past with creating MS Access
databases with lots of userforms and functionality. Some of the
userforms contained subforms that I primarily used to offer different
options for the user to perform. In other words, the forms would
contain a drop-down ... more >>
Form buttons
Posted by jim at 5/15/2007 7:01:26 PM
I thought that if I named a control with &controlName, it would appear
underlined and act as a HotKey to that control. Am I missing something
really simple?
... more >>
catching RETURN in richtextbox
Posted by Michael Comperchio at 5/4/2007 7:43:46 AM
I'm probably having a stupid attack, but I can't seem to find the mechanism
to capture the return key in a RTB. I have one in a dialog and instead of
entering a return in the RTB, the return key is triggering the default
button press.... I KNOW I'm missing something in the docs... But I've be... more >>
Right align text in combobox
Posted by Michel Vanderbeke at 5/1/2007 8:20:27 PM
Hello,
Is it possible to right-align the text in the list and / or the textbox of a
combobox?
Can it be done through properties or through code?
Many thanks,
Michel
... more >>
|