Search:

Type: Posts; User: PENNYSTOCK

Page 1 of 11 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    415

    VS 2005 Threading & Class(object) variables

    I am writing a class that when an object of this class is created, it starts a background thread. The background thread assigns two variable a value. These values are being updated very fast. Now...
  2. Replies
    0
    Views
    971

    VS 2005 OpenFileDialog..Sort and Detail

    When I use the OpenFileDialog control, I want to be able to set the view to the "File Detail" view and the sort order by date (descending). Is there a way to do this in net 2.0.

    :confused:
  3. Replies
    46
    Views
    209,663

    Re: Upload File via FTP (VB.NET 2005)

    try
    clsRequest.UseBinary = false (default is true, False is for text)
  4. Replies
    2
    Views
    657

    VS 2005 Re: Run Debugging

    My issue is that when I click the run debugger, it is supposed to compile any changes that I have made and then run the program specified under the "Run External Program" property of the project. I...
  5. Replies
    2
    Views
    657

    VS 2005 Run Debugging

    I am creating a dll that a third party application runs. When I create a dll from scratch and not a base dll that they gave to me, the code does not automatically compile when I click the f5 (run...
  6. Replies
    1
    Views
    599

    VS 2005 [RESOLVED] Sql

    Here is my code below. I'm trying to keep the code simple and was wondering if there was an easier way to do this. The only thing I can think of is use a function to return the answer three times,...
  7. Replies
    1
    Views
    422

    [2005] String Patterns

    I have been working on an OCR program that reads the voucher for paid invoices. The scanning is being done at the bank so I have no control the resolution. What I have been trying to do is look for...
  8. Replies
    4
    Views
    553

    Re: [2005] fastest way

    I have not used the datagridview much, but if the data is being held in a dataset or datatable, you can use the dataview to set a filter.
  9. Replies
    1
    Views
    589

    [2005] SQL Connection Open or Close?

    If I leave the sqlconnection open, will this cause problems? I am using this on a scanner that uses Windows Mobil 5.0. It will have only one program running on it and this program will just change...
  10. Replies
    10
    Views
    3,518

    Re: Barcode Scanner/Wedge

    Thats it, Number2 should work. I'll have to find a character that is unused. Thanks a Million!!!
  11. Replies
    10
    Views
    3,518

    Re: Barcode Scanner/Wedge

    My problem is that I implemented the bar code printing a year ago. It would take too much work to change all the printed bar codes.

    Does anyone know of a way to look at the key que thru API calls?
  12. Replies
    10
    Views
    3,518

    Re: Barcode Scanner/Wedge

    Yes, this is what I am doing. Here is what it does in words.

    When the letter "P" has been pressed or sent via barcode wedge, it starts a timer. If the timer length is reached, it sends that "P"...
  13. Replies
    10
    Views
    3,518

    [RESOLVED] Barcode Scanner/Wedge

    I have written some code that I'm not real happy with. I'm afraid if the CPU has a large load, it may throw my timing off. My question, would be, can you detect keys that are in the cue? This...
  14. Replies
    4
    Views
    5,055

    [RESOLVED] Draw Line...then erase

    is there a way to draw a line, then erace it it with the graphics.drawline? So if a draw it twice, it just goes back to the original image.
  15. Replies
    8
    Views
    1,926

    Re: lock bits and speed optimization

    See this is you want fast getpixel and setpixel.

    http://www.codeproject.com/KB/GDI-plus/ImageTraverser.aspx
  16. Replies
    0
    Views
    6,092

    WIA and feeder...Why????

    I've been working on a project to create my own biz hub and came across this issue that I spent lots of hours on. I wanted to be able to scan from either the flatbed or the doc feeder and could not...
  17. Replies
    2
    Views
    593

    Does this sound do-able?

    I want to make my own multifuction Printer-Fax-Copier-Scanner program. I would buy a scanner, printer and touch screen monitor. The only two issues that I think I might have is controlling the...
  18. Replies
    15
    Views
    1,062

    Re: [2008] Reading from a txt file

    I'd use the readline into a string, and use string.split(" ") to get the two halves.
  19. Replies
    15
    Views
    1,062

    Re: [2008] Reading from a txt file

    Homework? I'd be looking at the streamreader and streamwriter classes.
  20. Thread: Volume

    by PENNYSTOCK
    Replies
    1
    Views
    550

    Re: Volume

    Sorry, some files are missing. Please ignor this thread.
  21. Thread: Volume

    by PENNYSTOCK
    Replies
    1
    Views
    550

    Volume

    I'm tring to set the main volume in my program for some time. I found a VB6 example that I tried to convert but now I am getting an error that I can't figure out.

    If I can get this code to...
  22. Replies
    4
    Views
    1,326

    Re: vb 6 Type to vb.net Structure

    So the * is just a limiting comand?
  23. Replies
    4
    Views
    1,326

    vb 6 Type to vb.net Structure

    How do I convert the * on one of the eliments when converting from vb6 to .net.

    It says end of line expected on "* MAXPNAMELEN " part of hte szPname eliment.

    Type MIXERCAPS
    ...
  24. Replies
    5
    Views
    3,844

    Re: [2005] Barcode in RDLC files

    I have some code 39 example. It creates a graphic. PM me if you would like it.
  25. Replies
    8
    Views
    1,529

    Re: [Outlook 2003] Email automation

    You don't have to pay for redemtion as long as you don't sell it with your app.

    Here is my code.

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  26. Replies
    8
    Views
    1,529

    Re: [Outlook 2003] Email automation

    A better way to do this is to use Outlook Redemption. It allows you to send e-mails without the need to click yes when using Outlook. I have some basic code at work if you need a quick example.
  27. Replies
    0
    Views
    302

    Outlook Export

    I want to be able to export a msg file to a specific directory with a name based on text that I highlight or type in. I then want to update a SQL server with the file name.

    I've been looking at...
  28. Replies
    3
    Views
    661

    Re: [2005] Email attachment

    My only guess would be to use memory stream.
  29. Replies
    17
    Views
    1,226

    Re: Can you make apps faster using threads?

    do you have a multi core processor? Mulit porcessor system?
  30. Replies
    17
    Views
    1,080

    Re: Combox and labels

    You just iterate them and stop after 10. Use a Do While and a variable to keep track of how many times you have iterated it.

    x += 1
  31. Replies
    15
    Views
    1,600

    Re: [2005] Textbox to 7-seg display

    Are you creating a virtual 7 segment display in VB, or do you have some sort of card that alows you to turn on and off outputs thru the use of VB?
  32. Replies
    14
    Views
    973

    Re: Happy Holidays!!!!!!

    but it's x=mas man!
  33. Replies
    14
    Views
    973

    Re: Happy Holidays!!!!!!

    Sometimes you got to let a thread stand where it is. This section is like a black hole :)
  34. Replies
    14
    Views
    973

    Happy Holidays!!!!!!

    To all who have given me much help this year I give you great thanks.


    Have a wonderful Holday to all.


    I'm off to a warmer climate Ha Ha!
  35. Replies
    3
    Views
    670

    Filter by date

    I can't firgure out how to set the filter to a spacific date. I think it has to do with me not setting the time portion, but do I realy need to do that? I don't get any records when I use this.

    ...
  36. Replies
    4
    Views
    655

    Re: Passing a "new string"

    Microsofts 101 samples
  37. Replies
    4
    Views
    655

    Passing a "new string"

    Why would youe use "New String" to pass this paraemter?

    ds.Load(dataReaderMaritalChoices,_
    LoadOption.OverwriteChanges,_
    New String() {"MaritalStatusChoices"})
  38. I want to get intimate with datagridview.

    I need to use a datagridview to do some work, but do not know much about it. I hate using the wizzards in vs because I can't get a good feel. I want to be able to make a datagridview thru code that...
  39. Replies
    5
    Views
    799

    Re: Datatable

    I know how to get the current value, I want to get the old value if I changed it in a datagrid, but before I updated the dataset.
  40. Replies
    5
    Views
    799

    [RESOLVED] Datatable

    When using a datatable, and after changing a value. Is there a way to look at the old value if you did not run an update? I know I could just save it to a variable, but I want to write a general...
Results 1 to 40 of 417
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width