Search:

Type: Posts; User: Grunt

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. ListView with dropdownlist out of memory on large datasets

    I get out of memory on large datasets with this. Works okay with a few rows, but with a lot it eventually crashes. I know why (I am populate drop down lists over again even though the data in the...
  2. Replies
    2
    Views
    1,346

    Re: [RESOLVED] P2P question

    If you are on Wifi, you are probably behind a firewall. Just put the server on the dmz, that way everybody can access it.
  3. Replies
    1
    Views
    929

    Encrpytion with short resulting string

    I am writing a keygen to protect my software. I am using TripleDES right now and it results in something like this:

    LUwk1JpAi9WDZh6s23uydw==

    Kind of complicated for a user to type in for a...
  4. Replies
    1
    Views
    691

    sudoku game function help

    I am trying to figure out a function to see if the current number exists in the sudoku block already. The full sudoku grid is represented by a 2d array of integers. Dont have much so far, still...
  5. Re: how come it's not writing the the executable's directory?

    AFAIK environment.currentdirectory is not always going to be the application folder. You would want application.startuppath. What is the reason behind it not being wise to write to the app folder?
  6. Replies
    1
    Views
    3,734

    case insensitive linq query

    I am pulling data from xml with linq. Here is my code:


    /// <summary>
    /// Pulls all drinks from xml and sorts by name
    /// </summary>
    /// <param...
  7. Replies
    0
    Views
    608

    Textblock Formatting

    the data is pulled from an xml file using linq. I need bullet points on each line and each line that is too long for the screen needs to be indented. For example the first instruction: the string is...
  8. Replies
    4
    Views
    840

    VS 2008 Re: [RESOLVED] Form load event

    A form has both a load event and an initialize event. So if you have to much in your load event, you can offload some of it to the initialize event.
  9. Re: Can anyone please write this program?

    Sure I'll write it. $100 to my paypal account. Everyone deserves to get paid for doing other peoples work.
  10. Thread: new page

    by Grunt
    Replies
    2
    Views
    598

    VS 2005 Re: new page

    Well are you talking about a web page or a windows forms app?
  11. Replies
    4
    Views
    751

    VS 2008 Re: How to use the keybord - Write

    sure



    textbox1.text = "somestring"
  12. Replies
    8
    Views
    951

    Re: Treenode label colors

    NM Works great. Dont know what the deal was. You have to imports system.linq. I removed the reference and readded it and then got all the methods.
  13. Replies
    8
    Views
    951

    Re: Treenode label colors

    I opened visual basic express and dont have those methods for a list either. Target 4.0.
  14. Replies
    8
    Views
    951

    Re: Treenode label colors

    I am using sharpdevelop and compiling to target .net framework 4.0. I am using msbuild 4.0.
  15. Replies
    8
    Views
    951

    Re: Treenode label colors

    I am trying to use this class, but have a few errors when compiling.



    I think it is using linq so I imported linq and linq.expressions but am still getting those errors. I guess it would help...
  16. Replies
    8
    Views
    951

    [[resolved] Treenode label colors

    I have a treeview on my form.

    I have the node label and the the sub node count next to it like this:



    I want the parenthesis and the number in it to be blue, but the node name to be black...
  17. Replies
    6
    Views
    595

    Re: Help With VB Program Name

    Maybe instead of program, you mean library or component. Like the Krypton Toolkit or the QIOS Devsuite.
  18. Replies
    2
    Views
    580

    VS 2008 Re: Website Search Function

    Did you try using .tostring or the cstr function? Not sure if that will work or not but just thought i'd ask.
  19. Replies
    7
    Views
    931

    Re: School Project thesis

    The Aforge Framework is free and can help you immensely in the facial recognition part.
  20. Thread: Future of VB.Net

    by Grunt
    Replies
    12
    Views
    2,591

    Re: Future of VB.Net

    I don't understand why a c# developer would get paid more than a vb .net developer. Doesn't make sense. Both languages are just as powerful as the other and they both get compiled down to the same...
  21. Replies
    5
    Views
    753

    VS 2010 Re: How can I automate things in my program?

    Basically you add the webbrowser control to your form, call the navigate() method to go to a website. On the page complete event, you can access the pages data through the dom (document object...
  22. VS 2008 Re: how to get the tag text 110 in web response and create a error messa

    regex is easier and cleaner. I'd use that one.
  23. Replies
    5
    Views
    753

    VS 2010 Re: How can I automate things in my program?

    You can use the web browser control to do what you want. Might make things more easy to understand.
  24. Replies
    3
    Views
    6,950

    Re: Using text file as a database

    Not sure why you would use a text file as a database. If you did, it seems to me that you would just read it in with a streamreader and then parse it with regex or write to it with a streamwriter....
  25. Replies
    95
    Views
    90,867

    Re: Enhanced VB Tabbed Web Browser

    I am thinking of doing something like this, but instead of going with the vanilla browser control, to using embedded firefox with xulrunner. I will post some stuff on it in the future.
  26. Replies
    9
    Views
    1,599

    Re: Can VB.NET do lists? Store data in list.

    This is true. I know of countless times that I have ran into a problem and google found the answer for it quicker than I would have got a response here.
  27. Thread: shared control

    by Grunt
    Replies
    0
    Views
    5,905

    shared control

    Can I create a control with a shared access modifier in the xaml or only dynamically in the code-behind? Cant find anything on Google.
  28. Replies
    4
    Views
    682

    Re: not getting why my code isnt working

    the name, bday, sex and username doesnt get put into the database.
  29. Replies
    4
    Views
    682

    not getting why my code isnt working

    Just trying to insert some extra data in the createuserwizard:



    Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As EventArgs) Handles crwCreateMe.CreatedUser
    ...
  30. Replies
    2
    Views
    3,034

    Retrieving images from a mysql longblob field

    I store images in mysql as a longblob. The image control only takes an imageurl, so I have to have an ashx page serve up the images and then the image control uses that page as the imageurl. It...
  31. Replies
    3
    Views
    960

    Seeing my laptop windowed on my desktop

    I have my laptop and my desktop sitting right next to each other. I hate having to switch between the two. I would like to see my laptop in a window on my desktop. Problem is my desktop is on a...
  32. Thread: db structure

    by Grunt
    Replies
    1
    Views
    393

    db structure

    I am working on some social network stuff. I need to store all a registered users friends in mysql. I dont want a seperate table for each person, how would I structure it? Do I just need a longtext...
  33. Thread: ideas please

    by Grunt
    Replies
    1
    Views
    845

    ideas please

    I wrote a network discovery tools that queries snmp devices on a network with a given ip range. How do I find out what devices is connected to what devices. So that I can complete drawing the network...
  34. Replies
    1
    Views
    843

    Project will compile but wont run

    I have a project that I have been working on for about a year. I open it up now and it will not run. I am using sharpdevelop. It is erroring on this line of code:



    Protected Overrides Sub...
  35. Thread: Querying SNMP

    by Grunt
    Replies
    1
    Views
    833

    Querying SNMP

    I am writing a network diagramming application with SNMP autodiscovery. I can query SNMP devices but I need to be able to differentiate between laptops, servers, and workstations. The only response I...
  36. Replies
    12
    Views
    2,049

    VS 2008 Re: Looking for a silent webbrowser

    why use the webbrowser control at all, why not use the webclient classes?
  37. Replies
    4
    Views
    673

    Re: storing a dash style in listview

    i want to draw on the cell using that pen dash style if possible. If not ill go another way.Ya know I think ill just approximate the dash style using text characters.
  38. Replies
    4
    Views
    673

    storing a dash style in listview

    Is there a way to store a graphics pen dashstyle in a listview sub item cell?
  39. Replies
    11
    Views
    8,487

    Re: ajax autocomplete not working

    what a pain in the butt. Had to change the script manager to :



    <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
    <Services>
    <asp:ServiceReference...
  40. Replies
    11
    Views
    8,487

    Re: ajax autocomplete not working

    I started using ie as my default browser instead of firefox and the following error showed up:



    Line: 2
    Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width