Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
O

Oscar Martin

@Oscar Martin
About
Posts
10
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB Endian Conversion
    O Oscar Martin

    Hi, Read this aticle of new version of VB.NET 2003, "Shifting to the Left or the Right" point: http://msdn.microsoft.com/library/en-us/dv\_vstechart/html/vbconVisualBasicNET2003LanguageChanges.asp?frame=true#vbconvisualbasicnet2003languagechangesanchor4 "On the 8th day, God started debugging"

    Visual Basic csharp c++ tutorial question

  • VB 2 VB.NET
    O Oscar Martin

    Ok thanks Mikasa, I found it in MSDN. Regards "On the 8th day, God started debugging"

    Visual Basic csharp question

  • Use DLL in VBasic
    O Oscar Martin

    Hi I´ll explain in spanish, becase I think, you'll understand better the explanation: 1.Necesitas registrar la dll en el sistema, para ello copia la dll al winnt\system32 y desde ahí ejecuta "regsvr32 TuLibreria.dll" 2.Una vez registrado abre el VB y en el menu busca "Proyecto/Referencias" que abrira una ventana donde puedes examinar y seleccionar la dll. 3.Una vez referenciada, solo has de instanciarla por codigo, como por ejemplo: Dim ObjDLL As New PuntoDeEntradaDeLaDLL() Regards and good luck. "On the 8th day, God started debugging"

    Visual Basic question c++ help

  • Use DLL in VBasic
    O Oscar Martin

    Hi You are using a simple dll, not a COM dll. When you are trying import a basic dll wihtout interface, you can´t reference using your VB tool development. You need inport it by code. VB.NET sample: -------------------------------- _ Public Shared Function FunctionName(ByRef Param1 As Integer, _ ByRef Param2 As String, _ ByVal Param3 As Integer) As Long End Function -------------------------------- Regards "On the 8th day, God started debugging"

    Visual Basic question c++ help

  • VB 2 VB.NET
    O Oscar Martin

    I all, I want to convert a structure from VB to VB.NET and I don´t know how specify the max length of an string... Sample VB 6.0: ------------------------------------ Public Type YY XX As String * 10 End Type ------------------------------------- Code in VB 7.0: ------------------------------------ Structure YY XX As String '<--- ¿How could I do it? End Structure ------------------------------------- Thanks all "On the 8th day, God started debugging"

    Visual Basic csharp question

  • Access Denied
    O Oscar Martin

    If you are using NTFS system in your server, you have to give write permissions to the folder where you want to write. If you are using FAT32 this gangway is not necessary. "On the 8th day, God started debugging"

    ASP.NET asp-net sysadmin help question

  • porting from asp to .net
    O Oscar Martin

    Hi First one add a reference of your COM object or ActiveX to reference folder in you application proyect. Afterwards, in your code, imports the reference and use it. Sample (VB.NET): Imports ASDBINTERFACECOMLib 'add the reference Module ASDBTest Sub Main() Dim o As New ASDBInterface() 'instance the class End Sub End Module Regards. "On the 8th day, God started debugging"

    ASP.NET csharp question database com sysadmin

  • Screen Scrap
    O Oscar Martin

    Hi Philip, and thanks for your answer. Do you know any class who works whith http request in binary format? Thanks and regards. "On the 8th day, God started debugging"

    ASP.NET help tutorial question

  • Code for an asp.NET forum
    O Oscar Martin

    This sample is very good.. but you can use others samples: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=439&lngWId=10 Regards "On the 8th day, God started debugging"

    ASP.NET question csharp asp-net

  • Dynamic includes
    O Oscar Martin

    I used templates includes Response.WriteFile() but, in ASP.NET version, exists dynamic includes, as in other languages as ColdFusion? Thanks "On the 8th day, God started debugging"

    ASP.NET csharp asp-net wpf question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups