Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / November 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
hash.web Access Problems26 Nov 2004 20:00 GMT1
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 GMT1
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 listview26 Nov 2004 19:16 GMT4
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 GMT9
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 Application26 Nov 2004 19:03 GMT3
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 GMT1
I've go the following data grid on my form:
<form id="form1" runat=server>
<asp:DataGrid
   ID="DG"
Strings in VB.Net26 Nov 2004 17:36 GMT3
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 & VBScript26 Nov 2004 17:07 GMT1
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 utility26 Nov 2004 17:01 GMT1
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 ClassName26 Nov 2004 17:00 GMT2
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: ArrayList26 Nov 2004 16:41 GMT3
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 collection26 Nov 2004 16:05 GMT2
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 function26 Nov 2004 15:56 GMT2
I'd like to pass an address as an argument to a function, anybody knows that?
Thanks in advance
Formatting XMLDcoument26 Nov 2004 15:35 GMT3
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 TCPClient26 Nov 2004 15:19 GMT3
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.