Search:

Type: Posts; User: stateofidleness

Page 1 of 13 1 2 3 4

Search: Search took 0.48 seconds.

  1. Re: !! About the new type of Single Language MSDN that I am making for Microsoft !!

    I need to be able to export to Excel as well.
  2. Re: Update database records using multiple threads

    Niya, I think what threw me off at first was the use of a UI in the example. I'm working with a Windows Service that will update a database. The front-end will be a web-based UI (PHP). I may add a...
  3. Re: !! About the new type of Single Language MSDN that I am making for Microsoft !!

    So how bout those Spurs ;)
  4. Re: Update database records using multiple threads

    Good deal, let me play with this for a bit and give it a good study. If any questions come up, i'll post back!
  5. Re: Update database records using multiple threads

    Man, that looks pretty awesome, but it uses a lot of stuff I'm not familiar with (like BindingList). What's the "g_" convention?

    I really don't know how this works :)
    Is the example actually...
  6. Re: !! About the new type of Single Language MSDN that I am making for Microsoft !!

    this thread.. wow.. is this the type of stuff I've been missing out on??

    anti-gravity PictureBox controls and the most polished Web Browser I've ever seen! The screenshots are awesome.
  7. Re: Update database records using multiple threads

    I'm not sure what functionality specifically you're suggesting I package in its own class. Currently, I'm receiving a list of devices at Service start, then iterating through the dataset to ping each...
  8. Re: Update database records using multiple threads

    Hey JMC, good to see you're still on the board!

    I just finished getting a ThreadPool version working and seems to be working properly. Got a little stuck with passing a value to the procedure...
  9. Update database records using multiple threads

    Gents,
    Been a while since I did any VB work, and have started a new project that is a Windows Service that will update a database using multiple threads. I am testing this out with a dataset that...
  10. Replies
    1
    Views
    3,988

    Save image file from Byte array

    Gents,
    I have this code which saves an "Image" to a SQL Server database:

    'You have the images in the PictureBoxes, now you need to store it as a Reference Image
    'if the user has...
  11. VS 2008 Re: click listbox item in webbrowser ?

    same concept:

    If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
    Dim cbAllCountries As HtmlElement = WebBrowser1.Document.GetElementById("allCountries")
    ...
  12. VS 2008 Re: click listbox item in webbrowser ?

    Dim theElementCollection As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("option")
    For Each curElement As HtmlElement In theElementCollection
    If...
  13. Replies
    4
    Views
    913

    VS 2008 Re: HttpWebRequest

    is your data URL encoded? Also, your UserAgent string looks like it's missing a closing parentheses on the end.
  14. Re: NumericUpDown defaulting to "Minimum" value

    Yes, I had the Value set to 14 in the Designer as well.
  15. Re: NumericUpDown defaulting to "Minimum" value

    My method is one-time, codeless as well, I'm just creating the setting prior to binding it. In your scenario, you're creating the setting AS you are binding it. They both create the same setting and...
  16. Re: NumericUpDown defaulting to "Minimum" value

    In my Project Settings window, I have:
    name:FontSize
    type:Decimal
    scope:User
    value:14

    On my Form (designer view), I have the nup with a Minimum value set to 10, ApplicationSettings (Value...
  17. Re: NumericUpDown defaulting to "Minimum" value

    Hmm. In my settings, I had an already-created "Decimal" type setting called "FontSize". I dragged the nud to the Form and under ApplicationSettings, I set the "Value" property to the "FontSize"...
  18. NumericUpDown defaulting to "Minimum" value

    Gents,
    I'm using a NumericUpDown control with a Minimum set to 10 (using for font size setting). When it is changed, it is bound to an Application setting and saved. On Form Load, I am attempting to...
  19. Replies
    15
    Views
    1,857

    VS 2008 Re: Image clicker, is it even possible??

    and what if their DPI is set differently? there's too many "variables" to take into consideration to make it work the way you're planning on doing it. If you could explain more on what it is you're...
  20. VS 2010 Re: how to find a element on a page and click it

    Put your code in CODE blocks so that it is easier to read.

    You need to do the "clicking" in the DocumentCompleted event. The null reference error you are getting is because you are attempting to...
  21. Re: Converting to Class (how to reference "Me.Handle")

    It seems to be working with the "CurrentProcess" handle.

    cicatrix, the ScriptErrorsSuppressed property does not handle the dialogs generated by javascript alert() or confirm() type calls, it only...
  22. Replies
    3
    Views
    710

    Re: How To Navigate to Another Page.

    Welcome to the forums.

    What kind of "Page" are you talking about? Do you mean "Form" or are you using a WebBrowser control and want to Navigate to a different page?
  23. Replies
    15
    Views
    1,857

    VS 2008 Re: Image clicker, is it even possible??

    What kind of "game"? Is it a fullscreen DirectX type game or a Flash game in a browser? If it's Flash, are the login boxes embedded in the flash game itself or on a web page?
  24. Re: 88 buttons visibility help!

    Why even create them at design time? Just create a new button on-the-fly when it is needed. On top of that, buttons with a "+" on them sound a lot like you're after expanding/collapsing capability?...
  25. Re: Converting to Class (how to reference "Me.Handle")

    I have an embedded WebBrowser control that creates Javascript popup dialogs. I'm able to handle these automatically by getting the handle of the "OK" button (window). When moving this code into a...
  26. Re: Converting to Class (how to reference "Me.Handle")

    I used:

    'GET CURRENT PROCESS' MAIN HANDLE
    Dim p As Process = Process.GetCurrentProcess

    p.Handle seems to hold the value I need

    It will enumerate child Windows of the Process that is using...
  27. Converting to Class (how to reference "Me.Handle")

    Gents,
    I'm converting a pretty large chunk of code into a Class so that it can be re-used more easily, but am having a problem with one of the Methods. I have a method that uses the following line:...
  28. Re: Creating an Application for Friends Business

    Have you looked at doing this as a web-based project? Seems like it'd be the way to go for something like this, as it would then allow the boss to use a mobile device to view it, be able to access it...
  29. Re: Creating an Application for Friends Business

    I'm gonna assume "Spliffing" is a good thing :) (welcome to the forums btw)
    So I get that it's a "businessy" type office, but what tasks in particular are the employees doing that the boss wants to...
  30. VS 2010 Re: Reading text file and saving content

    Can you post the exact formatting of the text file?

    I'd probably start with creating a "student" class that has a property for each property of the student (name, school, location, etc). Then,...
  31. Re: Creating an Application for Friends Business

    What type of business? What type of activities does he want to monitor? (ie: database input, web surfing activity, application monitoring)

    The concept is pretty normal. A Client/Server setup with...
  32. Re: Tabbed Webrowser Events,open in new Tab not IE HELP PLEASE (first post here)

    Ah, I didn't see the NewWindow2 or NewWindow3 events available for the managed browser. I did use the managed browser, but to make the NewWindow3 event available to me, I Cast it as the ActiveX...
  33. Re: Tabbed Webrowser Events,open in new Tab not IE HELP PLEASE (first post here)

    I just had a site visitor ask me the same question as you are asking, and here is what I came up with (I haven't looked at kleinma's solution, so it might be much more polished):

    here's the...
  34. Re: Retrieve HTML of external javascript popup window

    --got it figured out--
  35. [RESOLVED] Retrieve HTML of external javascript popup window

    Gents,
    I was offered this interesting scenario by a visitor of my site and have been trying a few approaches, but not seeming to get it quite right. I have a Form with a WebBrowser control (or an...
  36. Re: Milliseconds gettings stripped from SQL Server

    I hear ya... and I won't lie, part of it is laziness. Parameters add so much more code that I just wasn't eager to type today :) (i'll go back and update them, not too hard)

    I changed it to the...
  37. Re: Milliseconds gettings stripped from SQL Server

    So, I just experimented with making it a DateTime variable and storing it that way, then using it in my query that way as well. It all still works, but same problem exists.

    I'll check into that...
  38. Re: Milliseconds gettings stripped from SQL Server

    It is a "datetime" field in the DB.

    Code for Insertion:

    So, first I get the time from the database:
    sActionTime = dsManitou.Tables(0).Rows(0).Item(2).ToString.Trim

    Then, later I use that...
  39. [RESOLVED] Milliseconds gettings stripped from SQL Server

    Gents,
    I am pulling a single field from a SQL Server 2008 table and when performing the SELECT in Management Studio, the result shows as:

    2011-08-03 17:46:36.997

    Now, in my application I'm...
  40. Re: Trend Analysis question (maybe a linear regression?)

    Moreso on what the likelihood (percentage) of the trend continuing exactly for the next date.

    So in your graph, if it were to plot the data label at the end of the trendline, what is the...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width