Hi,
I have started creating a navigation control using a web custom control.
My navigation control consists of 5-buttons vertical aligned.
i.e.
BUTTON1
BUTTON2
BUTTON3
BUTTON4
BUTTON5
What I WANT to happen is when I click one of these buttons the buttons move apart and links are displayed...
Hi,
I want to write a VB.NET service that checks the properties on a word file to find out who the author is.
I know how to write a service.
I know how to find out the properties of a file using the IO.FileInfo namespace
But the only problem is I don’t know how to view the author as the...
Hi,
I want to write a VB.NET service that checks the properties on a word file to find out who the author is.
I know how to write a service.
I know how to find out the properties of a file using the IO.FileInfo namespace
But the only problem is I don’t know how to view the author as the...
Hi,
Does anyone know of a class or COM control that I can use to make a rich textbox editor (like hotmail has in for there email message box, i.e. when you are composing a message.)?
Cheers
THE GOV' NOR
Hi all,
i have a small problem,
I want to call a sub routine, and within that sub i have a Integer that I would like to increment every time I use the sub.
'variables have been declared outside the sub
Dim Arr(200) As Integer
Dim count As New Integer
Private Sub...
Hi,
I am trying to use the following code to make a form
<form name="Frm_login" method="post" runat="server">
<P align="center">Login Page</P>
<P align="center">
<TABLE id="Table1" cellSpacing="1" cols="2" cellPadding="1" width="300" align="center"
border="0">
<TR>...
Hi,
I am trying to write an application where I have multiple forms. I am trying to keep the memory usage low as well.
So I thought I would open a form when requested, then when I close the form it will release the memory but it does not. (That’s the first problem)
Secondly, when I try to...
Does anyone know how to make a windows application form with an Internet Browser built inside it?
So I have a Windows.NET form with another window (the internet browsers window) that has an address bar that I can surf the web on.
Hope that makes sense
Thanks
Manraj
Hi all,
I am a VB6 developer, so please excuse the simplicity of this question.
I have set my application to start with sub main(). so that it loads a form.
in .net this is not happening. The form appears and closes again. I do not understand how to get around this???
I know garbage...
Hi all,
I am trying to build a Intranet for a company I work for. They want admin to have there own homepage and secretaries to have there own homepage. As they are already logged in to a Windows NT server they do not want to retype there username and password. How can I get their Windows NT...
Hi,
just getting started with asp.net
these commands work in asp 2.0
Set Con = Server.CreateObject( "ADODB.Connection" )
Set RS = Server.CreateObject( "ADODB.Recordset" )
but do not work in asp.net
so how do i use recordset and a ado connection in asp.net
thanks for any...
Hi,
I am using the Dir() to search files on my hard drive then move them to another location.
Snip of Code shown below; this code is in a DO Loop
Dim StrDir As String
StrDir = Dir(App.Path & "\" & FileNameTxtBx.Text)
First problem is; I would like the program to search my whole...
hi,
i want to use BorderLayout to set my layout, but when i add two buttons in the NORTH area, only one button shows,
i think the secound button over writes the first button,
code:
c.add(BorderLayout.NORTH, dealButton);
c.add(BorderLayout.NORTH, shuffleButton);
only shufflebutton...
Hi,
I am new to this forum, so please tell me if I don’t give enough information in the question.
I am making a small java project (as I am a beginner) that shuffles and deals cards,
But I cannot get my GUI to work by using GridLayout (but it works with FlowLayout)
The code is below and...
Please Help me!
Page1.asp:
I Have an asp page with a form, within this form i have a text box called text1.
Page2.asp
I have another asp page with a form, within this form i have a text box called text2.
Is it possiable?
I would like to take the Value of text1 in...
Hi,
What I am trying to achieve is a login code which checks the users details in an access database and then redirects them to another page where the user will be welcomed with his/her user name.
The code I have made for the login actions the same page to check the users details! (which I...
Hi,
a little bit more information!
What I am trying to achieve is a login code which checks the users details in an access database and then redirects them to another page where the user will be welcomed with his/her user name.
The code I have made for the login actions the same page to...
hi,
i would like to action two forms from my asp web page!
the form now is actioning only login_db.asp, i would like to action another asp page (at the same time) called associate.asp!
How can this be done!
Here is the Code---->
<%
If Request.Form("action") <>...
Hi,
O.k. If I cannot do what I intended to do.
How about this then:
I have a submit form page, which I have made for my website! That submits criteria to a search engine; the search engine does not belong to me.
The results come back in the same explorer window BUT with the search...
Hi,
What I am doing:-
What I want to do is use someone else’s search engine and make it look like my website is doing the work! I can make the submit page (where the search criteria is entered) but the result will come back in the other persons web page.
What I need:-...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.