User Profile
Collapse
-
Thank you! -
How can i add time to my form, in VB language?
How can i add 'time' only (not date and time) to my form, in Visual basic Language.
i want to display current time at runtime, i have a label box called 'LabelTime' and i want the 'time' to be shown in this labelBox as it's text,
could you please advice? -
How can i add 'Day' to my webpage?
How can i add Day to my webpage (at run time) ? i.e. Monday
* i am using Visual Studio 2005 and Visual Basic Langugae
Thank you, -
How do i convert HTML code to Visual Basic in Visual Studio 2005?
i am using Visual Studio 2005 with Visual Basic language.
i have a command button, labelled 'SEARCH' and i want to add the following code to the button; so that when people click on the search button (at run time), they could see the result from the search engines.
the code is in HTML and i don't know how to translate or convert into VB code.
------------------------------------------------------------------------------------------------------... -
-
How can I read from a Drop-Down List at run time in VS using VB language?
How can i add an index name (text) of a Drop-Down List to a TextBox at run time, using Visual Basic language, in Visual Studio 2005?
for example:
drop down list for student's age are as followed;
16-18
19-21
22+
I want to capture the student option onto a TextBox, for example if a student chose option one (16-18), I want the TextBox at the button of the page to say student age is "16-18".... -
Thank you very much, your support is most appreciated.
i can now open a new internet explore, however, i cannot add the content in the text box, as the system does not add (recognise) the <+ "TextBox1.Text" > to the code, thus, nothing happens; the content of the text box is not added to the URL address.
System.Diagnost ics.Process.Sta rt("iexplore.ex e", "http://www.google.co.u k/search?"...Leave a comment:
-
page layout is changing at run time
I am using Visual Studio 2005 (web development), every time I run the programme; to see the web page via the internet explorer, the position of the objects tend to change i.e. combo boxes, text box in comparison to my design view.
Is there any way to fix this problem? -
Thank you,
I have used the above code, but not successful; the code was accepted (no error showing) however at run time it did not open an Internet Explorer. I have also tried the following code:
System.Diagnost ics.Process("ie xplore.exe http://www.google.co.u k/search?" + TxtWebSearch.te xt, 1);
*It is essential for me to have the ‘TxtWebSearch.t ext’ as I want to send queries to Google via...Leave a comment:
-
How can I launch internet explorer in Visual Studio 2005, using VB language?
Dear sir/madam,
As part of my project, I need to send queries from my website to Google search engine. The query needs to be send directly to the URL.
Thus, need to launch internet explore from visual studio 2005 (web development).
i have used the following Shell command, which is not working;
Dim IE
IE = Shell("C:\progr am Files\internet explorer\iexplo re.exe http://www.google.co.u k/search?"...
No activity results to display
Show More
Leave a comment: