Search:

Type: Posts; User: OCD Dan

Search: Search took 0.02 seconds.

  1. Re: Copying and Renaming Visual Studio VB.NET Projects

    I know this sounds dumb, but I'm trying to figure out which folders are app root and app sub folders, I'm gussing the root would be something like WindowsApplication1 but the sub folder, I'm really...
  2. Replies
    12
    Views
    11,722

    Re: NullableDateTimePicker for .NET 2.0

    Jm, any new solutions for the DTP? I'm having the same problem, I can null a date in the sql server with code and it saves fine, it's just the DTP control, when it runs over a null record it shows...
  3. Re: delete a row in sql server with image column

    just for the heck of it, are you using an image type column or a varbinary(max)? I've had better luck with the varbinary(max), you can compare varbinarys but images you can't as far as i know, and...
  4. Re: ZoomPictureBox: picture control with mouse zooming - NEW VERSION JAN 2012

    Boops,
    Thanks for the zoompicturebox, this is very usefull in my app, my users can enlarge blueprints to see details very well, any chance there's a way to print while the image is zoomed?...
  5. VS 2008 Separating code out into a .dll, thoughts?

    I'm trying to wrap my head around creating dll, and since I've been using a variation of the code below, i was wondering if someone could comment on if it would be possible to separate the code from...
  6. Replies
    1
    Views
    689

    VS 2008 Re: Compatibility of Crystal 2011 VB.net

    anyone?
  7. Replies
    1
    Views
    689

    VS 2008 Compatibility of Crystal 2011 VB.net

    Anyone using Crystal reports 2011 with VB.Net 2008 Pro? my work is willing to buy this but I just want to make sure it will work, the dynamic as opposed to static query values is what interests me...
  8. [RESOLVED] A transport-level error has occurred when sending the request to the server. (provide

    The whole error is (while starting a vb2008 app)

    "A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was...
  9. Replies
    0
    Views
    531

    VS 2008 Passing a value

    This is a piece of code I got from somewhere on the Internet or this site, and I'd like to know if it's possible to pass a value to it from a form, the value would be the name of a view on an sql...
  10. Replies
    1
    Views
    620

    VS 2008 Re: ClickOnce Settings

    oops, skip the question, I found the answer, sorry.

    "You're right; if the user skips an update, the only way for them to pick it
    up is to deinstall and reinstall.

    To remove the choice for...
  11. Replies
    1
    Views
    620

    VS 2008 [RESOLVED] ClickOnce Settings

    I've searched the forums for info on running the ClickOnce automatically,(without user having to click any button), and I looked through the settings in the IDE but I'm not seeing an option to run...
  12. Replies
    2
    Views
    768

    VS 2008 Re: how to save image

    Google this 512-51659-StoreImagesAndFiles, it might get you started
  13. Replies
    0
    Views
    1,138

    VS 2008 MSchart, VB.net, Sql server

    Hi,
    anyone have some basic code that shows a connection to a database for the MSchart controls. I just want to show a chart on a vb.net form that pulls from an sql server, Thanks!
  14. Replies
    6
    Views
    854

    VS 2008 Re: Open a File in Windows native program

    Windows XP
    vb.net 2008 pro sp2

    the code i used is commented out for now in dbgridview_cellcontentclick

    sorry, i didn't check the forum all day, I'm headin home again, been here 11 hours,...
  15. Replies
    6
    Views
    854

    VS 2008 Re: Open a File in Windows native program

    I'm getting an error, not sure if it's because the file extentions are actully jpg instead of jpeg, intellisence wouldn't give me jpg. it would be nice to be able to open in paint, but i just heard...
  16. Replies
    6
    Views
    854

    VS 2008 Re: Open a File in Windows native program

    great, i'll give it a try in about 14 hours from now when i'm back at work, thanks!
  17. Replies
    6
    Views
    854

    VS 2008 Open a File in Windows native program

    hi again,
    i got this chunk of code off the internet, i think the sample program was called "store images and files on sql server" i added the delete routine, so it is a little better than...
  18. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    That fixed the error message thanks. the weird thing about this is if i just go to the hardrive and upload files, my program works fine it gets the id from the right template the button is hosted on,...
  19. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    i put that in the button click event, and it's got the squigaly lines under Datarepeateritem11 and message "type datarepeaterItem11 is not defined"

    (i tried it without the 11 too)
  20. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    i'm not sure the right way to make that reference, here's a few things i tried

    'FloorPlansBindingSource.ResetCurrentItem()

    'DataRepeater11.Select()


    ...
  21. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    anyone know how to give a datarepeater template focus when clicking on a button? when i click on this button on a datarepeater, what ever template has the focus is the one that i get data from. thanks
  22. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    the datarepeater on form1 has a button that opens a new form (form2) with a datagridview on it, so on form2 there's a button to click to find your file on the hardrive to to upload, click find, find...
  23. Replies
    11
    Views
    1,041

    VS 2008 Re: datarepeaterItemTemplate Focus question

    I tried me.datagridview.select() that didn't do it, but I have a feeling there's more to it than that, one thing i forgot to mention, that the form the button is calling is not databound if that...
  24. Replies
    11
    Views
    1,041

    VS 2008 datarepeaterItemTemplate Focus question

    Hi again!
    I'll try and describe this correctly. a simple datarepeater (databound, winform) with a button on it, clicking the button on the datarepeater opens another form with an...
  25. Replies
    2
    Views
    1,477

    Re: vb.net 2008 BindingNav/datarepeater question

    oh my god, FacilityBindingSource.ResetCurrentItem() did it, just a wild first guess:eek:
  26. Replies
    2
    Views
    1,477

    vb.net 2008 BindingNav/datarepeater question

    Hi everyone, it's been a while, I'm having an issue with a bindingnavigator/datarepeater combination. I'm using vb.net 2008, with all bound data to an sql server. my app is working great except for...
  27. Re: Passing a textbox value from a datarepeater

    I got it!

    on the calling form i put,

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Dim Instanceform2 As New Wuploader

    ...
  28. Passing a textbox value from a datarepeater

    I have a datarepeater with a textbox that shows a row id in a sql server, for each instance of the datarepeater there's a button on the datarepeater that I'd like to have the user click, and that...
  29. Replies
    5
    Views
    18,705

    Re: Winword Mail Merge Using VB.net

    This is exactly what I need, thank you! I spent the day on google looking literally at hundreds of searches for "mail merge vb.net sql server" I'll be doing my searching more here, Thanks again!
  30. Replies
    0
    Views
    544

    Vb 2008 filling a dataset

    Hi, I’m trying to fill a dataset, and substitute the name of the table with a value that is derived from a textbox (please forgive my terminology), I was successful with altering the query and using...
Results 1 to 30 of 30



Click Here to Expand Forum to Full Width