| Thread | Last Post | Replies |
|
| Send Image in .NET Remoting | 21 May 2006 18:39 GMT | 2 |
I'm looking for code samples to send a jpg image from a client machine to a host machine. Both have the same image picWindows picture container. I would like to be able to send the image on one machine to another machine as close to realtime as possible. Also, can someone point ...
|
| need help understanding error message | 21 May 2006 05:37 GMT | 1 |
I am not understanding what the following error message is saying: An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information: Inconvertable type mismatch between SourceColumn
|
| rather basic ?.. brain dead.... | 20 May 2006 21:10 GMT | 2 |
i have a list box with a number of items. I want the user to be able to select a number of items, press the delete key, and they are delete. The following code does cause an error.... I guess i must be doing it wrong, but can't think how else to go about the
|
| VB.NET: Implementing RasGetErrorString | 20 May 2006 19:55 GMT | 2 |
i'm trying to wrap a RAS library, and i've found pretty solid examples for most RAS API calls...except for RasGetErrorString. i've seen a C# example, but can't seem to get the right declaration and use in VB.NET. the current attempt is:
|
| Service starting Notepad not showing in tasklist | 20 May 2006 19:52 GMT | 2 |
I have a Windows Service I am trying to get to work, which is not working correct, but one of the things it does is start Notepad.exe. The program seems to be doing this and it shows in the Tasklist, but I don't see it running. When I kill it from the Tasklist, it starts back up ...
|
| Adding UI to Tab Control | 20 May 2006 19:50 GMT | 1 |
Thank you in advance for any and all assistance. I have an application that has a tab control and I have UI user controls I wish to populate various tabs with and I've tried the forms.UIname.show and many others. Any and all assistance to place the UI's on the tabs would be ...
|
| Last position.. | 20 May 2006 17:30 GMT | 3 |
Probably a really obvious question but... In vb6 when writing code, there was a last position option in the context menu to allow you to jump back to the last proceedure youi were editing. Is there a vb.net equivalent as it's driving me mad not having it !
|
| SharpDevelop vs M'soft IDE | 20 May 2006 14:55 GMT | 5 |
Would appreciate and comments anyone has that has used both SharpDevelop and M'soft's VS.Net IDE to develop applications. Like what are the shortcomings of SharpDevelop?
|
| DataType as class member | 20 May 2006 13:45 GMT | 1 |
I have a class called "Prop". I want that class to have a property called "DataType" where the user can select and store a datatype. How can I store a DataType value in a class property. how the code would work in my mind:
|
| Opening a MS Word document through a button click | 20 May 2006 12:48 GMT | 4 |
I am trying to write a code for a button click event. When the button is clicked, it is supposed to bring up an open file dialog box to allow the user to select the document they which to open. That word doucment will then be opened and displayed in MS Word. The code I have below ...
|
| Download a file from a secured Https Server | 20 May 2006 08:50 GMT | 2 |
I tried to develop an application to download a file from an Https server. My application was able to download a file from a regural Http server. I used a WebProxy and i passed the NetworkCredential, but also it didn't work like:-
|
| Datagrid - recognizing changes made | 20 May 2006 05:59 GMT | 2 |
I have a windows forms datagrid and I would like to be able to recognize when changes have been made in order to perform the update. I tried the following, which works well, but only if the user changes rows at some point. If they enter the grid, change a cell, and then click ...
|
| continued another line | 20 May 2006 02:43 GMT | 3 |
Please i have a select very longer and need continue in another line. Which is the separator line in vb 2003 Thanks you
|
| Flushing to textbox | 20 May 2006 00:32 GMT | 1 |
I have a program that goes through the process list and prints the names to a textbox. System.Threading.Thread.Sleep(60000) The problem is that nothing shows on the textbox.
|
| Sorting a collection of collections? | 20 May 2006 00:05 GMT | 1 |
I think this will be a good one for anyone who fancies themselves a wiz with manipulating data structure in vb.net. Imagine a Dictionary collection of Object "A". One of the properties of Object "A" is dictionaty collection of Object "B". Can I sort Object "A" using one of
|