Page view counter

Browse by Tags

Related Posts

  • Visual Studio 2003 - 2005 and Application Blocks Data Conversion Errors

    Hello All: Okay...so I'm kind of a hack at coding. I inherited a 2-tier VB application that was written with Visual Studio.Net 2003 (SQL back end) and references Application.Blocks.Data. I was able to get it to work fine once I referenced that file with Visual Studio 2003. Problem is: now I have to convert...
    Posted to Microsoft Application Blocks (Forum) by jboz302 on 05-15-2007, 12:00 AM
    Filed under: ReferenceTypes, vb.net, programming, VB, .NET, compiler error, database
  • FormsAuthentication.RedirectFromLoginPage(uName, True) Usage Help.

    Is it possible to send more information than just username through the " FormsAuthentication.RedirectFromLoginPage(uName, True )" such as maybe something like this.... FormsAuthentication.RedirectFromLoginPage(uName, uPassword, uID, True ) If this is possible, what would be the best way to retrieve that...
    Posted to Security (Forum) by JDGonier on 04-10-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, ASP.NET
  • What is this line of code?

    In this line of code: Dim strProvince As String = CType(frmV.DataItem, DataRowView)("Province") What is the ("Province") part? This is from a sample I am working with, and I think it will compile, but I don't recognize that last element. It is initializing a string, but I don't think I've seen that syntax...
    Posted to Visual Basic .NET (Forum) by nickpup on 03-30-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, ASP.NET
  • Re: How to translate VB Response object into VB.NET?

    Handles Page.Load - this is unecessery Response.BinaryWrite(Byte.Parse(strHexArray(i), System.Globalization.NumberStyles.HexNumber)) - value of Byte canot be converted to one dimensional array of Byte How to resolve it? Whole source: <% @ Page Language="VBScript" %> < script runat ="server"...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-18-2007, 12:00 AM
    Filed under: ByVal, Value Types, vb.net, programming, VB, .NET, compiler error, response captha, vbscript Dim ByVal Byte Sub
  • Re: How to translate VB Response object into VB.NET?

    I have translated this code and resolve most of errors but some of them has been still been existing. I do not know how to resolve them. I have translated into: <% @ Page Language="VBScript" %> < script runat ="server" language ="vbscript"> Dim sarryHex as system.array Dim lngHexArrayPosition...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-17-2007, 12:00 AM
    Filed under: Value Types, ReferenceTypes, Reference Types, HTTP, Header, vb.net, programming, VB, .NET, Expires ContentType gif Response HttpResponse dim XmlSchemaComplexContent, response captha
  • How to translate VB Response object into VB.NET?

    I'm trying to translate VB code into VB.NET: Dim strHexImage(240,1) Dim intRandomNumber Response.Expires = -1 Response.ContentType = "image/gif" strHexImage(0,0) = "image1" strHexImage(0,1) = "text1" strHexImage(1,0) = "image2" strHexImage(1,1) = "text2" I'm not sure how to translate 4 lates line. These...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-13-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, compiler error, Expires ContentType gif Response HttpResponse dim XmlSchemaComplexContent
  • HOW TO ACCESS OUTLOOK EXPRESS IN VB.NET 2005 Client Application

    Hi Friends, i am doing client application, i am not finding how to add refrence for outlook express library in vb.net.. please help me on this issue
    Posted to Visual Basic .NET (Forum) by rambhopalreddy on 06-26-2007, 12:00 AM
    Filed under: Reflection, ByRef, Reference Types, vb.net, programming, VB, .NET, mapped drive, ASP.NET, c#
  • Dot.Net DLL

    Normally All DLL's we have to register ,but in Dot.Net DLL's are not to register Why? and How it's possible?
    Posted to Visual Basic .NET (Forum) by BalaKrishnan on 02-12-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET
Page 1 of 1 (8 items)
Microsoft Communities