| Thread | Last Post | Replies |
|
| hash.web Access Problems | 26 Nov 2004 20:00 GMT | 1 |
Environment: Win2K Pro w/All Updates. VB.Net Standard 2003 I'm building an ASP.Net web app. I can code and test the app many times and everything works fine. Then all of the sudden I'll get the following err msg....
|
| Question about RegNotifyChangeKeyValue ? | 26 Nov 2004 19:35 GMT | 1 |
I have read the win32 documentation for RegNotifyChangeKeyValue and I was wondering if it is 100 percent garanteed to capture all events from a top key because it seems we need to reissue the notification after every event. Is there not a danger that a change can occur faster
|
| check item in listview | 26 Nov 2004 19:16 GMT | 4 |
how do i check an item in a listview at runtime (not by cklicking on it with mouse) for example i have a button, and when i press it, al items in the list must be checked.
|
| Quick way to transfer huge data from one file to another. | 26 Nov 2004 19:12 GMT | 9 |
I want to read data from one file and write that into another file. Which is a way to do it quickly in terms of processing time? Data to be transfer is huge one. E.g. 2147483458 bytes. So I can't use array as temporary data type.
|
| Multi-Threaded Sockets Application | 26 Nov 2004 19:03 GMT | 3 |
I am in the very early stages of writing a multi-threaded sockets application to enable me to communicate using TCP/IP to several (upto 255) embedded Ethernet controllers in VB.Net.
|
| datagrid.items.count = 0?? | 26 Nov 2004 18:51 GMT | 1 |
I've go the following data grid on my form: <form id="form1" runat=server> <asp:DataGrid ID="DG"
|
| Strings in VB.Net | 26 Nov 2004 17:36 GMT | 3 |
I'm trying to get a handle on VB.Net and I'm running into some problems with string manipulation. Here is what I'm trying to do: I have a text file that I need to process line by line and write the changes back to the file. I need to pull 5 substrings in each line, based on
|
| VB.NET & VBScript | 26 Nov 2004 17:07 GMT | 1 |
Anybody know how to integrate existing VBScripts in VB.Net Code ? I want to use my own scripts in an VB.NEt application. So I'm looking for a way for executing VBscript in an VB.NEt application. Thanks
|
| Class builder utility | 26 Nov 2004 17:01 GMT | 1 |
I?m looking for the legacy vb6 Class builder utility in .Net but, I?m not being able to find it. does VB.NET has this utility ? Best Regards, Fernando
|
| Create Instance of a Class from ClassName | 26 Nov 2004 17:00 GMT | 2 |
I want to pass a variable to a Procedure and have that function instantiate an instance of that class. For example, I have a Class named "myClass": CreateInstance ("myClass") Sub CreateInstance (classname as string)
|
| Q: ArrayList | 26 Nov 2004 16:41 GMT | 3 |
I have an array list filled with integers. Is there an inbuilt function to remove all identical items in this list e.g. if the list is 8,3,5,6,6,7,8,1,2 then I want 8,3,5,6,1,2
|
| reverse a collection | 26 Nov 2004 16:05 GMT | 2 |
i have a colleciton that i need to reverse. Array has a reverse method. Is their any direct way to transfer the items in the collection to an array or arraylist, reverse the array and transfer back them to the collection. Or looping through each element is the only option.
|
| How to pass address as an argument to a function | 26 Nov 2004 15:56 GMT | 2 |
I'd like to pass an address as an argument to a function, anybody knows that? Thanks in advance
|
| Formatting XMLDcoument | 26 Nov 2004 15:35 GMT | 3 |
When using the XmlDocument.OuterXml property after adding some nodes and attributes, it returns the entire document correctly, but it's actually all on one line. How can I format the document that it becomes readable by humans, with CRLFs and Tabs?
|
| Problems with TCPClient | 26 Nov 2004 15:19 GMT | 3 |
I am trying to get a TCP client working. I am using an example code as follows: Dim tcpCli As New TcpClient("192.168.0.6", 1001) ' Retrieve the stream that can send and receive data.
|