| Thread | Last Post | Replies |
|
| DialogResult | 19 Oct 2004 07:51 GMT | 2 |
sorry, I have a stupid question I open a form with ShowDialog because I need a value from this form. how do I set the result value of this "dialog" form? DialogResult property do not accept any value.
|
| inserting many records in 1 single connection | 19 Oct 2004 06:15 GMT | 4 |
in VB.net (windows form): the function is reading 2 colums x 1000 rows, from an excel file, loading them in a datatable then add the datatable to a dataset. How can I send this dataset to the database to insert all those records in a
|
| Problem with Data.Read | 19 Oct 2004 03:32 GMT | 7 |
I am new to this group and I hope someone can help me *g*. I am good in VBS but now I want to switch to vb.net because of getting crazy while creating every form in VBS with InternetExplorer an HTML. OK. Now here is my first question: I have an Access-Database and I want to get some ...
|
| Req help with Arraylist and structure not getting values back in vb.net TIA | 19 Oct 2004 02:30 GMT | 1 |
I'm having trouble with this code...It won't loop though each value any one know why? TIA Public Class TestData Public Structure Element
|
| Using Multi-threading | 19 Oct 2004 02:21 GMT | 3 |
I am designing an interface which allows users to load certain files into the interface. While the file is loading, I want to display a VB.NET form with the list of messages generated during the process. I want the form to be displayed during the loading process and the
|
| Create copy of the object | 19 Oct 2004 01:14 GMT | 3 |
I need to create copy (clone) the OracleConnection object. The OracleConnection class does not contain "Clone" method for creating copy. It contains Protected MemberwiseClone
|
| More problems communicating between flash and vb.net | 19 Oct 2004 01:05 GMT | 3 |
Hello everyone, its me again. I have been stuck on this problem forever, and cannot find any documentation or any help to solve it. From what I have seen online, what I need to do should be pretty simple, but I am running into
|
| Good FTP Example for VB .Net | 19 Oct 2004 00:25 GMT | 4 |
Anyone seen a good FTP example for Vb.Net? I saw this one in VB6, not sure if there is a better one out there: http://www.15seconds.com/issue/981203.htm
|
| Scan And OCR | 19 Oct 2004 00:22 GMT | 1 |
I need to write a VB.NET application that uses ActiveX to scan (remotely) a paper, OCR it, and save it into some file. - Where should I begin? - Any sample code to learn VB.NET for that purpose?
|
| Convert Window.Form.Control To Web Control Library???? | 19 Oct 2004 00:15 GMT | 1 |
i already make a component with window.form.control, now i want to make it run in browser like web control, does anyone know how to convert them?? the window control library has 6000 lines of code, that's why i didn't want to make a web control from the beginning again instead maybe ...
|
| CheckedListbox Question | 18 Oct 2004 23:59 GMT | 4 |
Simple question: How can I test if an item has been checked in a CheckedListBox? My scenario is if a user clicks on my CheckedListBox, and the item has not been checked yet, do some event, if it has already been checked,
|
| Mouse Events | 18 Oct 2004 23:59 GMT | 2 |
My control takes a certain action when one area is clicked. However, I want to override this action in the MouseUp or Click Event much like the KeyPress Event where you can set the KeyEventArg to "handled". How can I do this with the Mouse click event to indicate that it has ...
|
| Passing dataset to web service | 18 Oct 2004 23:59 GMT | 2 |
Can anyone tell me how to resolve this: I am calling a web service from a WinForm app and passing a typed dataset as a parameter. I have added the dataset to the web service project but I get an error telling me that the WinForm dataset can't be converted to the web
|
| checkedListBox1.ClearSelected dosn't work properly | 18 Oct 2004 23:50 GMT | 4 |
checkedListBox1.ClearSelected(),dosn't clear my selections in my checkedboxlist. How can I clear an specific item based on its value ,name or anything else? thanks for your response.
|
| From C to VB.net | 18 Oct 2004 23:43 GMT | 1 |
Someone can convert this code to VB.net int HilBcc (int bcc, char *s, int len) { int i;
|