Multiline listview
Sun, 21 Sep 2008 19:15:17 +0200
Hi do someone has the code in VB.net , not in C, for a multiline listview
control.
I'm using 2008.
thanks Jan
...
|
How to wake up an asynchroneous process ?
Sun, 21 Sep 2008 10:14:00 -0700
Context : Windows Server 2003, IIS 6, VB 2008
My asp.net application A stores data in an SQL 2000 database. My application
B (on the same server but under a different userid - not ASPNET) reads these
data, does its job (big load, low priority) and updates the database. A does
not wait any answer nor acknowl ...
|
This one took weeks to resolve
Sun, 21 Sep 2008 10:08:00 -0700
While working on a project, I decided that a certain collection of forms
would be better designed as deriving from a base class form. I created a new
form and then moved common code from the collection of forms along with a few
of the common controls. I then inherited the original forms from the new
base c ...
|
Prevent User from moving *ONE*, not all, DATAGRIDVIEW COLUMNS???
Sun, 21 Sep 2008 04:24:56 -0700
I have a DataGridView in one of my projects. I don't mind if most of
this DataGridView's columns can be re-ordered by whomever is using my
application...
BUT... there happens to be one column in the DataGridView which I
don't want the user of my application to be able to move. In other
words, that particula ...
|
Gif image lost transparency
Sun, 21 Sep 2008 03:56:51 -0700 (PDT)
I imported a project from VB6 ok except for the fact that a couple of
gif files which have transparent backgounds nolonger display
correctly.
On VB6 the images were loaded into their own image control rather than
picturebox, VB Express 2008 doesn't seem to have this option, only
PictureBox or ImageList.
I' ...
|
Question about loading class elements dynamically
Sun, 21 Sep 2008 00:03:43 -0700 (PDT)
Hello Everyone,
I'm totally lost and I hope someone can help me out or point me to
something that can. Here's the deal:
I have an application that will implement a 'plugin' archetecture of
sorts. The application requires the user to fill out various forms.
Each agency that we deploy the application to will ...
|
Deploying a vb.net app on a network drive - Help Needed
Sat, 20 Sep 2008 21:07:18 -0700
Hello All,
I have created a vb.net app that I want to place on a network drive. Each time I try to execute it from the network, a security violation pops up and
prohibits the app from running. Running from my local system everything works fine. I can't give the exact error because I'm not at work where
thi ...
|
|
|
Windows Forms Question
Sat, 20 Sep 2008 18:21:21 -0700
Hello,
I'm *just* delving into Windows forms-based programming without the benefit
of any books, etc. I have a background in light ASP.NET work, so forgive me
if this is a really basic question related to Windows GUI.
I've created a "Form1.vb" file in my project, added a menustrip, etc. When a
user click ...
|
Need to calculate numbers of lines in listbox?
Sun, 21 Sep 2008 01:44:28 +0100
Hello
I am using the following to calculate the number of visible lines in
a listbox. This works, but when I add a horizontal scroll bar it
does not work correctly. How can I subtract the size of the
horizontal bar to maintain correct value?
number_of_lines = listbox1.Height / listbox1.ItemHeight
...
|
HELP! Load Report Failed error.
Sat, 20 Sep 2008 11:37:01 -0700
Hello -
I have created a Visual Studio 2008 project that includes some Crystal
Reports. I embedded them in the project and used the Crystal Reports in VS
2008 to create them.
I have no problem getting the reports on my development machine, but when I
install it on a client machine, I get "Load Report Fa ...
|