Skip to content

Visual Basic

Visual Basic Questions

This category can be followed from the open social web via the handle visual-basic@forum.codeproject.com

34.4k Topics 120.1k Posts
  • table primary field name

    database question
    2
    0 Votes
    2 Posts
    0 Views
    I
    Take a look at ADOX (Active Data Object Extensions, IIRC) -- Ian Darling
  • I just started VB.NET

    csharp asp-net
    2
    0 Votes
    2 Posts
    0 Views
    N
    Response.Redirect(page) Nick Seng (the programmer formerly known as Notorious SMC) God, I pity me! - Phoncible P. Bone
  • combobox

    question help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • New to VB.NET & VB in general

    csharp help question lounge
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Application exceptions on close

    help csharp dotnet visual-studio
    3
    0 Votes
    3 Posts
    0 Views
    D
    Any subclassing going on? You must always release any subclassed windows before ending your application... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
  • Clearing the Console

    csharp question
    5
    0 Votes
    5 Posts
    0 Views
    Richard DeemingR
    Have a look at Tim Sneath's sample on GotDotNet for some of the missing console functions: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=b76d1f08-2d79-47bd-825b-0489938aae0f[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • printing problems

    help tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ON GOTO statement to vc++

    question c++ learning
    2
    0 Votes
    2 Posts
    0 Views
    H
    as I recall On NTY GoTo 610, 620, 680, 690 statement tests NTY and jumps to 610 if NTY=1 , 620 if NTY=2 etc. in VB6 ! meens that the number is single. but in GWBasic I used to see it if I write a huge number (the editor adds it)
  • Filtering two datatables (urgent plz)

    help
    6
    0 Votes
    6 Posts
    0 Views
    M
    I could regurgitate a whole load of documentation here, but I won't: I'll just direct you to SQL Server Books Online[^] - note, this link is to a download, not online documentation. In the Contents tab, go to Replication. Snippet: When to Use Replication With organizations supporting diverse hardware and software applications in distributed environments, it becomes necessary to store data redundantly. Moreover, different applications have different needs for autonomy and data consistency. Replication is a solution for a distributed data environment when you need to: Copy and distribute data to one or more sites. Distribute copies of data on a scheduled basis. Distribute data changes to other servers. Allow multiple users and sites to make changes then merge the data modifications together, potentially identifying and resolving conflicts. Build data applications that need to be used in online and offline environments. Build Web applications where users can browse large volumes of data. Optionally make changes at subscribing sites that are transparently under transactional control of the Publisher. If you always want the latest data available to your client, and cannot stand any stale data, stick with linked servers. Otherwise replication should produce less traffic between servers.
  • Stop, Play, and Loop for MMControl

    com tutorial
    2
    0 Votes
    2 Posts
    0 Views
    L
    Try Private Sub Command1_Click()     MMControl1.Command "Play" End Sub Hope it helps - shout (virtually) if you need more help :) Paul ;) I don't think anyone should write their autobiography until after they're dead. - Samuel Goldwyn
  • TCP/IP Multi Server Chat System

    csharp sysadmin lounge
    3
    0 Votes
    3 Posts
    1 Views
    W
    This would definitely interest me...
  • Very Handy Utility

    csharp dotnet tools help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Plug-ins API

    json tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Help files

    question help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • bspline in .net

    csharp question visual-studio com graphics
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to make VB module (.bas) available for use in VC++

    question c++ com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Activex control

    css com help question
    2
    0 Votes
    2 Posts
    0 Views
    P
    Try MSFlexGrid "It was when I found out I could make mistakes that I knew I was on to something." -Ornette Coleman
  • Publish file in webdav server

    com sysadmin
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • bitmap along left side of menu

    csharp graphics tools question
    2
    0 Votes
    2 Posts
    0 Views
    J
    Actually, there are some free controls that let you do this in .NET - the Magic Library[^], among others. "Blessed are the peacemakers, for they shall be called sons of God." - Jesus "You must be the change you wish to see in the world." - Mahatma Gandhi
  • UTC time...

    json
    2
    0 Votes
    2 Posts
    0 Views
    H
    Hi.. from MSDN : The GetSystemTimeAsFileTime function obtains the current system date and time. The information is in Coordinated Universal Time (UTC) format. VOID GetSystemTimeAsFileTime( LPFILETIME lpSystemTimeAsFileTime // file time );