Adding Help Pages To The Program
Sep 21, 2011
I'm developing a program in vb.net, and I want to add in some help pages to the program, without using web-based help, so more like when you hit F1 in the Microsoft Office programs. Is there a straightforward way of doing this, other than just making it via lots of forms?
View 1 Replies
ADVERTISEMENT
Jan 17, 2010
My boss has given me an asp.net web application that was done by his former employee. Now my boss has no contact with that employee. He wants me to make some changes in that web application. I went through the application. There is no documentation present for that application . Its a huge application. It contains many directories. I think it was a team work. It has many asp pages, aspx pages, jsp pages, xml pages, css pages, etc... How to understand other person or team's website or web application that was written in asp or asp.net and vb or vb.net?
View 4 Replies
Dec 17, 2010
Is it possible to run VB .NET and C# in different pages on a .NET web app?
Picking up a legacy VB .NET project but need to add pages to it, is it possible to write these in C# or can you only have one language per project?
View 4 Replies
Dec 1, 2011
I know this topic has been discussed here before, but I haven't found any secure, clear & easy solution.
I can use a commercial solution (if price is ok: I only want it for this feature, not a bloated control with hundreds of pdf functions).
View 1 Replies
Dec 20, 2011
I am using Stanav's PdfManipulation2.AddImageToPage(..., Pages) for iTextSharp library (v5.1.3) and was not able to add the image to specific pages: e.g. to add to only page 1 and 3 of a five pages PDF
Dim Pages() As Integer
Pages = New Integer() {1, 3}
PdfManipulation2.AddImageToPage(..., Pages)
Calling AddImageToPage() with the the optional Pages parameter will add the image to all pages though.
View 14 Replies
Mar 19, 2009
I have a form on a .NET webserver using aspx pages with the vb code-behind pages. The form collects the entered data and then emails it, that part works fine.Right after it gets emailed, this code checks to see if the email was sent or not and then updates the landing page accordingly. I used to use just an IF THEN statement, but now that doesn't work in these new .NET pages. Here's the end of the code that I am having difficulties with:
[Code]...
View 10 Replies
Jun 19, 2009
I have heard of setting server specs to have HTML pages parsed as PHP pages by changing the .htaccess or httpd.conf files. Is there a similar solution to have HTML pages parsed as ASPX pages?
A website I am working on does not want their PageRank to lower since their HTML pages are already indexed and used on other websites but wants to use some dynamic features of aspx pages (like include the navigation file so that changes to the nav will only have to be done in that one file).
View 2 Replies
Apr 16, 2011
I'm making a program to open specific web pages with button clicks. I have a form with the buttons and 'WebBrowser1'. Everything works ok, except that when clicking on certain links within a website, it opens a full-screen window of Internet Explorer.How can I prevent it from opening a new window. It should just navigate to the link within the WebBrowser1 window.
View 6 Replies
Sep 5, 2008
I am writing a program to login and read information off of specific web pages.I have gotten serveral working already, but I'm having a problem with this one.
<input name="DL_AUTH_USERNAME" type="text" size=10 style="font-size:9px;font-family:arial">Password:<input name="DL_AUTH_PASSWORD" type="password" style="font-size:9px;font-family:arial"><input type="hidden" name="next" value="/"></span><input type="submit" value="Go" class="button">
For some reason I can get it to load username and password but I cannot figure how to get it to click the go button.
View 4 Replies
Mar 25, 2010
I'm using visual basic 2008 and really need help in this question ...
-I'm creating a web browser : how to stop adding pages to Internet Explorer History...
-And auto save/open Listbox (so i could use my own browsing history)
View 5 Replies
Jul 13, 2011
i have this program which records the every printing made on a local computer.I am to record the number of pages of the document to be printed and the number of printed pages. i have this code but i don't know the number of pages and number printed pages always return 0 [Code].
View 1 Replies
Jan 18, 2009
i got a problem with adding a code for my program.i have build a program (at least the layout and the button switches) that can count up in Counter-Strike : SourcSo when i press F7 i count a kill and when i press F8 i count a death.
Public Class Form2
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[code].....
View 4 Replies
Sep 19, 2011
Each time i go to add an icon to my program i get 'this is not a valid icon file.' it is a .ico file, i have tried .icon, as well as converting various file types to a .ico file but still i get this error
how do you add an icon to a program? are there any rules to adding one?
View 11 Replies
Nov 10, 2009
basically what I want to do is compile a program from my program(parent) to a seperate program(child) which is a module I have created.
When I compile my child program from my parent program I want to add a .exe resource to the child and when the child program runs I want to run the resource I added.
View 1 Replies
Jul 27, 2009
I am working on a mass emailing program. I can send mass email successfully. My question is how do i add attachments? i have a label(lblAttachment), a textbox(txtAttachment) and a button(btnBrowse) on the attachment row.
Imports System
Imports System.Data
Imports System.Data.SqlClient
[code].....
View 14 Replies
Dec 31, 2011
i have problem while adding new node to my xml file in my program
i use this code and the program do not write the node
[Code]...
View 2 Replies
Jul 1, 2011
i would like to add sounds like clicks to my program. for example someone clicks a button and a buzzing sound would occur.
View 3 Replies
Mar 14, 2011
I have been undertaking the task of creating a POS system in VB.NET, everything is going good, but for some reason, I am having a hard time with a simple string....When I'm creating my receipt, I'm using html code within a string, then load the string into a webbrowser, this way I can easily format text and use a simple css file to change things, anyway this works well except for when I'm generating a bar code.
'Print Barcode for future reference
sREC = sREC & "<br><div class='BC'>*" & BusID & "-" & transIDnumber & "*</div>"
sREC contains all the information for the receipt that is the set to a WebBrowserControl Document text and saved as an html file. the output of that line of code is "*1243-2* " minus the quotations. I don't understand why the trailing space is added?
--EDIT--I know that is not in the variable, because I have tried the following as well
'Print Barcode for future reference
sREC = sREC & "<br><div class='BC'>*2*</div>"
the output continues to be "*2* ".
View 9 Replies
Oct 29, 2010
My program is running great with one little problem, it keep adding a zero to my listbox and the multiplication and sum result don't line up well. the result would be like: [Code]
View 10 Replies
Sep 8, 2011
i have a program that when you click a button it randomly gets a random line from the file and adds it to a textbox. Well when i give ppl the program it needs to have the .txt file in the same dir right.
But how would i add the file to the program itself ?
Or Add the contents of the file to the project ? maybe a class or something idk.
View 9 Replies
Jan 24, 2012
Today I'm facing the problem of adding code when the program is running.I know i can execute command, (like when i press button1 it does the command in textbox1) but I want the code to be saved.Using the setting or resource tab is not an option, (don't ask why).
View 2 Replies
Feb 20, 2010
How would i go about adding music to my program
View 11 Replies
Sep 22, 2009
Recently I've been working on a huge project, and I've wanted to make a demo version for it. So users don't have to download it without checking the features, etc. Is there anyway to upload it to my website? I have a good amount of website coding experience in HTML and PHP, but not to much with Java and JavaApplets, etc.
Is there anyway I can add my program to my website for people to use? I know it's possible, people have done it before.
View 12 Replies
Nov 14, 2010
I'm relatively new to VB, started a programing course in Uni recently What I'm looking to do is to add the following formulae into the program.
[Code]...
View 4 Replies
Sep 30, 2010
[code].....
View 3 Replies
Jul 26, 2011
Sorry for the extra long title, Here's what I want to do.I want to give the user the option of using or not using specific features of the program.If I can set a simple yes or no value that wil persist each time the program run and then depending on the variable turn off or on the feature at start
View 14 Replies
May 30, 2009
I'm afraid I don't have any code to show, as I don't know where to begin with this. I'd like to have it so that if the user presses "Ctrl+O" it will run the OpenDialogue from the Menu. If someone really wants me to (don't see how it'd help, but whatever it takes ) I can post the fully functional open function.
View 4 Replies
Nov 25, 2010
I've just created a game program in VBE2008.Who do I add the shortcut Icon to the project file?When I build my program into a .exe file I want it to include a small custom icon that will automatically display when you hotlink from the desktop to the .exe file.
View 2 Replies
Feb 9, 2009
What is the source code for Adding Your program to Starup? for VB2008
View 18 Replies
Feb 21, 2011
I have a mini form application. What I need is to have a message box asking the user to confirm exist. Yes/No. This should happen if the user click the exit button on the form or the (X) on the title bar.
I have this piece of code attached to the exit button on the form. I'm trying to use an if statement but don't have a clue as to how I can apply it to what I already have.
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
MessageBox.Show("Are you sure you want to exit?", "Confirmation", _
[Code].....
View 1 Replies