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 / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to set BackgroundImage for TrackBar control.18 Oct 2004 16:51 GMT3
How to set the background image for TrackBar control.
Since BackgroundImage property doesn't visible in design mode, I tried doing
it in run time as follows,
myTrackBar.BackgroundImage = Image.FromFile("C:\myImage.bmp")
Reflection problem18 Oct 2004 16:45 GMT2
I try to use reflection to retrieve class B members and not inherited
members. I wonder why the myMember value is nothing. Any suggestions?
Thanks
Module Module1
help with connection string18 Oct 2004 15:36 GMT2
   We are in the process of setting up ssl on our sql box. What do we need
to do to modify our connection string to send/receive info from the
app to sql? Thanks in advance.
strConnect = "data
Reading a graphic18 Oct 2004 15:19 GMT2
Hi all, I have a problem that has me well and truly stumped, so I am hoping
that somebody here might be able to help!
I have a bitmap image on my form.  It is black and white and has several
horizontal lines across the page.  What I want to do is somehow read the
How to implement custom mouse cursor18 Oct 2004 14:47 GMT3
I'm still searching for an easy way to implement customized mouse pointers.
I've searched in the help text but couldn't get the answer. Do I have to dig
into the creation of resource files or is there a better alternative? Can I
use an imagelist like:
Vent on COM Interop  (Consuming .NET in VB6)18 Oct 2004 14:21 GMT1
If you are not in the mood for a rant, then leave now...
I figure most VB.NET programmers have a VB6 background, so I hope you all
don't mind the semi-VB.NET related Interop posting.
Like most of you, we have a large base of VB6 that must be maintained (and
dictionay.contains does not call overloads overrides Equals method18 Oct 2004 14:16 GMT2
My simple code is here:
Public Class MyDictionary
   Inherits System.Collections.DictionaryBase
   Private Class MyElement
Sorting and Paging are not working in Datagrid WebForms Control18 Oct 2004 13:19 GMT1
I create a simple web application with 1 datagrid control bound to a
customers table. I set the AllowSorting and AllowPaging properties to True.
When I view the aspx page in internet explorer and click on the sorting link
the datagrid is not sorted. When I click on the next page ...
How do i stop event handler firing twice?18 Oct 2004 12:45 GMT2
I have a base winform Base and a form that inherits from it Child
in the base form there is an event handler for a combo box click
Protected Overrideable Sub cboPickList_SelectedIndexChanged(ByVal sender As
Object, ByVal e As System.EventArgs) Handles cboPickList ...
Event in dataGrid18 Oct 2004 12:45 GMT5
I have a DataGrid and using some TextBox(es) to present data of this
DataGrid. I can show the data by setting fields for these TextBox (in design
view). However, I want to write codes (event handler) so that when I change
focus of each row in DataGrid, the data value of the row will ...
icon of the MDI-container menuBar18 Oct 2004 12:03 GMT2
I am building an MDI application.
I have a menuBar on the MDI-container.
When I open a child form, an icon appears on the left of this menuBar.
I would like this icon not to be displayed. Is there a way, programmatically
archive18 Oct 2004 11:50 GMT4
Is there an archive of these messages?
I posted a question early this year and received a very helpful reply, but
I'm ashamed to say I seem to have overwritten the file where I stored the
answer. Is there any way I can get back to my question or is it simpler to
MDI parrent select18 Oct 2004 11:41 GMT4
sry for the title of previues message
Worksheet(formcount).MdiParent =  Form1
i get an erro by form 1 he sais it is a type and con't be used as expresion1
but when i run this code from the MDI form and i type
Threading question18 Oct 2004 11:37 GMT2
How ti dynamicaly create threads and do things on based their status.
I know how to create thread using this method:
--
Dim Thread1 As New System.Threading.Thread(AddressOf  SomeSub)
VB.Net ASP Web Service Problem18 Oct 2004 10:34 GMT1
I have some code in a Visual Basic Web Service and am a bit stuck.
I have this piece of code so that when you type in a first name and last
name it joins them
<WebMethod()> Public Function JoinNames(ByVal FirstName As String, ByVal
 
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.