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: sjn78
  • Content: Threads
  • Order by date
  1. sjn78

    Using MSDE over a network

    I have a small network setup at home (3 computers) and wondering if I setup MSDE on one of the pc's can I use it as a server? I only ask this because isn't MSDE just to run on your own pc? I would like to be able to have it running so any of the pc's can use the one database from the so called...
  2. sjn78

    ASP question

    I am new to asp and how it all works. The quesiton is, I have an asp page and when uploading it to the server it only shows the code and not the page as it should. The server I am using is with my ISP and its the usual free MB space thing. Would this be the problem? I can't see them having...
  3. sjn78

    Jpg's Summary Information

    Hi, I am stuck...I have written an app to view images and when the image is selected, I would like the images 'metadata' to be displayed in textboxes, eg, Keywords, Title, etc. I have gotten to a point where I am stuck. I can't access this data in a logical form. Has anyone tried or achieved...
  4. sjn78

    Disposing Objects

    Hi, I am just wondering why you should dispose of any objects that are no longer in use. Does it free up memory or is it just good practice. The same question applies to db connections. I can see how leaving a databse open could lock out other users, but for an app where only 1 person will be...
  5. sjn78

    Emails

    I have read a few threads about email but they r far too complex for what I am trying to do. All i want for it to do is launch the default email client and put the to address in it ( it is from a textbox). Is ther something simple like mailto: you@home.com Thanks Steve
  6. sjn78

    Panels

    Hi, Does anyone have a suggestion to this. I have a main form with a list on the left which will open up new windows. It is no problem to set it up as a mdi form. I would prefer to use panels and not have it as an mdi. I know in Delphi, you can use frames and this way the form won't be...
  7. sjn78

    Databases in .NET

    Hi, I am new to VB.Net and having a few troubles switching from VB6. I have an access database and want to use it in the app. What is the best way to connect to it, I mean what method. I have tried many ways and have not successfully done it yet. I have looked at examples, help pages and...
  8. sjn78

    What I am missing?

    I am only fairly new to making webpages, but I have a link on the site to download a file. Problem is, when I click on the link, it shows the ftp folder. How do u get the save file as dialog to pop up when clicking on the link? Thanks Steve
  9. sjn78

    Detect if a Form is open or not

    I have an options box where the user can choose what text boxes are displayed on it. If the form is open, you can go to the options dialog, make the selections and hit save. This then calls a sub procedure in the form to setup the text boxes to the new settings. The problem I have is if the...
  10. sjn78

    Change the .mdb extsion to another

    I have seen this done but I am a little unsure on how to perfrom this. I want to change the .mdb extesion of a database to something like this .cmr Is there a way to tell vb to open the .cmr file as a .mdb file and use it as your typical database. The reason behind this, is to try and stop...
  11. sjn78

    VB6 to .Net

    I am looking at getting .NET. Is it recommended or are all of these 'new' features a waste of time. I have little knowledge of .NET, so I was wondering if some could give me a little insight about it. Thanks Steve
  12. sjn78

    VB Tools

    Hi, I saw a little while again a thread containing a link to a site where you could download an addin for VB. I think it had some handy tools for coding and things like that. I tried searching back through the threads but without any luck. I hope someone might know what I am talking about...
  13. sjn78

    Changing values of multiple objects

    IS there a simple way to do this. text1.visible = true text2.visible = true text3.visible = true I have a lot of these types of controls on a form and needed to know whether you can do it all in 1 line of code instead of the above method. I would like to stay away from arrays. Thanks Steve
  14. sjn78

    [ADODC]: Unknown Error. [ADO]:

    What does this mean? I put the ADO control on my form, built the connection string using the Microsoft Jet 4 OLE Provider. When I hit test connection it works. It is a 2000 database. I have set up the recordsource and have it pointing it to a table. The error only appears when I put a text...
  15. sjn78

    Crystal Reports - What am I doing wrong?

    I have VB 6 and using the crystal reports that comes on the cd. I have read a few threads about this but nothing has been able to help me. I cant get anything working to do with the reports. Firstly, I want to know if I have the right components on the form. I have the CrystalReport and...

Part and Inventory Search

Back
Top