| Thread | Last Post | Replies |
|
| help with webrequest to xml page | 15 Oct 2004 09:35 GMT | 1 |
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 GMT | 6 |
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.NET | 15 Oct 2004 08:51 GMT | 1 |
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 way | 15 Oct 2004 08:34 GMT | 11 |
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.NET | 15 Oct 2004 08:32 GMT | 1 |
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.net | 15 Oct 2004 08:28 GMT | 2 |
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 - Dataset | 15 Oct 2004 06:39 GMT | 2 |
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
|
| Serialize | 15 Oct 2004 05:55 GMT | 2 |
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 GMT | 2 |
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 GMT | 2 |
... 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-in | 15 Oct 2004 04:57 GMT | 6 |
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 answer | 15 Oct 2004 04:34 GMT | 2 |
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 database | 15 Oct 2004 03:24 GMT | 2 |
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 Question | 15 Oct 2004 03:11 GMT | 7 |
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 OnPaint | 15 Oct 2004 02:48 GMT | 4 |
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
|