Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Control arrays converted from VB621 Dec 2004 14:03 GMT8
In VB6 I made heavy use of control arrays
I see they have been 'deprecated' in vb.Net, with a questionable explanation
that they are no longer necessary which just addresses the event issue!
Problem is I commonly associated several other controls with the same index
Windows Class21 Dec 2004 13:57 GMT2
Hi, I pretty new to Visual Basic (and windows coding in general) and I have
a question that may have an obvious answer. I'm making a simple app using
the Windows Forms template... is there a way to set what my window class is
called? Right now, its called something like
Datagrid Column widths21 Dec 2004 12:28 GMT4
I'm filling the datagrid with no problem but I do not see a columnwidth
property anywhere. How do you set the columnwidth property of the datagrid
columns in code or manually?
Thank you.
Saving Image to database21 Dec 2004 12:00 GMT5
I am using these code to save Image to database:
       Dim fs As FileStream = New FileStream(filename, _
         FileMode.OpenOrCreate, FileAccess.Read)
       Dim rawData() As Byte = New Byte(fs.Length) {}
index21 Dec 2004 11:15 GMT13
i've just instaled visual studio.net
im used working with vb 6.0
when i coppy a control in 6.0 he askes if i want to create an array.
in .net it isn't he just creates for exmple checkbox1, checkbox2; checkbox3;
Saving/loading a structured array from an Access database21 Dec 2004 10:54 GMT2
This may reveal my poor programming skills, but here goes...
I'm building a pricing tool for my business. I'm nearing the end of the
project, and I've been asked to be able to save quotes in some sort of
database (Major Feature Creep). For each quote, I've got two kinds of
How connect to IE?21 Dec 2004 10:23 GMT3
How can I connect to an IE windows opened using WinHttpRequest Object?
Thanks a lot.
       Luca
Focus on a form21 Dec 2004 10:07 GMT4
Does anybody know of a way of preventing a form from receiving the focus?
Okay, I know I can do it via a ShowDialog call in another form but what if I
don't want to use that technique.
My problem is that I'm displaying a form in the middle of another form. When
Writing to a label.text on form from within a module21 Dec 2004 09:10 GMT5
Form1 calls a sub that is public in module1.
How do you write a value to a text property from with this sub?
Eg
Module myModule
Bind array to a datagrid21 Dec 2004 08:59 GMT3
I am able to set the datasource of a datagrid as a simple array, but on the
form it only displays the length of the strings in the array.  Not the
actual items in the string.
Dim lastpatch As String()
Saving Initial IDE Screen21 Dec 2004 08:58 GMT2
I have a new Windows XP computer with VB6/SP6 installed. I also have an old
Windows 98SE computer with VB6/SP6 installed.
My old computer has a customized initial IDE screen: The toolbars are the
way I want them and the toolbox does not appear.
class problem, How to get data from class21 Dec 2004 08:33 GMT1
i'm stuck with a class problem, i want to create a class that, say for
example gets the system time, and can be displayed in label or textbox but
can be accessed many times....
ok i'll start with a pseudo example.
DataGrid question21 Dec 2004 08:22 GMT1
I use a DataGrid to present data of a table ("Jobs") through a DataSet (ds)
using a DataAdapter (da)
I use the query for DataAdapter (da):
SELECT     JobID, Job_Description, Architects, ClientID From Jobs
Control arrays converted from VB621 Dec 2004 08:02 GMT4
In VB6 I made heavy use of control arrays
I see they have been 'deprecated' in vb.Net, with a questionable explanation
that they are no longer necessary!
Problem is I commonly associated several controls with the same index - eg a
Cannot change TabControl background color21 Dec 2004 07:22 GMT1
I can change the background of each page of a TabControl but cannot change
the background (BackColor) of this tabcontrol. I did not see it in the
properties page.
If you know how to change it please help
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.