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
help with webrequest to xml page15 Oct 2004 09:35 GMT1
I'm trying to get a proper response from a web server serving an xml
document. I keep getting "<" as the response. Normal web pages return fine,
so I must be using the wrong approach. Can anyone point me in the right
direction?
How to test if an object exists?15 Oct 2004 08:59 GMT6
I know this might seem like a dumb question, but how do you test that an
object exists.
Maybe i should explain a little.
I have a variable that points to an object.  Now if that oject is released,
How can i prevent this in VB.NET15 Oct 2004 08:51 GMT1
I have an application which displays some data in listview
in VB.NET,those data are displyed by threads and in those
threads one thread go to connect to the net and getback
with webpage source code,this process is done contineously.
There has to be an easier way15 Oct 2004 08:34 GMT11
Hi group I already posted this problem yesterday, and I've found a
"solution", but I don't like it, in my opnion there has to be an easier way
to do this, but I can't find, I hope some one can help me with this. Just
copy paste the code in an empty form and press the draw button, ...
Personal dairy controlin ASP.NET15 Oct 2004 08:32 GMT1
I am new to ASP.NET and i want to develop my personal
dairy in ASP.NET.
In that,i want to  write personal details for particular
timeings of particular date(like in yahoo calendar).How
Problem with tabs with vb.net15 Oct 2004 08:28 GMT2
I'm trying to display one of two form pages using  a tab control. I get the
tabs displayed ok but I am having problems with changing to form2 etc...
Text Box Binding - Dataset15 Oct 2004 06:39 GMT2
The following statement binds data to a dataset
tempTable = ds.Tables(0)
TextBox1.DataBindings.Add("text", tempTable, "casenumber")
If my dataset contains 50 records, how does one bind to record # 21.  When
Serialize15 Oct 2004 05:55 GMT2
I want to serialze my data (data type is user defined structure). There are
2 tools to do this work. One is to call XmlSerializer in namespace
"system.Xml.Serialization",the other is to call BinaryFormatter in namespace
"system.Runtime.Serialization" and
specify font for writing even tab delimited text file?15 Oct 2004 05:26 GMT2
Yes,  I need to specify a font type so that the characters
will be evenly spaced when I write to a tab delimited text
file.  So how does one specify a font type to write/print
and which font is best for evenness?
oledbDataReader - how to read Date value?15 Oct 2004 05:22 GMT2
...
rdr = cmd.ExecuteReader()
Do While rdr.Read()
For i = 0 To rdr.FieldCount - 1
how to get the path of an installed DLL of VS .NET Add-in15 Oct 2004 04:57 GMT6
I am creating a VS .NET Add-in. There's an xml config file that will
installed to same folder as the DLL is installed.
The installation path probably is something like C:\Program Files\Company
Name\VSAddin
fileDialog answer15 Oct 2004 04:34 GMT2
I'm using the following code to get the file name and path, but after the
user click the file, Excel open it.
I don't want the Excel file to open, all I need is to get the file name that
the user selected from the FileDialog box to pass it to excel object:
using excel file for database15 Oct 2004 03:24 GMT2
Heres the situation: I currently have an excel file with approximately 3500
project entries
with fields such as job number, management, address, project description,
type, etc.,
Array Concept Question15 Oct 2004 03:11 GMT7
What's the difference between the following 3 declaration methods. I am
really confused out here.
Dim date1 as Date()
Dim date1() as Date
Stangeness of OnPaint15 Oct 2004 02:48 GMT4
In windows forms (vb.net), i use my own controls subclassed from base
controls and i override the Onxxx methods.
for example:
Public Class MyBouton
 
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.