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
  • I need a help

    com help question
    2
    0 Votes
    2 Posts
    0 Views
    R
    You would have to perform that on the client side with some JavaScript. I have done it before (can't seem to locate the code I used right now) but it gets very crude looking and flashes quite a bit. You also need to handle the controls resize internally to the control if you want to alter the size of any of the embedded controls. It can get to looking really ugly. Does this HAVE to be an ActiveX control for the GUI or could it be done using an ASP page and the ActiveX control to handle the work. Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
  • filtering in Access with VB

    help tutorial database question career
    2
    0 Votes
    2 Posts
    1 Views
    J
    This has nothing to do with link criteria. Make your data source SQL be something like this: SELECT * FROM Friends WHERE Friends.ActivePassive="Active" OR SELECT * FROM Friends WHERE Friends.Active=True "Do unto others as you would have them do unto you." - Jesus "An eye for an eye only makes the whole world blind." - Mahatma Gandhi
  • Web Browser control as Windows Explorer

    help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • RAS API

    json tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Access / VB / Images / feature select

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ToolBar Transparent BackColor

    csharp help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    M
    "the structure must be boxed and unboxed" -> In opposition, each object of type custom class must be instanciated. What would propbably cost more overhead? Is there a difference, where objects of type class and structures are stored in memory internally ? I heard something about heap, stack , .... What would be the consequences of this objects stored at different places in memory concerning speed , memory consupmtion, overhead? Can anybody help? Thanks Marc Sommer
  • Datagrid

    database help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Windows XP Listboxes

    tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Yes that is exactly what I meant. Thank you very much. Although I haven't ever heard the term "Multiple Work Areas" in relation to a list box. And thank god it works in Visual FoxPro 7 as well! Chris.
  • Data Marshaling

    data-structures question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Drag and drop textboxes

    database question help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Remoting

    question csharp com sysadmin
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • creating a web server

    question sysadmin
    2
    0 Votes
    2 Posts
    0 Views
    M
    in VB6 is very easy to make whit the control Winsock, get a book or in the VB6 help are documentations that help you, if want a source code that make that (Server-Client) send me and e-mail PD// whit this only you can send text like a p2p chat, but you can make modifications NICE DAY! Para seguir la trayectoria: mira al maestro, sigue al maestro, camina junto con el maestro, mira a través del maestro, conviértete en el maestro (this is a poor traduction) To make you trayectory: Look your master Follow your master walk whit your master look across you master become in your master
  • sending a string value to a web site

    question
    3
    0 Votes
    3 Posts
    0 Views
    T
    THANK YOU FOR YOUR ANSWER do you also know how to get a string value from web??? Regards Best Regards Emre YAZICI
  • How to CreateDibSection with GDI+

    graphics csharp winforms data-structures
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • dos commands

    question
    3
    0 Votes
    3 Posts
    0 Views
    O
    do you have access to SQL Server or MSDE ?? if yes try this in a stored procedure.. declare @command varchar(1000) -- delete a file on the C drive SELECT @command = 'del C:\Test.txt' -- execute DOS command master.dbo.xp_cmdshell @command that should do it
  • VBA Question

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • detect Shockwave Director

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • create object with string parametert

    help question
    3
    0 Votes
    3 Posts
    0 Views
    M
    Yes, I found an example of VB.NET but seems too complicate. Is there a way more fast and more simple? Could you provide an example? Thanks you ;)