CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: theday_99

Search: Search took 0.23 seconds.

  1. Replies
    1
    Views
    609

    Broadband connection HEADACHES

    I have windows xp pro installed on this one system that connects to a broadband internet connection. Although, previously, the only way I was able to connect to the internet is if I went into network...
  2. Replies
    3
    Views
    1,755

    an odd question

    Alright ladies and gools,

    I've got a rather serious question. Does anyone know of any source code sitting around for pdf417 barcode encoding? I've seen some examples out there in c, and maybe one...
  3. Thread: Datagrid

    by theday_99
    Replies
    1
    Views
    778

    Datagrid

    Hey All,

    Is there a simple way to get a collection of rows out of the datagrid. I know you can use the isSelected method of the datagrid control, but I want to get the text value out of a certain...
  4. Replies
    5
    Views
    1,320

    Well, I have gone in a different direction with...

    Well, I have gone in a different direction with my application. I think one of the users here suggested I use user controls, which I did. It completely fixed the flicker problem. I just simply user...
  5. Replies
    1
    Views
    602

    object events

    Hello All,

    I was wondering if there is an easy way to create the event handlers for objects. I know that simply clicking on them brings up their default event handler, such as Form_Load. Is there...
  6. Replies
    5
    Views
    1,215

    Thanks guys.

    Thanks guys.
  7. Replies
    5
    Views
    1,215

    Mystery of the missing line control

    Hey All,

    The first time in my life that I have ever had the use the line control, or what vb 6 considered the line control, but it's no longer included in the .net toolbox. I know that I can...
  8. Replies
    0
    Views
    728

    printing issues

    Hey All,

    I have been printing to a Zebra barcode printer previously in vb6. I was able to print just a test line of text by using something similar to the following,

    printer.print "This is a...
  9. Thread: skins

    by theday_99
    Replies
    3
    Views
    970

    http://www.kruseinc.com/kskin/default.asp

    http://www.kruseinc.com/kskin/default.asp
  10. Thread: skins

    by theday_99
    Replies
    3
    Views
    970

    skins

    Hey All,

    I was wondering if anyone uses or knows of a .net skin control out there somewhere for sale. I would really like to spice up our app, and I dont have the time to spend writing various...
  11. Replies
    2
    Views
    562

    worked great, thanks.

    worked great, thanks.
  12. Replies
    2
    Views
    562

    Serious frusteration

    Hey All,

    I apoligize immidiately for being ignorant went it comes to html, and I bow before you. Now, here is my ridicolous question:

    <div ID="dHdr"...
  13. Replies
    2
    Views
    829

    Im just looking at some different packages that...

    Im just looking at some different packages that include hyped up data grid controls, tree view controls, ect. The package I was looking at is located at http://www.infragistics.com/. Im not really...
  14. Replies
    2
    Views
    829

    3d Party Controls

    Hey All,

    I was wondering if anyone out there is using and has suggestions for 3d party control packages. Ive seen a couple out there, like infragristics, has anyone used them?

    Thanks for the...
  15. Replies
    5
    Views
    1,442

    Just a suggestion, but is there a way you could...

    Just a suggestion, but is there a way you could throw a link label object in that datagrid cell?
  16. Replies
    5
    Views
    1,320

    By the way, anyone else who runs into this...

    By the way, anyone else who runs into this problem might be helped but a little work around I've found. If you set the form to minimized initially, then call the form show method, and after that call...
  17. Replies
    5
    Views
    1,320

    MDI Oddball issues

    Hey All,

    I have an MDI parent Container, I dock a tree view control to the left of that container, and bring up various child forms on the right side of that container. Im having an issue with...
  18. Replies
    6
    Views
    981

    I dont have sample code quite yet because Im not...

    I dont have sample code quite yet because Im not sure how to do it. The best that I can explain it is this, if you create a new blank form, you have a blue border with a blue title bar above that...
  19. Replies
    6
    Views
    981

    Thanks for the reply and the example. I was...

    Thanks for the reply and the example. I was hoping to change the color of the default border that is already on a standard form. Or... is there a way to change the border by overloading the...
  20. Replies
    6
    Views
    981

    Thanks for the link. I did overload the method...

    Thanks for the link. I did overload the method and get the border color to change, but I lose my title bar along the way, I was hoping to change the color of that along with the border. Any...
  21. Replies
    6
    Views
    981

    Border Color woe's

    Hey All,

    Whoever has an answer to this question gets my first born child. Does anyone know of a way to change the border color of a form? I have played around with overloading the paint events on...
  22. Replies
    1
    Views
    616

    Driving me crazy

    Hey all,

    Any help on this would be greatly appreciated. I am reading a text file that has the following cdf format.

    "","6-2",F,"8th Street Station","2500","","8th"

    The problem is this, I...
  23. It seems like it was telling me that I had to...

    It seems like it was telling me that I had to close the DataReader before I executed a ExecuteNonQuery method with the command object. Sorry about that, Im an idiot. LOL

    Thanks anyways,
    Ryan
  24. Using a DataSet object as a return parameter

    Hey all,

    Im new to c# so bear with me. I searched the forum and couldn't find the answer to this question, so any help would be appreciated. I have a little function I use called MakeDataSet, in...
Results 1 to 24 of 24





Click Here to Expand Forum to Full Width

Featured