Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Web Pages


I'm new to Visual Basic, just started learning, and I am wondering if I want to create a web site using VB do I create it just like I would a program, saving it as an .exe? I have VB 6.0 Professional that came with my book. Would this work? Thanks for the help.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Web Pages
Hello,
I want to open a web page like www.yahoo.com in my application. I used a webBrowser for this. But now I have to implement the back, refresh ...and everything else. Is there an easier way to do this where we can just open it directly using Microsoft Internet Explorer or is the webBrowser the only way to do this?

ICQ Web Pages
I have yet to of yieled any results on how to send ICQ messages and ICQ webmessages using VB6.

Might end up making something such as trillian, and this would come quite handy.

Anyone have any advice?

Web Pages
Is there any web pages I can go to that can give me lessons on vb and examples on how to do stuff??

How To Use ASP Pages In VB
Hi Guys

How can we include ASP forms with VB.

Reply soon

Thanks

Tab Pages
I would like to have multi tab pages on a form. What is the component for this ?

Pages
using Crystal 8.0 in my APP i want to know how many pages have been printed and to get that number to do some operations.

Vb In Web Pages
Does anyon know if it is possible to up a vb program or exe on the web for use on the web. Not as a download, but to be used as part of a flash presentation. Is this possible?

Pages In RTF
Is't possible to count how many pages i have written in a richtextbox?

Web Pages In VB
I understand that there is a way to create web pages
in vb.
Is it possible?
How?

Web Pages In A VB App
Can anyone explain to me how I could integrate a web object into a VB app?  I am quite new to VB programming, and I cannot find any straight-forward approach as yet..

Thanks for any help!
Dennis.

ASP Pages
Hi,

I am just beginning my ASP. Can anyone give me an example created for IIS application through VB6 please

cheers
kis_jobs

 

VB And Web Pages
I have been set a task to create a web page to go onto our main works web site. The Web Page will just be a simple data entry page with an underlying Access 2000 Database.

Can somebody please, please advise me where to start, I only know VB and have VB6 Enterprise. Can I do this with the DHTML thing, I also have the Programming VB6 book by F. Balena who has a section on creating Remote Data Services, but I cannot work out how to implement this in VB.

I only have until tomorrow to put a simple demo together and have wasted so much time trying fathem it out . . .

many thanks

Work is necessary for man. Man invented the alarm clock.

Use Of DLL In ASP Pages
Hi all
I am having a dll file , i want to use this functionalities of this dll file in my .asp page.
how it is possible...
If possible send me code also....

my personnen mail is abhirangd@indiatimes.com

Thanks....
AbhiDesh

DLL For Web Pages
I am trying to save a graph on a form to memory as a gif so I can print it to a web page. I have to code to generate the object to be saved but am lost on how to save it to memory.
I am new to DLL's so any help would be appriciated.

Roger

Vb To Web Pages
VB code works well on my documents in word2000. If I save the .doc as a web page the code doesnt work. Is there a convertor program to get vb working on html pages or how do I get my vb programs work on my web pages?

Web Pages And VB6
Can someone come up with some code to view or download a web page and make a list containing all the "unique" (filter duplicates)words in the "viewable" text of a page (i.e. no code )?

1) A Textbox named "txtURL" (conatining the URL to which to download from)

2) A command button named "cmdGetWords"

Example: I type in the URL of the page i wish to retrieve all the words from. I press cmdGetwords Button, A "save as" box pops up asking me where i would like to save the list and what filename, with a default ".txt" extension.

Viewable text:

The Quick Brown Fox Jumped Over The Lazy Dog

would write a text file with:

The
Quick
Brown
Fox
Jumped
Over
Lazy
Dog

Multiple Pages In One Tab
HI,
I am writing a tab based application and i have run into a problem. My application has 4 tabs. Each tab shows a different data set but some of the lists created can be clicked and this calls up sub set of the main data set. Currently this is opening a new window and displaying the sub set of data in this window. What i want to know is.... is there a way i can keep this in the tab based format and not have to open a new window. Is there a way i can have each tab holding multiple pages?

I dont want to really create a new tab, as this data & sub sets are titled by one of the 4 tabs.

Any help on this would be great.
Thanks
Alv.

ADO Property Pages
Hi,

I am trying to develop a Active X Control using constituent controls like ADO. I have mapped the properties and events of ADO to my control but I also wanted to map the Property page of ADO that is popped up when we try to build a connection.

Is there anyway to do it?? Is there a API/ dll etc so that we can get the list of all the ODBC and OLE Drivers available on the machine???

Get back ASAP...

Thanks in advance

IIS Setup For ASP Pages
After installing IIS to create a default web server for programing and debugging I could not find the folder for web extensions under the local computer node. Does anyone no how to fix? I am running IIS 5.1.
Thanks

OutPrint Pages, From ... To
Hi all

I am making a commondialog view to select to print Word Documents. But I have a problem when I selected the option From Page ... To Page

here's the code I am using


Code:
' depending the way you use to print
Select Case TmpPrint.TypeMethod
Case 0
' All the document
Document.PrintOut Background:=False, Range:=Word.WdPrintOutRange.wdPrintAllDocument, Copies:=TmpPrint.Copies

Case 1
' From ... to ...
Document.PrintOut Background:=False, Range:=Word.WdPrintOutRange.wdPrintFromTo, From:=CLng(TmpPrint.FromPage), To:=CLng(TmpPrint.ToPage), Copies:=TmpPrint.copies

Case 2
' Odd Pages
Document.PrintOut Background:=False, Range:=Word.WdPrintOutRange.wdPrintRangeOfPages, Pages:=Tmpprint.oddpages, Copies:=Tmpprintr.Impresora_Copies

End Select

The error I get is the number 13 (I don't know what'a the traducction in english)

anybody knows what's the problem?

Fetching Web Pages With VBA
Is it possible to fetch web pages with VBA code? Sorry if this is basic, but I've searched the MS documentation and it seems like it's not possible, but I thought I'd aske before I gave up.

Barry Moore
Univeristy of Utah
Dept. Human Genetics

Still Can't Get Rid Of Blank Pages
Hello

I posted a thread last week I think, that involved removing hidden blank pages from a document in word. Someone replied, saying that I should go to format - font - uncheck hidden text, but this did not work, then I got sidetracked.

Just wondering if anyone had any other ideas. The problem is that when you put the page numbers in, it puts them in these pages I can't find, meaning that all the numbers are out of sink.

Any help would be much appreciated.

Cheers

James

How To Count The Pages?
this doesnt work:

Set pagect = ActiveDocument.Bookmarks("page").Count

the compiler errors that 'it' doesnt know the method 'count'


So whaat's the best way to count the pages?

Blank Pages
Can anyone tell me how I would go about search for blank pages in a word document?

Can VBA Be Used To Make Web Pages
I know that if you make a documeant in word and save it as a web page you can up load it on to your web space, So can you use some of VBA features to make the page more interactive

Header On All Pages But The First?
Is it possible to set the Header of a worksheet to have something on all pages except the first one, and leave the first one blank?

Printing Certain Pages
I have a print routine using printDocument and PrintPreviewControl
I would like to be able to print certain pages. Pages 3 to 10 for example.
Appreciate your help
VS 2005

Scanning Pages
I am able to scan documents in vb, but I have a Document typed in MS Word, and i want to scan it and be able to enter text in the blank fields. I'm not wanting to change any of the words on the sheet, but if there is a blank line i want to be able to type in text. Can this be done?

DLL Debugging On ASP Pages
Hi, does anyone have an idea how to debug DLL that are used by ASP pages. Ive tried to set a breakpoint in a source code of that praticular class module in VB6 a run it, but when the page loads (or a method from that dll is called), loading of page does not jump into debug mode whe it reach the breakpoint line, instead the it continues as if no breakpoint was set. Im am currently using MS Windows Server 2003 R2 service pack 1, Enterprise edition and as far as i know, the problem should be in that Service Pack 1. Thank in advance for any help.

Going To Pages In A Multipage
I have next and back buttons but i dont know how to make them go to a certain page in the multipage like if it was on page1 i need to know how to make the next button go to page 2 ect.
Please help.

Open Too Many Pages???
I am running into an interesting problem. I have written a macro that does the following steps. 1) Open a web page in excel (just HTML Tables), 2) as the page opens in a new workbook I move that activesheet to my document, 3) I format the sheet a little, 4) I then copy a range of data and paste it into the original sheet, 5) I then delete the imported tab, and repeat, with a new web page.

The problem is that I have a list of sites I am downloading, and it works perfectly, until about page 175. When I am opening the 175th page (give or take 20) it just stops. It ends. I can narrow it down to the 'Workbooks.Open' statement. For some reason it can't open another page from this macro.

Does anyone know of a reason why it wouldn't be able to handle more? My thought was that even though I was deleting the page each time, maybe Excel was creating an object and It persisted creating some kind of memory leak or something.

Thanks,
--bnpatten
Richmon,VA

Printing Certain Pages
Hey all. I have pretty much finished my workbook, but I want to print out certain pages. This is my code:
Private Sub CommandButton9_Click()
Worksheets("Glider 1").PrintOut
Worksheets("Glider 2").PrintOut
Worksheets("Glider 3").PrintOut
Worksheets("Glider 4").PrintOut
Worksheets("Glider 5").PrintOut
Worksheets("Glider 6").PrintOut
Worksheets("Glider 7").PrintOut
Worksheets("Glider 8").PrintOut
End Sub
What I was wondering is why it wants to save each page in that list? What is the better way to print the above worksheets?
Tia

IIS Setup For ASP Pages
I am using Win XP with IIS 5.1. When I try to run a ASP page (The helloworld.asp Example.) I get the following error.

The server failed to load application '/LM/W3SVC/1/Root'. The error was 'Class not registered'.

Does anyone have an idea of how to fix?

I have search the knowledgebase and can't find any reference to it. Everything I find is for Win 2000 or IIS 5.0 and 6.0. Is there reference material on how to setup IIS 5.1 to create a virtual web server to use ASP pages?

Is there another way to get information from the client web page to the database other than ASP pages? If so where can I find information on how?

Thanks

Saving Web Pages In Vb
im making a HTML editor and im trying to save the code as an HTML file and that works. But the part that get weird is that when i open up that html file i get this in the web page....

{
tf1ansideff0{fonttbl{f0fnilfcharset0 MS Sans Serif;}} viewkind4uc1pardlang1033f0fs17 par par par par par par par par par THIS IS THE BODY par par par par par par par par par }

I dont have any idea what to do!!

Heres my code for saving the page....

Code:
Private Sub mnuFilesave_Click()
'code for saving the file the user is working on
Dim sFile As String
With cdCommon
.DialogTitle = "Save As"
.CancelError = False
.Filter = "Web Page (*.html)|*.html"
.ShowSave
sFile = .FileName
End With
rtbCode.SaveFile sFile
End Sub

any ideas???

Linking Pages
i am writing a program and i want a command button at the end which takes me to the "payment sheet" but i dont have a clue what to put or how to link these pages?!?! any ideas???

thanks jon

Printing Pages?
can some one please tell me how I can print my data on to a page with a title at the top of each page?

PDF - Counting Pages
I am trying to programatically count the number of pages in a PDF but I am getting no where.

Can anyone suggest a way to do it?

Thanks,

Andrew

Property Pages.... How To
Im trying to add some property pages to a control im making.

Now i want to get a list of all the ImageLists available on the form where the control would be located.

How is it possible to do so?

I mean.. i want it to display (NONE) if no imagelists are available, while if some are available, their names will be displayed (all in a combo box)

thanks for your help

Property Pages....
At the risk of abusing your help....

Okay I have the property page of a custom control all set up. I can right click, set properties and be happy with results.

The problem is when I run the program that contains the control... the controls settings reset to default. They don't use the ones I just set in the property page.

I know... I know... I am overlooking something stupid.

Printing Web Pages
I have a list of about 21726 ish URLS and a lot of surveys in a database which I need to print. I have an option of whether to print the web pages or not - if I say no there is no problem and the program runs fine however if I try and get the web pages to print my program crashes with the Dr Watson dialog box. So I can only assume the problem lies with printing the webpages. It never crashes in the same place though and I cant see a reason why it would. Has anyone got any ideas how I could print these. (I dont need to see the pages before they print!).

Connect Vb With Jsp Pages?
hai,
is it possiblee to connect the vb component with jsp(java server pages). if yes pls explain.
thanxs in advance.
my email id is geeta_200@yahoo.com

Property Pages
anyone know about file property pages? they are those extended properties you get, when you right click on a file in exporer shell... how can you access those in vb?? these are not the basic file props/attributes, these are a special shell property page I think, with extended properties, but I am uncertain- anyone with any knowledge on these things? and how to access them programmatically?? It seems like the file contains the properties information, but in a windows wrapper or something, very interesting....

Printing 2 Pages Instead Of 1?
For some reason my program prints the same page twice, I'm completely stumped as to why!
Could any kind person take a look for me as it's quite annoying.
thanx!!!

Programming OCX For Web Pages
In a web page I need to get (read) a param using an object developed using a Visual
Basic OCX. There is a basic problem: I am not able to read the param and the solution
does not work.
The Property Get gives a blank value for the variable MyText. May anybody help me?

================
HTML CODE I USED
================
<html>
<head>
<title>Project1.CAB</title>
</head>
<body>
<object ID="UserControl1" CLASSID="CLSIDC5C4D28-2E78-48FB-8669-A3D31C12CFE8"
CODEBASE="Project1.CAB#version=1,0,0,0">
<param name="MyText" value="1DC23">
</object>
</p>
</body>
</html>

================
Visual Basic CODE I USED
================

Public Property Get MyText() As String
MyText = m_MyText
MsgBox "Get MyText - MyText = " & MyText
End Property

'Initialize Properties for User Control
Private Sub UserControl_InitProperties()
m_MyText = m_def_MyText
MsgBox "UserControl_InitProperties!"
MsgBox "MyText" & MyText
End Sub

'Load property values from storage
Private Sub UserControl_ReadProperties(PropBag As PropertyBag)
MsgBox "Read Properties - Made it!"
m_MyText = PropBag.ReadProperty("MyText", m_def_MyText)
End Sub

Linking Pages Together
hi, Im new to Vb.... V new like yesterday new so I wonder if anyone can help me. I have too seperate pages I want to link together using an OK button.

eg startup screen "Hi welcome to blah blah blah"
"Press here to continue"

when you pres it it goes to the page. i know this is simple "I think" but I cant think of how to do it.

Thanks ppl

Creating A DLL For Using In ASP 3.0 Pages
I want to create one or more DLLs for use in Classic ASP(3.0) pages. I already have the VB.NET IDE but I believe I need to use VB 6 to make this compatible. Is VB.NET backwards compatible? Is the VB6 compiler available without the full VB6 IDE? Where can I find good documentation for this?

We already have the classes working in VBScript so just want to rewrite and compile them into VB. I understand there is a free VB
compiler for making ActiveX components available from Microsoft. Would
this be suitable for generating server-side DLLs?

Thanks
Andrew Jocelyn

Buttons At Top Of Pages
I wasn't sure what to call this and couldn't do a search on the forums b ecause I had no clue what to call it either, but how would I go about having the buttons that are at the top of many thing ie. internet explorer. The ones that say file, edit, view, etc... I'm not to sure how to explain it so this probably sounds confusin, but I want to use them.

Pages(in RichTextBox)
Is there any possible way how to get number of actual page
in RichTextBox when the application is running?
Thank you.

NOT Debuging Web Pages
since installing VS6 I get asked if I want to debug a web page everytime there is an error on the page. Does anyone know how to disable this as it can be very annoying.

Copyright © 2005-08 www.BigResource.com, All rights reserved