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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jpaulino

  1. jpaulino

    Query of a query

    Hi all, I want to do a query of a query of a query. Any help ? Tanks
  2. jpaulino

    Newsletter problem

    In the running browser. I do not have acess to the web server.
  3. jpaulino

    Newsletter problem

    Hi all, I have a subscription textbox in my webpage in order to do a newsletter. With this I create (in admin mode) a button to open outlook and retrieve all the email from the database and put it in BCC field. Suddenly it start give me one error and doesn’t open the outlook. I think it has...
  4. jpaulino

    Browse pictures from files

    Sheco thank It helps but how can I do something like ... page 1 2 3 next ... browsing 6 or 8 pictures per page ? Jorge
  5. jpaulino

    Browse pictures from files

    Hi all, I would like to browse some pictures according with files that I have. I have one directory for the pictures (e.g. 20070502) and one (with the same name plus “t” e.g. 20070502t) for the thumbnail. The problem is that I would like to show only 8 thumbnail per page and the number of pages...
  6. jpaulino

    change the key pressed value

    Hi all, I would like to change the key pressed by another value. e.g. key pressed = "A", return key = "B" Is it possible ? Tanks
  7. jpaulino

    Access table properties

    Hi all, How can I get the table properties of a access database. I would like to read the description and the field type. Tanks Jorge
  8. jpaulino

    Internet connection

    I use a cross cable to do my network conections because I only have 2 computer. No router. About the IP addresses the computers assigned i don't realy know but one has the 192.168.0.2 for shure.
  9. jpaulino

    Internet connection

    Hi all, I have two computers connected with two IP’s 192.168.0.1 and 192.168.0.2 with a 255.255.255.0 sub mask. I can share files and the printer but when I try to share my internet connection it doesn’t work. To share my internet (that works) I must change the DHCP to dynamic on both computers...
  10. jpaulino

    The "ResolveAssemblyReference" task failed unexpectedly

    Hi all, I'm migrating from vb2002 to vb2005 and everything running fine. The problem is that when I tried to change a crystal report it asked me I want to upgrade to CR new version. I have accepted and I got the following error message: Error 1 The "ResolveAssemblyReference" task failed...
  11. jpaulino

    SuspendLayout and Update Speed questions

    I all, Fist question: I have one form with several tests for each month and I want to suspend the control painting before it’s finished. I tried to use SuspendLayout but it doesn’t worked. I have more then 80 objects (textboxs, labels, etc) and it seems that the computer is out of memory...
  12. jpaulino

    VS2002 vs VS2005

    Hi all, I have some applications in VS2002 with .NET Framework 1.1x and I want to change to VS2005 but I have a few questions: 1-Can I run my old apps in VS2005? 2-What are the main advantages of migrating into it? Tanks in advance Jorge
  13. jpaulino

    Select control - string based

    Ok, thanks ...
  14. jpaulino

    Wait Command

    try this for 1 second System.Threading.Thread.Sleep(1000)
  15. jpaulino

    Select control - string based

    Hi experts, I want to do something like this: Dim x as byte For x = 1 to 30 CType(“TextBox” & x, Textbox).Text = “Test nº “ & x Next x This doesn't work! How can I select one control based on a string? Can anyone help me with a sample code? Tanks Jorge

Part and Inventory Search

Back
Top