hi
i've got to make a packet-sniffer to analyze packets, e.g. to show what MSN-Messenger sends. I know that there are sniffers like Ethereal, but I need to create one with VB.NET.
Is it po...
I have a .net web app that I built and would like to test it on the web server. My web app uses .net framework v1.1.4322
I tried running my deployment package and it told me that the neces...
In VB6, a collection could be dimensioned with:
Private mCol As New Collection
and items added to it with:
mCol.Add(Itm, NewID)
where Itm is the new item to be added to the collect...
I am using Crystal Reports for VS.NET to generate a pdf file. Using a window.open command, I open a second window to view the report, to which I pass the filename as a parameter. In the seco...
hello guys,
i want to ask, how i want to connect to pervasive database using vb.net via ODBC. please help me
I am trying to run a process in the background to do some processing (calling a vb class in my project) when a user hits my aspx page. I have tested my class independantly of the threading ca...
In VB6 you had the ability to use VB6.GetPath, what is the equivalent in VB.NET??
Any example code using this API call in vb.net, CreateProcessWithLogon . I have the VB6 code, but am struggling with converting the following lines.
CreateProcessWithLogon StrPtr(lpUsername),...
Hi Thanks for clicking,
Get this error "Invalid cast from System.DBNull to System.Windows.Form.CheckState"
This happens in the VB6_AddADODataBinding() routine
at the function ADOBind_...
This is the line giving me the error: Dim CP = DateAdd("m", CouponMonths, CurrentCoupon)
That line is located in the following function:
Function CoupPrev(ByVal CurrentCoupon As Object, ...
Hi I'm writing a DLL with Visual C# .NET. I need to use the old format .ocx (used by Visual Studio 6). So I could use it with the old Visual basic 6 or with Office! How can I do it? I know tha...
Hello,
I've been experiencing issues with being able to run ASP.Net pages in one server. It has no issues serving regular ASP files, but when dealing with any .Net web content it freezes a...