Search:

Type: Posts; User: scuzymoto

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    543

    Error Handling Differences From VB.Net

    I recently switched to the C# environment after a few years programming in pure VB.Net.

    The first thing I've noticed is that when debugging my application I don't get any kind of error when...
  2. VS 2010 Re: Datagrid Columns Change Order Spontaneously

    OK, but I'm not adding to them. I haven't touched them since I first designed the grid. And actually, the order isn't changing to an alphabetical order. As far as I can tell it's an arbitrary...
  3. VS 2010 Datagrid Columns Change Order Spontaneously

    I have an application with various datagrids. I have a specific need for the order of the columns (which I set at design time) but for some reason Visual Studio regularly changes the order of my...
  4. Replies
    3
    Views
    812

    VS 2010 Re: Verifying that connection is SSL

    Well, that was easy. Thanks
  5. Replies
    3
    Views
    812

    VS 2010 Verifying that connection is SSL

    I am building a user control for other programmers that I work with. It will be used to interface with our Authorize.Net accout. Is there a way in code to verify that the connection is SSL? If it...
  6. Re: Does LinqToSql BindingSource have pending changes

    Thanks, there is some good info there. I also discovered this event that I may use to set a flag.

    http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingsource.currentitemchanged.aspx
  7. [RESOLVED] Does LinqToSql BindingSource have pending changes

    I'm using LinqToSql to talk to my database. It's working great but I would like to know if there are pending changes. I know how to endedit() and submitchanges() on the underlying context. But is...
  8. Replies
    1
    Views
    897

    Re: PowerPack 3 DataRepeater Not ASP.NET

    So, I finally gave up - rethought the problem - and achieved the desired result using a flow panel.

    I built a custom user control that I configure through a variety of public properties. I then...
  9. Replies
    1
    Views
    897

    PowerPack 3 DataRepeater Not ASP.NET

    I am looking for help with the DataRepeater in VB.Net PowerPack 3. This is Windows development were talking about not ASP.Net.

    Anyway - I am able to set it up for a single dataset but I actually...
  10. Replies
    11
    Views
    1,363

    VS 2008 Re: best shopping carts

    With regards to SEO - something to look for in a cart is one that will produce friendly urls and clean HTML that makes it easy for the crawler to access and crawl every single product in the catalog....
  11. Re: Visual Studio 2008 SDK - Any Pros out there?

    I'm pretty sure what I am looking for is located in one of the interfaces in Microsoft.VisualStudio.Shell.Interop but from there I am struggeling to decipher the documentation related to the SDK. I...
  12. Re: Visual Studio 2008 SDK - Any Pros out there?

    This is a Visual Studio Integration project... not an application - I'm trying to extend the features of Visual Studio. I want information pertaining to the current solution that is open in Visual...
  13. Visual Studio 2008 SDK - Any Pros out there?

    I am trying to build a custom tool window for my visual studio. I have downloaded the VS 2008 SDK and walked through the initial tutorials which does a good job of showing how to configure things,...
  14. Re: [RESOLVED] Breakpoint Symbols Sub Folders Win 7 64

    Cool, I'll look into it. I have a buddy that does a lot of PHP work and he speaks highly of it as well.
  15. Re: [RESOLVED] Breakpoint Symbols Sub Folders Win 7 64

    I'm the sole developer here so I don't have a very elagant source control system. Development occurs on my own box. I keep project backups on a file server (which also get's nightly backups). The...
  16. Re: [RESOLVED] Breakpoint Symbols Sub Folders Win 7 64

    Ok, good to know. I appreciate you following the topic. It was probably as frustrating to read as it was to experience. Chalk one up to something weird.

    I'm still convinced that copying the...
  17. Re: Breakpoint Symbols Sub Folders Win 7 64

    OK, so I created yet another project from scratch. This time, my method for populating the project was to use the website copy tool that comes in visual studio 2008 to copy from the live site. I...
  18. Re: Breakpoint Symbols Sub Folders Win 7 64

    Mendhak: I renamed it because I didn't want my primary development project to be in a folder called 'W-T-F'.

    No 32 bit class libraries. All the code in this project is my own with the exception...
  19. Re: Breakpoint Symbols Sub Folders Win 7 64

    This problem gets even more weird.

    I have discovered that copying the file into the root folder (as described a couple comments ago) only works until I close VS Studio. That seems to also be...
  20. Re: Breakpoint Symbols Sub Folders Win 7 64

    Ok, so the plot thickens. I was happy to see my latest attempt seemed to debug fine. So I renamed the original project to a _old and then renamed my new project to the original name. Now, all the...
  21. Re: Breakpoint Symbols Sub Folders Win 7 64

    OK, I think I finally figured this out. Motivated to revisit this issue by a slow afternoon - I decided to not create a blank project. I just went into c:\inetpub\wwwroot\ and created the root...
  22. Re: Breakpoint Symbols Sub Folders Win 7 64

    I created a new web project in C:\Users\[me]\Documents\Visual Studio 2008\Projects\TestSite

    I copied over all the files into the sub folders like last time. I then went through each folder in...
  23. Re: Breakpoint Symbols Sub Folders Win 7 64

    I have also discovered something else. It's not the act of setting it as a start page that finally seems to shake it loose and allow me to debug it.

    It appears to simply be the act of browsing...
  24. Re: Breakpoint Symbols Sub Folders Win 7 64

    No deployment... this is all right out of visual studio when I click the 'Play' button and attempt to run it. My process for moving the web app from my old computer to my new is as follows:

    I...
  25. Re: Breakpoint Symbols Sub Folders Win 7 64

    No, they are not. I created the folders in Visual Studio but the actual location is

    c:\wwwroot\inetpub\myproject

    I have found that if I move the aspx and it's related code behind into the...
  26. Replies
    11
    Views
    1,363

    VS 2008 Re: best shopping carts

    It is php / apache based but I have been really happy with Magento. I have no experience with any asp.net based ones execpt for the couple I have built from scratch.

    You can download the free...
  27. [RESOLVED] Breakpoint Symbols Sub Folders Win 7 64

    I recently upgraded to Windows 7 64 on my development machine. I am trying to setup my development environment. I have discovered something strange.

    When trying to set breakpoints in my ASP.Net...
  28. Re: [RESOLVED] Crystal 2008 - Print binding (i.e. booklet)

    Printing in columns wasn't the problem, it was sorting them such that when printed and folded they created an orderly booklet. I was able to create the effect I needed by exporting to Adobe and then...
  29. Re: Crystal 2008 - Print binding (i.e. booklet)

    Ok, so I repent of saying your first post was no help. It got me thinking about setting page size to 5.5x8.5 and then letting the binding folks worry about the problem of the pages being out of...
  30. Re: Crystal 2008 - Print binding (i.e. booklet)

    I don't think you know what I am asking, either that or I missed the point of the article you list.

    I am talking about if crystal can be configured such that it prints two columns side by side on...
  31. [RESOLVED] Crystal 2008 - Print binding (i.e. booklet)

    I would like to make a print version of our company employee database. It will be a replacement for a book that is currently published by hand using Word.

    Each page will ultimately be 8.5 x 5.5...
  32. Replies
    0
    Views
    601

    VS 2008 Enforcing Unique Indexes with LINQ

    I'm developing a SQL database application using LINQ. I learned a long time ago to open up the DBML and manually set the "DeleteOnNull" option in the relations so that when submitting changes back...
  33. VS 2008 Re: Hiding dropdown button on combobox

    Setting 'DisplayStyle' to nothing does the trick. I don't know why I didn't see that one sooner. I went though the properties several times and just kept missing it.
  34. VS 2008 [RESOLVED] Hiding dropdown button on combobox

    I have a data grid on my form with 6 columns. 5 of the 6 are combobox fields.

    When just looking at the datagrid all the drop down buttons on the left really clutter up the grid.

    Does anyone...
  35. Re: HElp reading and writing text file data with arrays

    The link is c# code but vb is nearly identical.

    i.e.


    dim fs as filestream = file.openread("test.txt")
    dim sr as new streamreader(fs)

    do while sr.peek() > -1
    ... build arrays here
  36. Re: HElp reading and writing text file data with arrays

    A good primer as requested for reading and writing data to a text file.

    http://www.codersource.net/csharp_read_write_text_files.html

    I would suggest reading the first line and counting out your...
  37. Replies
    5
    Views
    784

    Re: What is a good book on oop?

    Probably the all time most popular (required reading for many CS degrees):

    Design Patterns: Elements of Reusable Object-Oriented Software (ISBN 0-201-63361-2)

    By Erich Gamma, Richard Helm,...
  38. Replies
    28
    Views
    1,646

    Re: [2005] AD and TreeView

    Wicked good code in this post. Saved me hours of work on a project that requires me to mine data from the AD. Thanks for posting.
  39. Re: [2008] Strange Form Behavior Possibly Introduced by SP1

    Thanks
  40. [RESOLVED] [2008] Strange Form Behavior Possibly Introduced by SP1

    I have an app that I wrote. Part of the App opens a new form to allow the user to assign a task to another user. I use the following code to make this happen.



    Private Sub...
Results 1 to 40 of 317
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width