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

    Implementing a keyword search.

    I've browsed all over google, and thorugh the tek-tip forums, and I have a feeling I'm perhaps using the wrong terminology orj ust looking at this the wrong way but. How would I store contents of items in a database, and then be able to do a keyword search? I suppose I could just have a large...
  2. MrMoocow

    Efficiency Question

    Okay, Just a quick question. I've got a PHP script that combines my header and footer with content spliced in the middle. That is to say that, "index.php?p=About" will pull up the about page and splice it in with the content. This is done with some security checks, error checks and...
  3. MrMoocow

    SelRTF and Richtextboxes

    Hello all, I'm at work on a client that features a richtextbox, I need a function that will append a line of RTF code to the end of the current one. The only way I've found that works is to take a copy of .TextRTF and then cut off the ending ("}" & vbcrlf) and then add my stuff, add...
  4. MrMoocow

    Clipping an Image

    Hello, Using GDI++ I need to take an image, and return another image that is a cropped area of the first. I've looked around and I can't find anything and I think i'm just looking in the wrong spot. EX: I have an image, I want the image between 64,64 and 128,128. Any help would be...
  5. MrMoocow

    Dao 3.6, Win 98 and MDAC

    Okay, First things first I have searched alreay nothing is that helpful to me so far. Second I'm at my witts end here. And finally the problem, I referenced DAO 3.6 and found that its a far better way to store the clients data then using Binary files, But alas My program comes up with the...
  6. MrMoocow

    LED Lights,

    Hello, This could be posted in several forums but I guess I'll just choose this one. I need some resources that explain how to connect about 12 LED Digits [0-9], wire em up and such, then connect them to a serial port where a VB program can set the values. I realize this is a pretty big...
  7. MrMoocow

    Making a Propertys Form

    Hello, Anyone have any comments on how to make a properties windows similiar to the one in the IDE. I've tried using an Flexgrid control but that doesn't really work well. Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]! email me any time! Bradsvb@yahoo.com
  8. MrMoocow

    FLoor

    Anyone have a good FLoor function? I'm using: Public Function Floor(ByVal value As Double) As Integer Floor = CDbl(CLng(value)) End Function But it seems to have some irregularitiies. Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]! email me any time! Bradsvb@yahoo.com
  9. MrMoocow

    Property bag Contents Method

    Hello, I've searched MSDN, no help. I've searched tek-tips. No Help. So I must post. Its very simple: How do i use a properry bags contents method? The object browser reveals nothing, creative use reveals nothing. I can't figure it out! Msdn saysthere is only 2 methods (read and write). help...
  10. MrMoocow

    Mass Pictures,Loading

    Hey, MY progress in visual basic continues, Currently I have up to 17 pictures that might change on an instant, so I made the STUPID mistake of just using loadpicture and quickly found how slow this is. I was wondering is it bad practice to load on massivve picture into memory? Then i could...
  11. MrMoocow

    Using Collections

    Hello, 1)I've tried many things to get collections to work. I've tried just Dim Bob as new collection and many other things. But when ever i go to add an item to the collection i get various error messages. Please can some one give me an example of a collection. Brad...
  12. MrMoocow

    Navigateing through an EXcel sheet in a webbrowser.

    Ok, I have a webbrowser control, which retrives a .csv off the internet, I have to questions. 1)How do I close the document programticaly because if its open twice bad things happen... 2) How do i read from cells, like A1? Thanks Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]...
  13. MrMoocow

    Help on sounds and graphics.

    Hello I'm a new linux person so I chose PhatLinux. It uses X-Server and KDE and lots of other things that I don't understand yet.Some info on my system first. PIII 933 384 Pc133 Ram 20 g HD 40 G Hd Nvidia Geforce 2 MX 400 Soundblaster Audigy My sb card is IRQ 9 is windows but no matter what X...
  14. MrMoocow

    Were is VB Code stored?

    When you save a project there is of course the Project.vbp. TheForm.frm THeFrom.vbw I saved my project to a bad floppy. Now the form is corrupt,How can i get the code out?IS the code in the frm or vbw? Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]! email me any time! Bradsvb@yahoo.com
  15. MrMoocow

    The story on goto

    Okay, I'm doing a sorta "poll". Even though I'm "know my way around VB" I took a VB course in order to be able to take a C++ class. My instructor insist that goto's are improper in any case. On the subject of Error handling it says you shouldn't have errors. So I would like...
  16. MrMoocow

    Perplexing Problem with setting up dynamic forms

    Ok, I have a form that I need to load and give it a "index" based on a ID. So I made a array of objects: but since I can't set an array to an object, I have to set individual ones to the form inquestion. Recap: Need to load a form and assasign it a number, Then need to be able to...
  17. MrMoocow

    Finding how many splits there are

    Hi, This has probably been answered but I couldn't find anything by searching. I have used the split function. How do I tell how many "pieces" are in the new array? I tried Ubound(newarr) were newarr is the result of the split. Brad...
  18. MrMoocow

    Quick starter in databases?

    Does anyone know of any good resources of begging databases, I need to read, and write new records. The database can't be reliant on acsess either. Well? Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]! email me any time! Bradsvb@yahoo.com
  19. MrMoocow

    Byref,Byval question

    Byref Byval and errors: (oh my?) Okay I have a wrap function: Very simple (gets the job done) Public Function Wrap(Value As Integer, Max As Integer, Min As Integer) As Integer If Value = Max + 1 Then Wrap = Min Else Wrap = Value End If End Function Now when I call this Bob =...
  20. MrMoocow

    PlayApi and Xp

    I just got xp, and am using the vb5 cce while I wait for my friend to give me back vb6pro, but why doesn't PlaySound work anymore? It just returns errors. Brad, [COLOR=red]H[COLOR=blue]e[COLOR=red]y[COLOR=blue]! email me any time! Bradsvb@yahoo.com

Part and Inventory Search

Back
Top