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

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

Join 300,441 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,483 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

PsychoCoder

11 Aug, 2007 - 08:56 AM
Post #1

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



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

My Contributions
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.

This post has been edited by PsychoCoder: 11 Aug, 2007 - 08:57 AM

User is offlineProfile CardPM
+Quote Post


Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

14 Aug, 2007 - 05:22 AM
Post #2

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
I'll try writing some tuts for beginners. I did promise to do so before but I did not a have a net connection nor my comp. I'll try my best. No promises though, I do take a lot of time to cope with what is taught in school (Man electronics is a tough stream!! sad.gif. But I still like it tongue.gif).
User is offlineProfile CardPM
+Quote Post

whitelbl

RE: VB6 (And Older) Tutorial Suggestions

17 Sep, 2007 - 02:21 PM
Post #3

New D.I.C Head
*

Joined: 17 Sep, 2007
Posts: 1


My Contributions
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.
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

17 Sep, 2007 - 08:10 PM
Post #4

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
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 starters, this thread is only for tutorial suggestions, second, without installing the application there is no running it.
User is offlineProfile CardPM
+Quote Post

rustaferd

RE: VB6 (And Older) Tutorial Suggestions

20 Sep, 2007 - 09:26 AM
Post #5

New D.I.C Head
*

Joined: 20 Sep, 2007
Posts: 1


My Contributions
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

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

20 Sep, 2007 - 10:02 AM
Post #6

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
Read the post before yours please.
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

22 Sep, 2007 - 09:19 PM
Post #7

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
PsychoCoder,
Do you think a tut on Pascal Triangle and forming patterns of characters is a good tut? It is a question that a lot of beginners ask. I could write one for VB and VB.NET.
User is offlineProfile CardPM
+Quote Post

sayed_mujahed_bcsii

RE: VB6 (And Older) Tutorial Suggestions

28 Sep, 2007 - 01:22 AM
Post #8

New D.I.C Head
*

Joined: 28 Sep, 2007
Posts: 1


My Contributions
I want to help me!!!
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

28 Sep, 2007 - 01:27 AM
Post #9

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
huh??
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

6 Oct, 2007 - 03:15 PM
Post #10

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
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 Visual Basic 6 tutorial available:

Resize Form & Controls For Screen Size

Happy reading smile.gif
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

8 Oct, 2007 - 04:47 AM
Post #11

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



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

My Contributions
QUOTE(Louisda16th @ 22 Sep, 2007 - 10:19 PM) *

PsychoCoder,
Do you think a tut on Pascal Triangle and forming patterns of characters is a good tut? It is a question that a lot of beginners ask. I could write one for VB and VB.NET.


If you haven't already written one, this would probably be a good tutorial to have. Make sure there isnt already one before writing it though smile.gif

User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

9 Oct, 2007 - 07:09 PM
Post #12

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
Not written one yet. But this is something I think I can write. Im starting now smile.gif.
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

10 Oct, 2007 - 10:01 AM
Post #13

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
Finished the character arrangement section. Pascal's triangle left. Man writing tuts is tough. How do you write so many?!
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

11 Oct, 2007 - 03:56 AM
Post #14

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
Tut submitted. I hope its good enough rolleyes.gif
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

11 Oct, 2007 - 04:09 AM
Post #15

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



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

My Contributions
QUOTE(Louisda16th @ 10 Oct, 2007 - 11:01 AM) *

Finished the character arrangement section. Pascal's triangle left. Man writing tuts is tough. How do you write so many?!


I enjoy writing them smile.gif They usually take me about an hour or so, including writing the code smile.gif

User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB6 (And Older) Tutorial Suggestions

15 Oct, 2007 - 04:48 AM
Post #16

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,893



Thanked: 5 times
Dream Kudos: 755
My Contributions
Yipeee! My tut was accepted!
Pascal's Triangle and Character Patterns
User is offlineProfile CardPM
+Quote Post

k1irwin

RE: VB6 (And Older) Tutorial Suggestions

20 Oct, 2007 - 07:16 AM
Post #17

New D.I.C Head
*

Joined: 20 Oct, 2007
Posts: 1


My Contributions
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

PsychoCoder

RE: VB6 (And Older) Tutorial Suggestions

20 Oct, 2007 - 08:18 AM
Post #18

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



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

My Contributions
k1irwin is there a request in there?
User is offlineProfile CardPM
+Quote Post

tobiakintaro

RE: VB6 (And Older) Tutorial Suggestions

23 Oct, 2007 - 05:31 AM
Post #19

New D.I.C Head
*

Joined: 12 Jul, 2007
Posts: 5


My Contributions
i use the ado connection to connect some labels on the vb 6 form to the feilds in the access database, please how do i query the database from my vb 6 code and have what i want from the databaase on the labels on my vb6 form.
User is offlineProfile CardPM
+Quote Post

oXiDe

RE: VB6 (And Older) Tutorial Suggestions

1 Dec, 2007 - 11:15 AM
Post #20

New D.I.C Head
*

Joined: 17 Nov, 2007
Posts: 37



Thanked: 2 times
My Contributions
um can someone make a tutorial about the things infront of declaring something as something such as Dim ByVal & Static. i dont know what they are called so ill post code:

CODE
Dim bla As Integer


please someone explain the Dim part & all the other things it can be

i use them all the time but i have no idea what they do & i cant find anything that will explain them sad.gif
User is offlineProfile CardPM
+Quote Post

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

Time is now: 11/8/09 01:18AM

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