Search:

Type: Posts; User: Mxjerrett

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,413

    Re: Database Structure?

    My only other major concern is going to be trim and engine type. Edmunds' api seems a bit incomplete in some areas, so in some cases those will have to be manually entered. In the event they are...
  2. Replies
    7
    Views
    1,413

    Re: Database Structure?

    Would you go as far as assigning the years to a different table as well, or simply just list every single year within the models table?
  3. Replies
    7
    Views
    1,413

    Re: Database Structure?

    My step father doesn't have any form of software managing his shop currently, and due to the overwelming costs of renovating everything, he doesn't have the money to really purchase any of the COTS...
  4. Replies
    7
    Views
    1,413

    Database Structure?

    I'm currently building a program for my step father's auto repair shop. I'm working on the database, and I'm in need of some insight on the best method of approach on creating the database. My...
  5. Replies
    1
    Views
    2,595

    [RESOLVED] Extracting JSON data

    Hey guys, it's been a few years since I've touched VB.net, and I'm needing a bit of help with a project that I'm working on for a family member. I'm writing a program to manage and maintain an auto...
  6. Replies
    1
    Views
    2,385

    Re: Public Shared Function

    Easiest way is simply to create a module. Inside the module, declare your code and just do something similar to:

    Public Function FUNCTIONNAME()
    'Code Here
    End Function
  7. Replies
    2
    Views
    5,682

    Re: Slide Div Out

    Actually, I found a plugin that does what I like. It is bxslider, however, I would like to find a way to extend it to 100% width of the screen so things slide to the center of the screen.
  8. Replies
    2
    Views
    5,682

    Slide Div Out

    I've come across an issue that is somewhat bothering me. I'm working on a news scroller for my web page. At the top portion of my page, there is a Section that spans the entire width of the page....
  9. Replies
    2
    Views
    724

    Re: Yes/No alteration on table using vb 6.0

    Research control arrays. What you can do is create an array that corresponds to the appropriate index of the record.
  10. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    Yeah, you just move the files to the server and run the initialing page.
  11. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    I wouldn't know of a decent way of deploying this in mass. This is a deployable CMS system that allows for quick installation on someone's server. I'm not sure how I could make it modify ISAPI...
  12. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    I do have all the functions within includes, it's a module based system, when they want to execute the code they use the CMS and put something like [$ContactF$] then it reads the plugin table, when...
  13. Replies
    1
    Views
    381

    Re: VB coding help

    You can attempt something similar to

    Set wshShell = WScript.CreateObject ("WSCript.shell")
    wshshell.run "calc.exe", 6, True
    set wshshell = nothing

    Just change calc to the appropriate location.
  14. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    Mine is asp, are you saying your code is asp.net?
  15. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    Well, this is somewhat frustrating. After rethinking it with a well rested and clear mind. I think I may have managed to restructure the functions to be able to handle piping the information over to...
  16. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    MarkT, I actually just attempted what you said and it doesn't seem to worth. It throws a mismatch error.

    The reason the example you showed doesn't work is some of these plugins' functions have...
  17. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    Yes and no, replace would be able to remove the function, but it isn't going to find the location of where I have to insert the calls to the appropriate function.

    Example
    ...
  18. Replies
    3
    Views
    678

    Re: If records empty the response.write

    How are you performing the search? A database with queries?
  19. Replies
    2
    Views
    645

    Re: Hi i just want to know how to put stuff

    The most efficient method in my opinion would upon opening and closing of your program (and possibly periodically throughout) have your application back up the settings for the individual objects...
  20. Replies
    15
    Views
    1,492

    Re: Inserting at Position

    I'm fairly sure I've figured it out. After several hours of tinkering and research, I believed it's fool proof. At least I hope.


    One request, if anyone can help me with a more efficient method...
  21. Replies
    15
    Views
    1,492

    Inserting at Position

    This to me seems like it should be an almost simple solution, but for some reason, I'm having a brain fart.

    I am building an extensive content management system for asp, complete with plugins and...
  22. Replies
    5
    Views
    942

    Re: Need Lil Help

    Place my entire function inside of the DocumentComplete subroutine. Then directly below it, add


    Text3.Text = lngBalance

    I believe this should take care of it.
  23. Replies
    4
    Views
    1,169

    Re: Boot from USB - not in bios

    Also, be sure to google and see if there is an update for your specific motherboard model that allows booting from usb.
  24. Replies
    7
    Views
    2,860

    Re: Win7 to Win7 share folder

    Attempt to remove the "Everyone" account and re-add it. Also you can attempt to change the ownership of it as well.
  25. Replies
    12
    Views
    3,978

    Re: Microphone Issue in Laptop

    Open up the control panel, and go to the sound application. Once it is open, go to the recording tab, check to see which option is selected to be the default. Also, try unplugging and plugging it...
  26. Re: WIN-7 how to set a external HDD as backup device

    Open the start orb, type in "Backup and Restore". The application that opens will allow you to schedule backups, how frequently it backups, the files that are backed up, and several other parameters.
  27. Replies
    5
    Views
    2,351

    Re: PC won't boot! No hard drive found

    Attempt to place that hard drive within an enclosure or inside of a different computer, that is general the sign of a failing or failed hard drive.
  28. Replies
    3
    Views
    4,224

    Re: Tiny Token Scanner v1.0 Update

    As I don't have vb6 installed to test this out, I'm not entirely what the purpose of the application is. From the code it seems to parse out the special characters and specify a token type based off...
  29. Replies
    6
    Views
    6,767

    Re: VB6: Error 3076. Provider cannot be found.

    Have you made sure to have the SQL references selected?
  30. Replies
    6
    Views
    969

    Re: VB6 question

    One other option would be a timer triggering when you roll over the picturebox, when the coordinates of the mouse are no longer within the picturebox's boundaries, turn the timer off.
  31. Re: Deleting specific files by date.

    Try comparing it with instr


    'Set folder location
    sFolder = "\\SomeServerName\VOL#\SHARE\First Folder\Bartender\DATA"

    'Set how many days old to delete
    dAge = 7
  32. Re: Setting a Pulldown field inside html doc

    Have you tried:


    docs.All(mypos).SetAttribute("selectedIndex", INDEXHERE)
  33. Replies
    5
    Views
    942

    Re: Need Lil Help

    Ok, this method should work, but mind you I don't have vb installed to test this, but this should do the trick.



    Dim strSource as String
    Dim pos(3) as integer
    Dim lngBalance as long...
  34. Replies
    17
    Views
    2,013

    Re: [RESOLVED] Send Message To All (Winsock)

    Also jmsrickland, using on error resume, is a bad coding practice. You don't ever want to just step through errors unless absolutely necessary.
  35. Replies
    2
    Views
    670

    Re: Fingerprint Reader question

    I'd say to do a test to compare speed, try to figure out how many prints they will have, getting as close to that many prints as you can and compare.

    I haven't ever specifically worked with a...
  36. Replies
    5
    Views
    612

    VS 2010 Re: Need help starting with SQL

    The system that goes on the client's system stores inspection information and allows editing and modifying. After all data has been modified, everything is stored locally, but also needs to be stored...
  37. Replies
    5
    Views
    612

    VS 2010 Re: Need help starting with SQL

    So is it possible to make the application access an online SQL database so it is possible to access the database without having to have SQL server installed on the client's computer?
  38. Replies
    5
    Views
    612

    VS 2010 Need help starting with SQL

    Hey guys, it has been awhile since I've been into programming, I've landed a job with a local company, the entire project the gentleman is paying me to do is incredibly easy, with one hitch, the...
  39. Replies
    0
    Views
    574

    VS 2008 Capture Minimised Window?

    Hey guys, I'm writing a program with a friend that uses an mdi form and a toolbar at the bottom for all the forms. We are trying to make a hover style window preview, similar to that of vista or...
  40. Replies
    8
    Views
    1,462

    VS 2008 Re: Drawing Circles at run time.

    Does your line program allow for deletion of points as well as viewing previous points?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width