| Thread | Last Post | Replies |
|
| cursor to hourglass | 21 Oct 2004 15:30 GMT | 3 |
This should be very simple but I can't figure it out or find ANYTHING posted about how to change your cursor to an hourglass. I have a ASP.NET web form using VB.NET code behind. When I click on a button I want the cursor to change to an hourglass and then change back to the normal ...
|
| HELP: Automating Word | 21 Oct 2004 14:53 GMT | 4 |
Here is my issue: I am trying to load word through vb.net code behind an ASP.NET webform. I know it is possible to use the Automation and COM classes because a co-worker has it working on his machine
|
| how to get row number when clicking on a listview | 21 Oct 2004 14:46 GMT | 1 |
I'd like to know the easiest way to get a row number when clicking on a listview. Thanks
|
| cannot run correctly from shell... :( | 21 Oct 2004 14:46 GMT | 3 |
Someone can help me? Dim aplik as integer aplik = Shell("""gpresult.exe"" >1.txt", , True) I don't know how to run it properly. I'm getting an error at ">".
|
| Generating Invoices - Crystal Reports? | 21 Oct 2004 14:44 GMT | 2 |
I need to generate invoices in either word or PDF format based on form values... is crystal reports a viable solution? Somebody told me that the version which comes with VS.Net Professional 2003 does not include a deployment licence? If so, where can I find a tutorial?
|
| urgent | 21 Oct 2004 14:42 GMT | 1 |
Try Dim wia As New WiaClass Dim div As DeviceInfoClass wia.Create(div)
|
| cancelling GetDataSet() | 21 Oct 2004 14:34 GMT | 3 |
I want to be able to cancel queries that take too long in a winforms app, yet it's not clear to me how to do this cleanly. I want to do it in a way that the server immediately stops execution, and not just free the client up. Can anyone provide me with an example of the "right" way ...
|
| New obect in a Panel | 21 Oct 2004 14:31 GMT | 3 |
I have a panel on a form. I want to add (inside) this panel some textboxes. Can any body show me with code how this would be done? Until my function runs, I do not know how many textboxes I need. Thanks
|
| How to populate TreeView with controls from Form? | 21 Oct 2004 14:29 GMT | 1 |
I've figured out how to enumerate through all the controls in a form (code below) However, how would I populate the TreeView with control names in correct hierarchial order? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
|
| irritatiing datagrid bug | 21 Oct 2004 14:29 GMT | 2 |
using VS 2003 create a winforms app add a datagrid to the form and bind it to a an arraylist or similar
|
| String problem | 21 Oct 2004 14:25 GMT | 5 |
I have the following string: 000000565034.34 I want to remove the leading zeroes with as less opeartions as possible. TIA
|
| Interfacing with Webcam | 21 Oct 2004 13:33 GMT | 4 |
Hi i want to write a application where i should be able to show the webcam output. How do i develop this in VB. THe web cam had a USB interface. Its drivers are installed. Is there a OCX for webcam ?
|
| Exception of sorting a listview | 21 Oct 2004 13:29 GMT | 2 |
I use a listview to populate the data, and define a sorting direction with Me.ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending so far no problem. As long as I add a new row into the listview programatically
|
| Stored Procedure Best Practice | 21 Oct 2004 13:08 GMT | 1 |
I have a situation in which I need two stored procedures that do basically the same thing, but takes in a different parameter value and return less of the same data. I wonder is it best to
|
| Photo album | 21 Oct 2004 12:59 GMT | 2 |
I have a list of image pathes in a db, what I want to do is import the pathes via a DS at from load and create a imange box for each path that exists. E.g. If I ha 5 images in the db, then 5 image boxes must apear on the form displaying the images. I know ASP can do it but can ...
|