all groups > vb.net > october 2007 > threads for friday october 12
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
VB 2005 Type conversion
Posted by JimmyX via DotNetMonster.com at 10/12/2007 11:58:01 PM
Does anyone know why I get an error message when I use the following code (it
works with VB6):
Dim J as integer
If J And (2^0) then goto ........
I get an message that implicit conversions from Double to Long are not
allowed. What is the proper
VB2005 way to implement this statement. I d... more >>
transparent icon
Posted by keith.hutchison at 10/12/2007 8:24:01 PM
G'day
Any tips on how to make a transparent icon for a vb.net application.
I'm using Visual Studio 2005.
Thanks... more >>
Using VS 2008 Beta 2 to generate classes usable by VBA - How?
Posted by Dave at 10/12/2007 3:26:50 PM
So far, I have done all of my programming for PowerPoint addins in
VBA. I have created one small class in Perl, which my addin code
accesses through a .dll which is registered using regsvr32.
I would like to take advantage of some of the functionality provided
by vb.net and I would like to en... more >>
Network Stream Read Timeout = -1?
Posted by Al G at 10/12/2007 2:31:03 PM
Does anyone know what a -1 means as a Network stream read timeout?
Console.WriteLine("Timeout= {0}", stream.ReadTimeout)
returns a -1
Thanks
Al G
... more >>
DataGrid SUCKS!
Posted by Tom Holmes Jr. at 10/12/2007 11:27:04 AM
Does anyone else have an issue with the datagrid?
My complaints are:
1) it is much harder to change the column style, row style, or cell style
without going through a lot of hoops.
2) bind datagrid tables have to involve a dataset, datatable adapter, and a
binding source ...
3) I have ... more >>
RaiseEvent not firing...
Posted by hzgt9b at 10/12/2007 9:00:36 AM
Using VS2005, VB.NET,
I am developing a windows app. The application opens a couple of
forms. While the forms are open I want to raise some events, such as
logging errors - but I call RaiseEvent, nothing happens. Below are
some code snippets that show what I am doing. Can someone straighten
me ... more >>
updating projects
Posted by dusty at 10/12/2007 8:57:01 AM
I currently have two sites, one is development site and the other is a live
site. The two are pretty much identical. The only difference I have run
across is the message being displayed when a user enters incorrect
credentials to enter the site. On the live site "not Likely" is the message ... more >>
Getting Data From / Adding Data To Access DB Table
Posted by ags5406 at 10/12/2007 8:54:14 AM
I've looked at lots of solutions for this but I must say that I'm
thoroughly confused.
VB2005...
Let's say I've created a table in an access database called Table1
that has two columns and three records.
So the table looks like...
A 1
B 2
C 3
I want to get the data from that table... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
multiple references to only 1 object???
Posted by Pieter at 10/12/2007 12:00:00 AM
Hi,
I've implemented some type of cache, to be able to point with multiple
references to the same object. Although, this 1-object-stuff is broken if I
do a refresh from the DataBase.
For instance I declare 2 objects:
dim MyA as clsCompany
dim MyB as clsCompany
And now I ask them from ... more >>
Simulate Move command in control box
Posted by kurt sune at 10/12/2007 12:00:00 AM
In a captionless form, is it possible to do some coding in order to achieve
the same result as the Move menu command located in the control box on a
window?
/k
... more >>
|