all groups > vb.net > april 2005 > threads for sunday april 10
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
Lines and Boxes in VB.Net
Posted by bdtmike NO[at]SPAM hotmail.com at 4/10/2005 11:22:46 PM
Ok, dumb question from a newbie who does most of his development in
MSACCESS:
Access has a line control and a box control for placing lines on my
form. How is this accomplished in VB.Net? Hopefully we're not back to
using pixel coordinates and a draw method!
-Mike
... more >>
Deserialization version mismatch
Posted by Clark Sann at 4/10/2005 10:28:16 PM
I've added a property to one of my classes and now, when I deserialize it I
am getting a version mismatch. How to you add or subtract properties in
classes that are being serialized / desererialized???
Thanks!
Clark
... more >>
Getting properties of container into contained controls.
Posted by Ray Cassick (Home) at 4/10/2005 9:25:58 PM
Ok, here is apparently another odd one...
I am (as I said in a previous posting here) building a user control that
inherits from System.Windows.Forms.UserControl. This base class contains a
ForeColor property that I leave exposed in my inherited class. My intent
here is to allow users to se... more >>
Bound combo box problem
Posted by J L at 4/10/2005 9:16:30 PM
I hope this does not post twice. I got an error on the first attempt.
I have a combo box on a form with DropDownStyle = DropDownList
I have bound it as follows:
cmboOp.DataSource = opTable
cmboOp.DisplayMember = "OperatorName"
cmboOp.ValueMember = "OperatorID
The binding works fine. I ... more >>
Hide unwanted properties.
Posted by Ray Cassick (Home) at 4/10/2005 8:18:05 PM
Ok, I have finally decided that there is ONE big thing about VB.NET (not
sure if this same thing exists in C# yet) that really ticks me off. Either I
am missing the point here or I have not found what I need to accomplish my
need.
I am creating a Windows forms user control and am inheriting... more >>
Public Variables in Module1
Posted by patang at 4/10/2005 8:17:03 PM
Very simple question.
I have a project with multiple forms and a Module1. In Module1 I have
written the connectionstring:
Module Module1
Public connectionstring = "provider=Microsoft.Jet.OLEDB.4.0;data source=" +
Application.StartupPath + "\mydatabase.mdb;"
End Module
In Form I am u... more >>
My application exits after handling an ApplicationException
Posted by Tad Marshall at 4/10/2005 5:29:09 PM
Hi,
I'm having limited luck getting an ApplicationException to work right in my
code. This is VB.NET, VS 2003, Windows XP SP2, .NET Framework 1.1.
I thought it would be convenient to take advantage of exception handling to
deal with the case of the user clicking the Cancel button while a ... more >>
cint and int32.parse
Posted by Jim in Arizona at 4/10/2005 5:28:02 PM
I'm familiar with CInt(value) but I'm not with Int32.Parse(value). They seem
to do the same thing. Is there a big difference between the two and when
would one be best applied over the other?
Thanks,
Jim
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error after removing row and then adding new row to datatable
Posted by diesel at 4/10/2005 5:01:22 PM
Ok, once again I'm at my wits' end with a VB.Net problem.
I have a button which opens a wizard that allows the user to enter a
new record to a table. I have a datatable called dtItems that stores
the data from a table named Items, and a dataview called dvItems that
is a sorted subset of the d... more >>
Can't destroy Excel Process; tried Just about everything!
Posted by LP at 4/10/2005 3:09:03 PM
Hello,
I am trying to use .NET with Excel. I installed Office 2003 and selected
..NET programming suport option, so it installed all those PIA, as MS
sugests. But I can not find a way to destroy Excel process, it still hangs
in the taks manager' Processes as running. I am trying very simple co... more >>
Open a form from one project in another within the same solution
Posted by lukegregory at 4/10/2005 1:29:04 PM
Is it possible to open a form from one project from a form in another project
within the same solution? If so how is this done? Thanks... more >>
How to copy files from desktop to web server
Posted by Selden McCabe at 4/10/2005 1:04:11 PM
I have a desktop application which communicates with a web server, using a
web service.
Mostly, the web service reads and writes data to Access databases on the web
server.
Now, I need to copy a large (1 MB to 30 MB) MDB file from the desktop to the
web server, replacing an existing file... more >>
NullReferenceException when setting to array list
Posted by sas.dean NO[at]SPAM gmail.com at 4/10/2005 9:42:15 AM
Hi,
I'm having a problems with the following code. The line
"items.Add(collListViews(i))" gives me a NullReferenceException and I
don't really know why..
Private Function sort(ByVal priority As Integer, ByVal items As
ArrayList)
Dim i As Integer = 0
' while all listvi... more >>
THE GREATEST NEWS EVER ! °º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._
Posted by RonGrossi_38188 NO[at]SPAM yahoo.com at 4/10/2005 9:18:07 AM
The Greatest News Ever !
http://groups-beta.google.com/group/alt.politics.bush/browse_thread/thread/9b420fd9fc320e49/0215b46e845a8553#0215b46e845a8553
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
^ ^ ^ ^ ^ ^ ^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
^
... more >>
Does VS .NET Pro 2003 install a copy of win32api.txt?
Posted by Howard Kaikow at 4/10/2005 8:49:44 AM
Does VS .NET Pro 2003 install a copy of win32api.txt?
On another system, I see that a copy was installed by VS .NET Pro 2002.
--
http://www.standards.com/; See Howard Kaikow's web site.
... more >>
Naming convention for objects
Posted by kd at 4/10/2005 12:15:02 AM
Hi All,
What is the naming convention for objects?
I checked the MSDN and found naming conventions for class members, etc; but
could not find information on the objects. It would be great if anybody could
provide me the link to the same.
Thanks.
kd... more >>
Visual Basic.net and SQL Server
Posted by Philipp at 4/10/2005 12:00:00 AM
Hey!
I have a question, can I use the SQL Server 2000 with VB.net or assists
VB.net only SQL Server 2005
thanks very much
... more >>
Determining VM size of a process
Posted by Mark Jacobs at 4/10/2005 12:00:00 AM
I'm having problems determining the memory usage of a process using the
Process component. If I call Process.VirtualMemorySize.ToString I will
get back a value that is nowhere near close to what the task manager
reports.
In this particular instance the VirtualMemorySize property returned a... more >>
Quickcam
Posted by Francis Silva via DotNetMonster.com at 4/10/2005 12:00:00 AM
Has any one been able to manage a Quickcam Web camera successfully from a
VB.Net program? Specially the "imageto memory" option? I am having problem
of acquiring an image into memory. Please help!
--
Message posted via http://www.dotnetmonster.com... more >>
32-bits PNGs with Alpha channel on Toolbar?
Posted by André Nogueira at 4/10/2005 12:00:00 AM
Hi there guys.
I have some 32 Bits PNGs with an Alpha channel, and added them as icons on
Toolbar buttons.
However, the pixels affected by the Alpha channel (those that have some
transparency) become blue pixels...
I found no workaround on Google.
Does anyone know of a workaround? I'm using ... more >>
|