| Thread | Last Post | Replies |
|
| Post to web page (quickie) | 30 Nov 2004 21:57 GMT | 1 |
I have a web page that just returns an XML stream back. I don't have any control over that site so a web service is not possible. What classes will I use to do the post and get the response back? I just need a push in the right direction. If I must use HTTPWebRequest, do I ...
|
| ListView (captured the scroll but lost everything else) Need other events. | 30 Nov 2004 21:35 GMT | 1 |
I have successfully captured the scroll event of the listview control by creating a class that inherits the list view control then overriding the wndproc procedure. I have two questions though.
|
| using writexml in vb .net and numeric columns in excel | 30 Nov 2004 20:56 GMT | 4 |
I use the following writexml method to convert a dataset/datatable to .xml: ds.WriteXml(mstrpath, XmlWriteMode.WriteSchema) ds.WriteXmlSchema(mstrpathxsd) The path strings are simple full paths: eg, f:\emapps\xmlfiles\filename.xml
|
| newbie question - date datatype in access / dataset URGENT | 30 Nov 2004 20:52 GMT | 2 |
I have code that extracts a dataset from a table in Access. The table has a column called "orderDate". Its datatype is set to Date/Time and short Date format (i.e DD/MM/YYYY). When I extract my dataset I then bind each column to a label on a form.
|
| Preselect a printer? | 30 Nov 2004 20:48 GMT | 2 |
How can i preselect a printer with settings and show the printer name in a textbox and then use that printer in a function that deals with a number of images that are going to be printed with the exact same printer and settings ? Thanks!
|
| Animated Graphics | 30 Nov 2004 20:18 GMT | 3 |
What's the best way to do animated graphics in VB.NET? I need to make a white square bounce around the screen... I was thinking of drawing the square then using a timer to redraw 30 times per second, then moving the square on each redraw...
|
| CollectionBase child not working properly with comboboxes | 30 Nov 2004 20:09 GMT | 1 |
I created a class that inherits CollectionBase. It is strongly typed, only accepting objects of a specific type. Everything works fine except when I bind the custom collection object to a combobox. Each item in the combobox just shows the name of the type of the objects in the ...
|
| How to select a listbox item on right mouse click? | 30 Nov 2004 20:06 GMT | 1 |
Is it possible to select a list box item when someone right clicks on it? I can find the snippets of code for VB6 but that code will not work in VB.Net. Thanks
|
| How to view a pdf file using vb.net | 30 Nov 2004 20:01 GMT | 1 |
Hi, I have a problem, i want to view a pdf file without using an api or activex. So i tried to open it with Internet Explorer. It's work, but i don't want the user to save it or modify it. Can i control this?
|
| sql string systax problem | 30 Nov 2004 19:08 GMT | 4 |
Could someone be so kind as to look at the following sqlstatement and tell me why i keep getting exceptions?... I'm going crazy... I cant get the syntax down for the datediff function in the sqlStatement. Everything works when I delete the dateDiff Function from the statement ( but ...
|
| destroy instances... | 30 Nov 2004 18:23 GMT | 3 |
Hi, there is sth i am not sure, i looked at the help in vb.net for creating timer on the fly (see below). Since the event would happen 10sec later, I cannot destroy the timer right away (or can I? or will VB.net destroy automatically?), I can do it after
|
| mails | 30 Nov 2004 18:15 GMT | 6 |
Bonjour ? tous Je voudrais pouvoir ouvrir ma messagerie, avec objets, message etc... d?j? remplis. Quelqu'un a t'il des exemples ?
|
| Beta Readers Wanted - VB.NET 2005 Book | 30 Nov 2004 18:14 GMT | 10 |
[This is a 1 time announcement. I apologize for any inconvenience. Please do not reply to this message on the forum, but send email to jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review
|
| Find vs FindRow help | 30 Nov 2004 18:07 GMT | 2 |
I have a quandry which hopefully is easy for most. I have a table that represents about 5,000 genetic dog records. This data is being extracted from an AS400 database. Each dog's record includes the Sire and the Dam number which is also contained somewhere within the main
|
| Serial Communications | 30 Nov 2004 18:04 GMT | 5 |
Does anyone have an example, using VB.Net,showing how to communicate with a serial port. I have my computer hooked to a box that has a print button on it. When the print button is pushed on the box I would like for an event to be fired in my program so that I could handle the ...
|