Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Govnor
  • Content: Threads
  • Order by date
  1. Govnor

    Web custom control handling events

    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...
  2. Govnor

    Find word file properties like author of document.

    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...
  3. Govnor

    Find word file properties like author of document.

    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...
  4. Govnor

    How to make a rich textbox editor (to compose a message) like hotmail

    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
  5. Govnor

    Calling a sub and incrementing a Integer within the sub

    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...
  6. Govnor

    form authentication using web.config

    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>...
  7. Govnor

    Closing and Showing forms while keeping memory low

    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...
  8. Govnor

    Windows application that has a built in Internet browser

    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
  9. Govnor

    Help with Sub main

    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...
  10. Govnor

    Using Windows NT username and redirecting on NT group

    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...
  11. Govnor

    'Let' and 'Set' assignment statements are no longer supported.

    Hi, just getting started with asp.net these commands work in asp 2.0 Set Con = Server.CreateObject( &quot;ADODB.Connection&quot; ) Set RS = Server.CreateObject( &quot;ADODB.Recordset&quot; ) but do not work in asp.net so how do i use recordset and a ado connection in asp.net thanks for any...
  12. Govnor

    Dir () search function

    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 & &quot;\&quot; & FileNameTxtBx.Text) First problem is; I would like the program to search my whole...
  13. Govnor

    BorderLayout problem!!!

    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...
  14. Govnor

    GridLayout

    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...
  15. Govnor

    Grab Information from Text box1 and place in Text box2

    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...
  16. Govnor

    actioning twice from one form!

    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...
  17. Govnor

    more info--on actioning twice from one form!

    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...
  18. Govnor

    actioning twice from one form!

    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(&quot;action&quot;) <>...
  19. Govnor

    search engine results to appear in a pop up window!

    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...
  20. Govnor

    Cont... ? on Coping Content of Webpage and Email

    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:-...

Part and Inventory Search

Back
Top