Search:

Type: Posts; User: Weeluke

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. VS 2015 Re: Count People that they currently use my application ?

    I'm not sure if I've picked this up correctly but you could could just store values in a database.
    as jmcilhinney said, check to see if application is FirstRun, if it is, then get "Downloads" value...
  2. Replies
    2
    Views
    455

    Re: How to Build Vb.NET and Mysql

    Hello,
    You can try this
    http://lmgtfy.com/?q=vb.net+connect+to+mysql

    Have a look at this
    http://www.dreamincode.net/forums/topic/115753-use-vbnet-to-connect-to-mysql/
  3. Re: How to trim the space between fields in crystal report (VS 2017)

    Hello,
    I think the problem is because the length will change but the object size remains the same unless you enable "Can Grow", to enable it, Right Clicking the object and chose "Format Object",...
  4. Replies
    0
    Views
    427

    [RESOLVED] MySQL Sub Query & Join

    Hello folks,
    I'm not very familiar with MySQL except with for basic queries so please excuse my ignorance.
    I'm trying to duplicate some queries that i pulled from a MDB, so i can view the queries...
  5. Re: Problem whith Crystal Report in the client side

    Hello,
    When designing the report in visual studio, click on Crystal Reports > Design > Page setup. Under "Page Options" you can change it from letter to A4 (or whatever paper size you want).
    As for...
  6. Replies
    1
    Views
    3,811

    Re: Crystal Report File as DataSource

    OK, so it would seems I've been slightly confused (huge understatement).
    Turns out I've been looking at queries and thinking they've been reports, so essentially if i create the report in CR the...
  7. Replies
    1
    Views
    3,811

    [RESOLVED] Crystal Report File as DataSource

    Hello all,
    I'm going to be honest here, I'm not entirely sure the title is correct for what i need to do.
    I'm trying to re-create some MDB Queries to Crystal Reports for VB.NET and everything has...
  8. Replies
    3
    Views
    516

    VS 2015 Re: Just some advice/input. web control

    Thanks JM!
    For the tick it would be a simple 'check the database for this entry' then shout about it.

    All the data for the ticket system is stored in a MySQL Database so its not that hard...
  9. Replies
    3
    Views
    516

    VS 2015 Just some advice/input. web control

    Hello folks,
    I'm currently working on a project for a web based support ticketing system.
    Currently the ticket system is a WordPress plugin hosted online and is working as it's intended, I'm making...
  10. Replies
    0
    Views
    399

    VS 2015 Crystal Reports HELP??

    Hello all!
    I'm going to apologize in advance, I'm extremely new to crystal reports and i'm stuck on 2 bits.
    The 1st bit is really simple but for some reason it just wont work, i want to create a...
  11. Replies
    10
    Views
    3,450

    VS 2015 Re: Program freezing when loading data

    jmcilhinney, Thanks for that, again i thought as much but i do like to check with you folks, your knowledge is far superior than mine.
    there are a few search filters that would need changed so it...
  12. Replies
    10
    Views
    3,450

    VS 2015 Re: Program freezing when loading data

    Hello again,
    First off I've found the problem and it was this...when the data is loaded into the DGV i've a loop through a column and added it to a ComboBox, so that it is searchable by selecting,...
  13. Replies
    10
    Views
    3,450

    VS 2015 Re: Program freezing when loading data

    I thought as much, thanks for much for the help folks, no doubt you'll be hearing from me again :D
    You truley are amazing people!
    Thank you!!!!

    Luke
  14. Replies
    10
    Views
    3,450

    VS 2015 Re: Program freezing when loading data

    jmcilhinney, when the loading icon displays the UI becomes unresponsive but I haven't left it long enough to find out if it eventually gets the data, the longest i left it was about 5 minutes and...
  15. Replies
    10
    Views
    3,450

    VS 2015 [RESOLVED] Program freezing when loading data

    Hello folks,
    introduction...i have a .MBD file that is converted to MySQL and hosted locally with wamp, my program connects to that and gets the data from there, everything works 100%...until now
    ...
  16. Re: How to make dropdown menu like open folder in startwindows on windows 10

    I think what the OP means is that he would like a ContextMenuStrip or a menu to look the same as the windows 10 menu.
    Unfortunately there is no simple way, have a google for "styling context menu"
  17. Replies
    2
    Views
    669

    VS 2015 Re: Change Button Colour From Form2(Child)

    Hi 4x2y,
    I have tried recreating this with 2 forms without any issues.
    Once i've made them child forms it doesn't work, maybe its my code...? - this is the code on my menu buttons to open a new...
  18. Re: Internet Connection status - It triggers my Anti virus -

    I'm not sure what is inaccurate about it?
  19. Re: Internet Connection status - It triggers my Anti virus -

    Couldn't you just ping google?


    'If network connection is available
    If My.Computer.Network.IsAvailable Then

    Try
    'Ping google to see if Interent...
  20. Re: Formatting in DataGridView not working correctly?

    Hi Dragnorian,
    i believe you need this:


    Private Sub DataGridView1_CellFormatting(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellFormattingEventArgs) Handles...
  21. Replies
    2
    Views
    669

    VS 2015 Change Button Colour From Form2(Child)

    Hello Folks,
    For the life of me I cannot find a solution for this....I think i'm searching for the wrong thing.
    I have a Parent Form and lots of Child Forms, one of the child forms is being used as...
  22. Re: Internet Connection status - It triggers my Anti virus -

    Hello jdc,
    I'm not gona lie, I haven't read the above link or the code, but wininet.dll is a module that contains Internet-related functions used by Windows applications, there is also a trojan that...
  23. Thread: help

    by Weeluke
    Replies
    1
    Views
    531

    VS 2013 Re: help

    Hi Frias,
    I'm not entirely sure I understand what you mean but if you're looking to print the contents of a DGV you could check this out:...
  24. VS 2017 Re: Is it possible to have a window appear one time only

    Hi Razz,
    From what ive read the best way to go about it is to use a settings config for your program
    have a google for "vb.net my.settings"
    You can of course just write to a text file or create a...
  25. VS 2015 Re: Stop Combobox selecting all DGV headers

    I've no idea how I didn't think of that!!!

    Thanks very much, works great!
  26. VS 2015 [RESOLVED] Stop Combobox selecting all DGV headers

    Hello folks,
    I'm loading the contents of a MySQL table into a DGV.
    I want to use and reference the contents of the table but i don't the user to see them, for example, the whole table is something...
  27. Replies
    2
    Views
    639

    Re: code to read sites in IE internet zones

    Hi Kevin,
    Not sure if this is what your after but it might help.
    https://superuser.com/questions/414097/how-to-view-all-ie-trusted-sites-when-security-settings-are-managed
  28. Replies
    4
    Views
    717

    VS 2015 Re: Saving Database / Tables

    Thanks very much Shaggy!
    I'll try and get a look at how much data he's wanting to add.
    I figured that if he needed to move away from access then the reports could be re-created too, i suppose if...
  29. Replies
    4
    Views
    717

    VS 2015 Re: Saving Database / Tables

    Hi Wes,
    Not really, to be honest i'm not 100% sure why he's wanting to move away from MS Access, it might for for future proofing but i see no reason not to use another type of database.
    As long as...
  30. Replies
    4
    Views
    717

    VS 2015 [RESOLVED] Saving Database / Tables

    Hello folks,
    A friend of mine has asked me to help him with a database but its a bit backward and i'm looking some opinions.
    currently he has a blank MS Access database that he uses as a template,...
  31. Replies
    7
    Views
    4,114

    Re: Print Values From Textboxes

    You absolute leg end!!!!!
    that works a treat.

    THANKS VERY MUCH!
    Luke
  32. Replies
    7
    Views
    4,114

    Re: Print Values From Textboxes

    it sure does
  33. Replies
    7
    Views
    4,114

    Re: Print Values From Textboxes

    there will be one multilined textbox, i might be able to reduce it but the rest are single lined.
    yea, everything will fit onto one page.
    thanks paul.

    jmcilhinney, ill also check out the...
  34. Replies
    7
    Views
    4,114

    [RESOLVED] Print Values From Textboxes

    Hello folks,
    I've had a good google and i cannot seem to find out a solution, im not sure if im searching correctly so im hoping some of you nice folks might be able to point me in the right...
  35. Replies
    4
    Views
    730

    Re: MYSQL DB Search with ComboBox

    lol, my apologies i didn't actually state in my first that but i'm fairly sure there was a wee hint of sarcasm there? no?
    You sir are an absolute gentleman and a scholar!!
    Thanks Very Much
    Luke.
  36. Replies
    4
    Views
    730

    Re: MYSQL DB Search with ComboBox

    the problem is that the actual DB has fields called "Cust_ID" "Cust_Name" "Cust_Addr" etc etc etc, i have renamed them in code to more aesthetic versions, so i think i still have to add code to...
  37. Re: vb 2015- how to copy picture box and add name to list

    Hello,
    i'm not 100% sure about this but if its just the same as creating objects then it should be just something like
    picture1 as new PictureBox
    'load of stuff here

    picture2 as new PictureBox...
  38. Replies
    4
    Views
    730

    MYSQL DB Search with ComboBox

    Hey folks,
    currently i have a dgv that connects to a mysql database and i want to load the headers of said dgv to the combobox so i can search the database based on the selected title in the...
  39. Re: Building a application to output a SQL Query result

    Hi birchy,
    It depends on the queries your looking to return and how complex they are, I don't believe there are any wizards as such, there are however a few options for generating reports but google...
  40. Re: Any Help is appreciated! Visual Studio VB (datagridview / new email)

    hi, I'm gonna assume you have a bound DGV that is reading from your db? if so, you should be able to use (bsName).filter to filter the results your looking for, as for the emails, a quick google will...
Results 1 to 40 of 72
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width