VB School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a VB Expert!

Join 307,118 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,982 people online right now. Registration is fast and FREE... Join Now!




VB6 (And older) Tutorial Suggestions

3 Pages V < 1 2 3 >  

VB6 (And older) Tutorial Suggestions, Something in classic VB you'd like to see explained

RobC

RE: VB6 (And Older) Tutorial Suggestions

15 Dec, 2007 - 07:57 PM
Post #21

New D.I.C Head
*

Joined: 24 Mar, 2007
Posts: 6


My Contributions
QUOTE(whitelbl @ 17 Sep, 2007 - 03:21 PM) *

Does anyone have suggestions as to how to compile everything within a .exe that is necessary to run the VB6 job? The idea being no client installation required, or something. Thanks for any ideas.


The VB6 runtimes are present in all XP and Vista systems.
I never install my programs, I just give the user the exe, and they place it in a folder.
Use 'KISS' and avoid as many external dependencies as possible.
Just use the intrinsic controls that do not require adding References/Controls.
The only References/Controls that I have to 'Install' are The ADO Reference, and a grid (I use the free SGrid2).
I have created a 'stand alone' installer for those (with no application code in the exe). The user just has to run that once.
You can add extra functionality by using UC (User Controls) which are 'ctl' modules that you include within your project. They are compiled into it the program(no installation required).

HTH,
Rob
User is offlineProfile CardPM
+Quote Post

TerribleCoder

RE: VB6 (And Older) Tutorial Suggestions

18 Dec, 2007 - 11:20 AM
Post #22

New D.I.C Head
*

Joined: 18 Dec, 2007
Posts: 4


My Contributions
Hey guys, im a very inexperienced coder in a programming class, and I am supposed to create a VB backgammon game. I have no idea where to start and I would be pleased if someone could come to my aid. Thank you blink.gif
User is offlineProfile CardPM
+Quote Post

markguerina_08

RE: VB6 (And Older) Tutorial Suggestions

3 Jan, 2008 - 08:58 AM
Post #23

New D.I.C Head
*

Joined: 3 Jan, 2008
Posts: 1

QUOTE(PsychoCoder @ 17 Sep, 2007 - 09:10 PM) *

For starters, this thread is only for tutorial suggestions, second, without installing the application there is no running it.


hi there, im new at vb6 and just want to ask how can i make a .dfx file understandble for a vb6 code..
im doing this because im openingg a .dfx file in visual basic and control a step motor by this...
i plan to make a simple form in vb6 which automatically converts a .dfx file to a VB code when it is opened through a dialog box..
thanks!..needed help badly...running out of sources...please!

This post has been edited by markguerina_08: 3 Jan, 2008 - 09:00 AM
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

10 Feb, 2008 - 11:45 PM
Post #24

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,934



Thanked: 517 times
Dream Kudos: 11550
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
For you VB6 programmers I am currently working on a tutorial for adding a system tray to your application, since it's not built into VB6 like it is in VB.Net.
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

11 Feb, 2008 - 01:36 AM
Post #25

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,894



Thanked: 5 times
Dream Kudos: 755
My Contributions
This I gotta see. The Notify Icon makes it so easy for VB.NET.
User is offlineProfile CardPM
+Quote Post

devonknows

RE: VB6 (And Older) Tutorial Suggestions

11 Feb, 2008 - 12:19 PM
Post #26

New D.I.C Head
*

Joined: 30 Nov, 2006
Posts: 5


My Contributions
Visual Basic 6 Tutorial Request: -

For a tutorial i think along the lines of "Creating Controls via Property Pages" and what i mean by this, is...

Say if you have a custom control but you want to make it more userfriendly, for example, the status bar control under the Microsoft windows common controls. When you click on the Custom item in the properties window you can click 'Insert Panel'. and it will add a panel to the control on your form, i was just wondering if there could be a tutorial for that but for user controls.

Like for example, creating a label, I have searched everywere and i cannot seem to find a tutorial, or anything along the lines of such a thing.

Hope this is worth looking into.
Kind Regards
Devon

This post has been edited by devonknows: 11 Feb, 2008 - 12:24 PM
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

11 Feb, 2008 - 12:27 PM
Post #27

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,934



Thanked: 517 times
Dream Kudos: 11550
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
There is a new VB6 tutorial available:

Adding a Notify Icon in VB6

Happy Reading! smile.gif
User is offlineProfile CardPM
+Quote Post

Realcoder

RE: VB6 (And Older) Tutorial Suggestions

26 Feb, 2008 - 10:43 PM
Post #28

New D.I.C Head
*

Joined: 26 Feb, 2008
Posts: 5

QUOTE(PsychoCoder @ 11 Aug, 2007 - 09:56 AM) *

If you would like to see something in Classic Visual Basic post your request here and someone will write a tutorial on it. Remember, most of us have full-time jobs and families so you're not going to see your tutorial in a matter of hows, most of the time it will take a while, but whoever has decided to cover it will let you know here that they are working on it.


Hello Friends,

Download Visual Studio 2005

{Link Removed}

E-Books for Visual Basic & Java
{Link Removed}

Download EBooks freely
{Link Removed}

About UML( Unified Modelling Language)
{Link Removed}

This post has been edited by PsychoCoder: 26 Feb, 2008 - 11:50 PM
User is offlineProfile CardPM
+Quote Post

SSOfficer

RE: VB6 (And Older) Tutorial Suggestions

30 Mar, 2008 - 04:40 AM
Post #29

New D.I.C Head
*

Joined: 30 Mar, 2008
Posts: 1

I am using this code to add some buttons in my page ... how cand ai put some onclick/click events on those bottons
.onlick=<function(parameters)> doesn't work so i was wondering if u can help me

Note: I use another visual basic code to take some rows out of a mysql database an display it on my page i want to have several buttons on my page witch call the same functions but with different parameters !

Thanks! smile.gif

CODE

'Set btnObj = Controls.Add("VB.CommandButton", "delete" & id)
    ' With btnObj
     '   .Visible = True
      '  .Caption = "Delete" & id
       ' .Top = 720
       ' .Left = 120
       ' .Width = 2175
    ' End With

User is offlineProfile CardPM
+Quote Post

JulieBunavicz

RE: VB6 (And Older) Tutorial Suggestions

27 Apr, 2008 - 12:28 PM
Post #30

New D.I.C Head
*

Joined: 27 Apr, 2008
Posts: 6

Thank you this has been very helpful.

Regards,

Julie Bunavicz

QUOTE(rustaferd @ 20 Sep, 2007 - 10:26 AM) *

I am very new to Visual Basic Programming...still doing a lot of Tutorials and reading books to learn what I can. But the best way to learn for me is to find a project and figure it out from the ground up....of course it helps to have tips or tutorials to help newbies like me.

So here is my suggestion for a tutorial:

Here is my task:

1. I need to automatically create a Table of Contents,Table of Figures, and Table of Tables in my Word documents. This would be easy to do if the document already had all the Figures or Table references indexed. But if the document is clean with no indexing done yet...then this leads me to issue two...
2. How can I create a macro or visual basic code that will go through an entire document and find all captions, Table, or figure references?

Examples:

Example1: Refer to Section 3.2.4 – Refer to text here.
Example2: Table 1 – Table text here.
Example3: Figure 18 – Figure text here.

These examples may be found scattered throughout the document.

I need to create VB code that will automatically find them, then highlight the caption found, create a new caption while removing the old.

Once the captions have been created, then the code needs to go through the word Document text and find references to the Caption Figures and Tables and create links pointing to the captions.

Finnally, the Table of Contents,Table of Figures, and Table of Tables can be automatically created.

I have some code already created, and am working on pieces of other code I think I need, but need to put it altogether and perhaps figure out in the tutorial the best way to go through this process in an orderly way as I am not exactly experienced and I don't really know what I am doing... smile.gif

I hope this make sense, but I am certainly willing to detail further and post my code if needed. Since I am new I hope for a little direction here.

Thanks,

Russ


User is offlineProfile CardPM
+Quote Post

JulieBunavicz

RE: VB6 (And Older) Tutorial Suggestions

27 Apr, 2008 - 01:21 PM
Post #31

New D.I.C Head
*

Joined: 27 Apr, 2008
Posts: 6

Has anyone played with the VB express edition?

I'm wondering if it's better than installing the full version, space wise???

Julie Bunavicz
User is offlineProfile CardPM
+Quote Post

eaglebeef

RE: VB6 (And Older) Tutorial Suggestions

28 Apr, 2008 - 05:38 AM
Post #32

New D.I.C Head
*

Joined: 28 Apr, 2008
Posts: 4



Thanked: 1 times
My Contributions
eagleBEEF
User is offlineProfile CardPM
+Quote Post

sam_benne

RE: VB6 (And Older) Tutorial Suggestions

5 May, 2008 - 10:21 AM
Post #33

D.I.C Addict
Group Icon

Joined: 16 Jan, 2008
Posts: 645



Thanked: 8 times
Dream Kudos: 400
My Contributions
Can anyone create a tutorial on how to move an image with your mouse. Please this would be very helpful.
User is offlineProfile CardPM
+Quote Post

jjsaw5

RE: VB6 (And Older) Tutorial Suggestions

6 May, 2008 - 04:09 AM
Post #34

I must break you
Group Icon

Joined: 4 Jan, 2008
Posts: 2,664



Thanked: 25 times
Dream Kudos: 125
My Contributions
have you tried Googling that?
User is offlineProfile CardPM
+Quote Post

sam_benne

RE: VB6 (And Older) Tutorial Suggestions

6 May, 2008 - 07:15 AM
Post #35

D.I.C Addict
Group Icon

Joined: 16 Jan, 2008
Posts: 645



Thanked: 8 times
Dream Kudos: 400
My Contributions
Yes but there is nothing that is useful it is all for vb.net not vb6.
User is offlineProfile CardPM
+Quote Post

Jayman

RE: VB6 (And Older) Tutorial Suggestions

6 May, 2008 - 07:42 AM
Post #36

Student of Life
Group Icon

Joined: 26 Dec, 2005
Posts: 8,570



Thanked: 237 times
Dream Kudos: 500
Expert In: Everything

My Contributions
We already have a topic for Tutorial requests.

Topics merged.
User is offlineProfile CardPM
+Quote Post

haidan_dan

RE: VB6 (And Older) Tutorial Suggestions

5 Jun, 2008 - 12:51 AM
Post #37

New D.I.C Head
*

Joined: 29 May, 2008
Posts: 14


My Contributions
can u help me regarding how to use sub in module using visual basic 6 and when to declare it as public, private and just sub. because i have use it in my module
Sub ViewRecord()
end sub

and call it in

Private Sub Form_Load()
Call ViewRecord
end sub

but it produce an error
it says invalid use of property
User is offlineProfile CardPM
+Quote Post

mark_iska

RE: VB6 (And Older) Tutorial Suggestions

23 Jun, 2008 - 04:35 PM
Post #38

New D.I.C Head
*

Joined: 22 Jun, 2008
Posts: 6


My Contributions
hi sir/ma'am...
is it possible to send sms from vb to phone? i need a topic for my thesis project.. pease help me..give me suggestions... thanks..


QUOTE(PsychoCoder @ 11 Aug, 2007 - 09:56 AM) *

If you would like to see something in Classic Visual Basic post your request here and someone will write a tutorial on it. Remember, most of us have full-time jobs and families so you're not going to see your tutorial in a matter of hows, most of the time it will take a while, but whoever has decided to cover it will let you know here that they are working on it.


User is offlineProfile CardPM
+Quote Post

giuseppe105

RE: VB6 (And Older) Tutorial Suggestions

16 Jul, 2008 - 07:48 AM
Post #39

D.I.C Head
**

Joined: 15 May, 2008
Posts: 143



Thanked: 1 times
My Contributions
could someone make a tut on how to use the intersectRect collision and how to make npcs in an 2d RPG game. Thank you biggrin.gif
User is offlineProfile CardPM
+Quote Post

Ricendithas

RE: VB6 (And Older) Tutorial Suggestions

24 Jul, 2008 - 05:00 PM
Post #40

D.I.C Head
**

Joined: 12 Jul, 2008
Posts: 56


My Contributions
Hello, I would like to ask if it is possible to get the URL of a current website opened in the application?

Thanks.
User is offlineProfile CardPM
+Quote Post

3 Pages V < 1 2 3 >
Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 01:33PM

Live VB Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month