all groups > vb.net > october 2005 > threads for saturday october 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
listview and hiding 1 columns
Posted by Maileen at 10/1/2005 8:32:19 PM
Hi,
I have a listview in report mode.
I have 3 columns in this listview and 1 column i would like to hide it from user's view.
i tried to give width = 0 but user is still able to resize column after in runtime mode.
So, could someone help me please ?
thx,
Maileen... more >>
Problem with null parameter
Posted by John at 10/1/2005 7:39:16 PM
Hi
I have a datadapter with the following SQL;
SELECT ID, Company, Status, CompanyType
FROM Companies
WHERE (@Status IS NULL or @Status = Status)
When I try to fill like so;
Me.CompanyTableAdapter.Fill(Me.MyDataSet.Clients, "Current"), it brings all
companies with stat... more >>
Crystal Reports in .Net
Posted by Robert Boudra at 10/1/2005 5:55:16 PM
I'm coming from VB 6 where I use the Crystal Reports Automation engine for
most of my reporting work. I've developed a small vb.net application that
uses a couple of Crystal Reports to display data from an adodb data source
(Access 2000 database). However, I haven't been able to come up with... more >>
Auto mutex "all" methods
Posted by Tim at 10/1/2005 5:44:48 PM
We have a legacy VB .NET class that relies on quite a few gloabal
variables and states. It handles calls from different threads well as
long as two calls doesn't come at the same time so a viable solution
would be to enclose all the public methods in a construct like this
Monitor.Enter(me.g... more >>
System.Net.WebException nach 2. GetRequestStream
Posted by Albert Ludwig at 10/1/2005 4:59:49 PM
Hallo NewsGroup,
in meiner Anwendung rufe ich ein Internet-asp-script auf.
Diese Funktionalität habe ich in der Funktion "fuwHandelWebRequestPost"
(siehe unten) gekapselt.
Diese Funktion arbeitet ausgezeichnet.
Leider bereitet diese Routine Probleme (WebException), wenn innerhalb 30
sec. s... more >>
Parameterised query question
Posted by John at 10/1/2005 4:54:11 PM
Hi
I have the following sql for my dataadapter;
SELECT ID, Company, Status
FROM Companies
WHERE Status = @Status
I fill the dataadapter as
Me.CompanyTableAdapter.Fill(Me.MyDataSet.Companies, "Current") and it works
great. The problem is how do I view all Companies and no... more >>
create windows service without vs.net
Posted by Loane Sharp at 10/1/2005 4:36:49 PM
Hi there
I'm using VS.NET 2003 to create a Windows Service, but I would like to know
more about the guts of the thing (call me old-fashioned). Do you know of a
reference that will show me how to create the service programatically
without using VS? It's probably a pain with all the classes a... more >>
Local scope but persistent variable
Posted by John at 10/1/2005 3:35:04 PM
Hi
Is it possible to have a variable whose scope is limited to the class but
its value is persistent through the execution of the app?
Thanks
Regards
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Keep loop running whilst scrolling or moving the window
Posted by Wicksy at 10/1/2005 3:20:01 PM
Hi all.
I have a VB.NET app with a loop running that is continually managing a
number of threads AND updating a ListView object depending on the results of
the worker threads.
The problem I have is that if I try to move (drag) the form's window around
the screen, or to scroll the ListVie... more >>
Using Visual Basic Express
Posted by MC at 10/1/2005 3:16:25 PM
Hi folks.
Having a slight problem with ConfigurationManager in Visual Basic Express
Edition 2005.
Its claiming the Name ConfigurationManager is not declared. It works fine in
Visual Web Express but not when trying to use my connectionstring in my
app.config file.
I am using the follow... more >>
Application.Idle
Posted by Rob at 10/1/2005 2:47:55 PM
How can I write the following code in VB.NET :
private void Form1_Load(object sender, System.EventArgs e)
{
// Submit to Idle event to set controls state at idle time
Application.Idle +=3D new EventHandler(Application_Idle);
}
private void Application_Idle(object sender, EventArgs ... more >>
Pass information from VB.NET to Crystal Report
Posted by Marcelo at 10/1/2005 12:38:46 PM
Any suggestion?
Thanks
Marcelo... more >>
Check for missing dll's
Posted by DazedAndConfused at 10/1/2005 11:11:18 AM
How would you check in an application for missing dll's so that the
application would inform the user what is wrong?
... more >>
a really noob question :(
Posted by adam.spamfree NO[at]SPAM gmail.com at 10/1/2005 9:22:14 AM
I hate to even ask it, but im trying to make a statement that says
"does not equal" or !=, but i cant figure out how :(. i cant just put
if a != b then
end if
thank you in advance
... more >>
Clickable Text!
Posted by Adrian at 10/1/2005 9:08:15 AM
Hi All
I have some text that I want to parse and display in such a way that a
user can click on different bits and depending what the click on call the
relevant sub.
is the Rich Text Box the correct control for this? if so how would I do it?
if not what should I be using?
example:
... more >>
can't retrieve field
Posted by rodchar at 10/1/2005 8:21:02 AM
hey all,
i'm trying to use an oledbadapter to retrieve some fields and am having a
problem. One of the fields' field name has a # sign in it and it won't accept
it. How do I get around this?
thanks,
rodchar... more >>
help finding working directory
Posted by Colin at 10/1/2005 6:55:39 AM
Hi there. I have just got a new website. I have some VB.Net code that
reads a text file. This works on my home computer. When I upload it to
my website I need to know the path.
<?php
echo $_SERVER['PATH_TRANSLATED'];
?>
If I put the php file above (test.php) in the htdocs directory and
na... more >>
Accessing collections with FSO
Posted by Steve at 10/1/2005 5:35:30 AM
I have a folder object whose associated files collection I can iterate
through using a "for each / next" loop to retrieve all the file names
individually. I cannot however directly access the n'th item in the files
collection? Here is my code so far;
' create FSO & folder objects
Di... more >>
Global variable
Posted by John at 10/1/2005 4:38:02 AM
Hi
How can I define a solution/project wide variable?
Thanks
Regards
... more >>
Conditional queries
Posted by John at 10/1/2005 4:24:08 AM
Hi
I have created a simple data entry form by dragging a table onto a form and
letting vs2005 generate all bindings etc. All
works fine. Now I need to be able to view records selectively ie sometimes I
need to view/edit only 'Current' accounts and other times I need to
view/edit only 'Pros... more >>
Using Find Method On Primary Keys
Posted by rnettle at 10/1/2005 3:15:39 AM
Can anyone tell me how to use the DataRowCollection.Find Method on 3
primary keys, 2 of the keys are of the String type and the other is of
the DateTime type. I have tried the code below but get the following
error message .
An unhandled exception of type 'System.InvalidCastException' occurred... more >>
Grid Control in VB.NET
Posted by sridev at 10/1/2005 12:21:31 AM
hi,
I want a sample code on using Grid control in VB.NET.Pls help
me...... for the same.....
Thank u in advance....
with regards,
Sridev
... more >>
How do I send RTF formated mail using VB.NET?
Posted by jbrock NO[at]SPAM panix.com at 10/1/2005 12:10:45 AM
I am currently using a VB.NET program to send out e-mails with
plain text bodies (plus one attachment). The emails are being
received as Rich Text messages (probably just my personal Outlook
default, because I didn't do this in the program), but there is no
actual formatting (italics, color, et... more >>
|