all groups > vb.net > april 2005 > threads for saturday april 2
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
clear backstyle for lable control?
Posted by JD at 4/2/2005 9:02:49 PM
Is it possible to have a clear backstyle for a lable
control? I want to write some text on a lable and I want
the background of the label to match the color of the
control I am placing the label on where the color of that
control will be changing will be changing. Is this
doable? If not... more >>
A few GDI+ U/I questions
Posted by SStory at 4/2/2005 3:40:43 PM
Question #1)
If I do Image.Save with the same filepath that I got the image from, it
bombs with "A generic error occurred in GDI+"
Any ideas? I prompt the user before overwriting, but if they want to do it,
I would like to offer the ability.
Question #2) I have my cropping working, usin... more >>
ListView with background image.
Posted by Lloyd Sheen at 4/2/2005 2:32:53 PM
I have now googled for a couple of hours with no success. I am looking to
find code to create a listview with a background image. I know it can be
done but cannot find a link to code or a hint.
Lloyd Sheen
... more >>
Datagrid title area
Posted by bingomanatee at 4/2/2005 2:24:25 PM
I am new at VB programing and experiementing at using datagrids. I
would like to know how to get rid of the header that spans the column
heads -- the big horizontal thing. Failing that, I would like to use it
to display the title of my data.
As I am using data from XML not an ODBC swource, I a... more >>
Database filepath got overrided by OpenFiledialog???
Posted by Jon at 4/2/2005 1:37:04 PM
Hi,
I am scratching all my hair out and really have no idea what is happening
with my program...
I have a dataset, and i used dataAdapter to fill the data. Everything works
fine until I run the OpenFileDialog, and select a txt file ( the file i
select has nothing do with the database).
... more >>
Does anyone help me convert vb.net to c#
Posted by Alan Ho at 4/2/2005 1:35:35 PM
Function Helper(ByVal obj As Object) As String
Dim thisDate As Date = CDate(obj)
Return WeekdayName(Weekday(thisDate, vbSunday), False, vbSunday) &
"<br>" & _
thisDate.Day & "/" & thisDate.Month
End Function
(I can't find any method call Date, WeekdayName and ... more >>
formatting Dates?
Posted by JD at 4/2/2005 12:00:26 PM
I would like to know what is the preferred/best way to
format date values in VB.Net. Here is what I have
Dim str1 As String
str1 = txtDate.Text 'say 2/3/2005
I need 2/3/2005 to be 03FEB2005. Here is what I tried
str1 = txtDate.Text.ToString("ddMMMyyyy")
but I got an error message... more >>
Hyperlinks
Posted by Giovanni Cobos at 4/2/2005 9:12:35 AM
Hi guys:=20
I am developing a Web Page in Visual Basic .Net. I am using 6 hyperlink =
controls. My question is: How can I do this.=20
When I make a clic on the hyperlink I need to send an additional =
parameter depending of which this hyperlink was. Because this hyperlink =
doesn't have a cli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Form Font
Posted by Dennis at 4/2/2005 9:03:01 AM
Is there any way to change the Menu Font used on a Form's Menu?
--
Dennis in Houston... more >>
Need help with serial port please
Posted by David at 4/2/2005 8:13:55 AM
I have written an application in VB.NET 2003 that uses the SAX serial
component for RS232 communications with hardware.
The program sets up 2 serial ports so that it can talk to 2 different
hardware devices simultaneaously.
When I run the program on a desktop running Windows 2000 it works fi... more >>
|