all groups > vb.net controls > november 2004 > threads for november 1 - 7, 2004
Filter by week: 1 2 3 4 5
Incorrect Auto-Size of Columns
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 11/6/2004 11:31:21 PM
This code yeilds the wrong column width for one of the columns.
It may have to do with the fact that the column holds integers rather
than text.
The results when values for that column are only single digits is a
column that is so narrow that only half of any of the digits are
shown. The resu... more >>
I can't create new project
Posted by Michael Chong at 11/6/2004 3:32:01 PM
What is the error means below:
"The Application for project 'C:\Program Files\Microsoft Visual Studio.NET
2003\vb7\VBWizards\WindowsApplication\Templates\1033\WIndowsApplication.vbproj'
is not installed.
Make sure the application for the project type (.vbproj) is installed."
I can't cre... more >>
progressbar (on its own form) within its own thread ..?
Posted by Olaf Rabbachin at 11/5/2004 5:54:34 PM
Hi folks,
I'm trying to setup a form with a progressbar and a status-label. The
progressbar will be running infinitely (I'm using the "Never-ending
ProgressBar - www.codeproject.com/vb/net/NeverEndingBar.asp).
The PB will require its own thread in order (for the timer that's powering
it) to r... more >>
Creating controls dynamically inVB.Net code behind
Posted by Coleen at 11/5/2004 4:14:05 PM
Hi All :-)
I need to create some labels and text boxes dynamically, depending on the
number input in a previous textbox on the page. What I have is a situation
where my users receive payments from a client that sometimes consist of
multiple checks of various amounts, at the same time. This wou... more >>
raising an event without selecting the button
Posted by Paula Blohm at 11/5/2004 3:04:27 PM
Is there any way to raise the button.onclick event for a server control
button without actually selecting the button?
Thanks,
Paula Blohm
... more >>
Did Microsoft KILL this VALUABLE Functionality in .NET?
Posted by wiz at 11/5/2004 12:22:30 PM
Greetings all,
In Access I had the ability to access a control using several different
methods.
Example
Me.txtInput = "Hello"
' OR
Me("txtInput") = "There"
However, when I tried this in a .NET project I was working on it bombed
and would not build the solution.
I got some cryp... more >>
General Event Handler
Posted by Guy Gani at 11/5/2004 10:05:52 AM
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C4C31F.0837E5A0
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
Hello,
I have a small application with one form and a user control on it. The =
user control is loaded d... more >>
Runtime Created Buttons
Posted by yoshitha at 11/3/2004 3:33:57 PM
Hi,
Am creating buttons at runtime , the number of buttons am creating is
depending upon the no of rows in the dataset object.
so i want to perform some action when i click the button.
How can I differenciate the buttons from each other.
see the following code
For i = 0 To count - 1
For p... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
asp.net question
Posted by huan at 11/3/2004 9:04:21 AM
How do you allow dropping of controls onto an user control?
Posted by Richard L Rosenheim at 11/2/2004 2:17:37 AM
Is it possible to drop controls onto an user control (in design mode)? I
would like to be able to drop addition controls onto the panel control I
have on the user control. If so, can someone please point me to some
relevant documentation?
Thanks,
Richard Rosenheim
... more >>
How to create image column in datagrid from dataset ?
Posted by Ken Yu at 11/1/2004 3:37:57 PM
Hi,
I have one question, I have one database table used to store image
(blob),
i want display the image in datagird direct from dataset, i check tablestyle
in datagrid
doesn't have image column, how can display the image in datagrid ?
Tks a Lot !
Ken
... more >>
collapsible panel?
Posted by ColinRobinson at 11/1/2004 7:52:23 AM
anyone done a collapsible panel in VB by inheriting the ASP:panel control I
need to create one. A server side collapse would be fine but obviously i
prefer client side collapse I have no idea how to do this and time as always
is not on my side.
Some code in Vb would be great but I'll readil... more >>
About files
Posted by yoshitha at 11/1/2004 3:51:22 AM
Hi,
In my application am using scrrun.dll to create files and folders and also
to copy the files from one folder to another folder.
Using my application i created 2 folders for eg folder1 and folder2.
In folder1 i've some files(i created these files using my application only
these are .rtf file... more >>
|