Search results for query: *

  1. thugster69

    Regex strategies for htm tags - Getting strings inside html source code

    Hi Folks, First of all, I would like to say that finally, I'm back to this wonderful site! I've taken a break from programming since my work doesn't require it. For my query, what I'm trying to do is get a string from a group of html tags. I've successfully coded my initial logic for "IM...
  2. thugster69

    Installation problems with Crystal Report

    Hey guys just let me BUMP this once since I really need this problem to be solved. Thank you.
  3. thugster69

    Installation problems with Crystal Report

    Hey guys! Good day to you all! I just need some help regarding my problem on deploying applications to workstations that uses crystal reports as its functionality. My Platform is Visual Basic 2010 with .NET 4.0 Framework combined with MySQL Database. Here are the problems: 1. When the user...
  4. thugster69

    Web Browser Based application?

    Hey guys, I'm developing a VB.net application that utilizes mysql as its database storage. I'm wondering if its possible to convert or compile my application into a web browser application accessible through networks? Any comments will be much appreciated! Thanks guys! :D
  5. thugster69

    Printing multiple categories in its own CrystalReport Row?

    Hey Guys! I'm faced with a dilemma of making a crystal report document that will print this layout: President: Name: Vote Count John Doe.......................8 Jane Doe.......................7 Vice-President: Name: Vote Count Candidate...
  6. thugster69

    How can I split a string with qoutes, doubleqoutes and other metacharacters in REGEX?

    Hey guys, For two days, already, I've been bugged by my problem. I'm trying to split a string of text i.e.( "Lakeside".) and store it like this: myArray(0) = " myArray(1) = L myArray(2) = a myArray(3) = k myArray(4) = e myArray(5) = s myArray(0) = i myArray(0) = d myArray(0) = e myArray(0) = "...
  7. thugster69

    Question How can I join 3 tables using SQL?

    @Sultan Thanks for the reply. I figured a way around my prob and here it is.. SELECT Grade1mapagbigay.[Student Number],[Student Masterlist].[Last Name], [Student Masterlist].[First Name], [Student Masterlist].[Middle Name],[Student Masterlist].enrollmentState...
  8. thugster69

    Question How can I join 3 tables using SQL?

    Hey Guys, Good day! I just want to learn how to join 3 tables in my SQL Database? Here is the structure: Table Name: Section1 Fields: Student Number Table Name: New Student Fields: Student Number Last Name First Name...
  9. thugster69

    Preventing SQL Injection by cancelling KeyPress events

    @cjard Thanks for replying to my problem! Now I'm using the whole Parametization in all my SQL statement.. It cancels the possibility of an SQL Injection without the technical fuzz.. Thanks for this! I really appreciate it! :D
  10. thugster69

    Question Image Button Help Please

    Do you have the image itself? If you're talking about the Hover effect, you can use the onHover event in the picture box.. Reply ASAP
  11. thugster69

    Red X in the Crystal Report Toolbar

    I recently determined that even the MenuStrip displays a Red X after redrawing.. I solved this problem by running VS 2010 with administrator rights.. I hope this could be of help to somebody..
  12. thugster69

    Red X in the Crystal Report Toolbar

    I recently installed Crystal Report for Visual Studio 2010 Beta on my computer.. The reports are executing fine but the standard toolbar of the Crystal Report Application contains a big red X on top.. BTW, I'm developing my application using VB 2010.. Any help or comment will be appreciated!!
  13. thugster69

    Putting Textbox Validation in a function

    @John Thanks for the code, I soon have to try that! what does this line mean?: e.Handled = ValidateChar(e.KeyChar) I thought the only equivalent value of e.handled is either TRUE or FALSE? Thanks btw mate!
  14. thugster69

    Putting Textbox Validation in a function

    Is there any possibility that I can put this large chunk of code to a function so that I can call and verify the input without having to repeat the code for every textbox.keyPress event. Here it is: Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As...
  15. thugster69

    Typing Tutor Help...?

    @ JohnH Whew, its been days since I've been in the site.. Been very busy academically.. Thanks for the guidance! Ill be reading it now and reply ASAP I finish coding and trying it! Thanks for the help!
  16. thugster69

    Preventing SQL Injection by cancelling KeyPress events

    @cjard ======>what do you mean in this? ===> this is when I need to pick values from a combobox as the keyword right? ===>This is where I get confused.. It's a bit blurry in this line:(@criteria = 'name' AND name_column = @keyword) OR (@criteria = 'age' AND age_column = @keyword) ==the code...
  17. thugster69

    Preventing SQL Injection by cancelling KeyPress events

    I see.. I'll be using it.. I guess I just haven't get the hang of it yet.. If I may ask another question, but it's out of topic: How can I use the value selected from a combobox as a field in an SQL statement? Mine is this: Dim sqlcommSearch As New SqlCommand("SELECT * FROM...
  18. thugster69

    Preventing SQL Injection by cancelling KeyPress events

    @Juggalo It's a good idea of you, I tried it to generate an SQL SELECT command and it worked.. But with SQL UPDATE, I get this parsing error when i click the Query Builder Error in table name or view name in UPDATE clause. Unable to parse query text.
  19. thugster69

    Printing?

    Do you have any snippets for this @jmcilhinney?
  20. thugster69

    loading takes time

    if anyone can enlighten us in this issue, we'll be happy with it.. I'm also having trouble with this..
Back
Top