Search:

Type: Posts; User: Gimbal5401

Search: Search took 0.02 seconds.

  1. Referencing Parent Window from a child Page

    Hi,
    I seem to be struggling with a problem that seems like it should be straightforward to fix.

    I have a wpf application that has a main window. This window stays open for the entire life of the...
  2. Replies
    1
    Views
    5,986

    Is using a DataGrid the best way?

    Hi,
    I've got an application that I'm re-writing in WPF (was in WinForms) and I've hit a bit of a problem.

    I have a form where i want the user to be able to enter contact details.
    There are 3...
  3. Replies
    1
    Views
    5,329

    VS 2010 Re: Outlook Folder Issue

    Its OK......Panic over.
    Solved it.
    All i needed to do was to add a new variable:


    Dim SubFolder as MAPIFolder

    and then point it at the folder i wanted:
  4. Replies
    1
    Views
    5,329

    VS 2010 Outlook Folder Issue

    Hi,
    I have a WPF program that will go through all of the emails in a users inbox (outlook) and save all of the attachments to a specified folder (C:\Attachments)

    What I want to do is to be able...
  5. Re: how to include my local database to my windows application on the time of deploym

    Thats great thanks.
    I'll have a look.
  6. Re: how to include my local database to my windows application on the time of deploym

    I'm having the exact same issue.
    Did you manage to sort it?
    I've used the database wizard to create a script of my database and schema but have no idea what to do next.
  7. Replies
    0
    Views
    3,822

    VS 2008 Listbox drag/drop databind issue

    Hello.

    I have a listbox on a win form that is databound to a datatable.
    I add rows to the datatable on the click of a button and this updates the listview.

    My issue is that i want to be able...
  8. Replies
    1
    Views
    509

    VS 2008 Re: Using WinForms and asp.NET together

    Right,
    I've managed to get around the problem by automatically closing the form and then grabbing the refreshed data and doing an update query in the onClosing event.

    This isnt the best scenario...
  9. Replies
    1
    Views
    509

    VS 2008 Using WinForms and asp.NET together

    Hello.
    I've come up against a rather tricky problem that I cant seem to find an answer to.

    I have a WinForms program that runs locally on a PC with a SQL Server Express database to store its...
  10. Replies
    4
    Views
    9,653

    Re: WPF and local databases

    Thanks for the replies.
    I initially didnt want to use SQL Express as i didnt want to have to sort out bundling the installation and setup with my application deployment, but have decided that this...
  11. Replies
    4
    Views
    9,653

    WPF and local databases

    Hi,
    I'm looking at building a windows app using WPF and it needs to have a local database.

    I initially thought i'd use SQL Server compact 4 (or 3.5) but i cant seem to get this to work (it seems...
  12. Replies
    3
    Views
    2,863

    VS 2008 Re: Getting values from DataGridView

    That is exactly what i needed.
    Thank you so much.

    :)
  13. Replies
    3
    Views
    2,863

    VS 2008 Getting values from DataGridView

    Hi,

    I have a DataGridView on a WinForm that has a column with a combo box in it.
    The combo is populated from a datasource and all works great.

    My problem is this:

    How do I get the value...
  14. Replies
    4
    Views
    5,527

    VS 2008 Re: Datagrid combobox woes.

    Thanks for the link, I'll have a look and post back here with how i got on.

    Any other suggestions are still welcome though. :)
  15. Replies
    4
    Views
    5,527

    VS 2008 Re: Datagrid combobox woes.

    Apologies, it is a datagridview.
  16. Replies
    4
    Views
    5,527

    VS 2008 Datagrid combobox woes.

    Hi,
    This is probably a really easy question but i cant seem to find an answer anywhere.
    I've got a datagrid in which the first 2 columns are comboboxes.
    I have them populating from 2 different...
  17. Replies
    4
    Views
    691

    VS 2008 Re: Looking for the best method.

    got it working!
    I used the method explained earlier and although not the best or most efficient method, it's fine for the application i'm building.

    Its not an oracle backend, its SQL Server.
    ...
  18. Replies
    4
    Views
    691

    VS 2008 Re: Looking for the best method.

    Thanks for the reply.
    I've been having a play and am now looking at having a repeater control on the page (yes it is a web based solution) and passing the sql to its datasource programatically.
    I...
  19. Replies
    4
    Views
    691

    VS 2008 Looking for the best method.

    Hi,
    I'm building an online shop, but have run into a problem.
    When the user click that they want to add a product to their basket, i add the product ID to an array that is held on the session....
  20. Replies
    6
    Views
    4,698

    VS 2008 Re: Styling DropDownList using CSS?

    I'll have a look into that.
    Thanks again for the time.
    it's really appreciated. :)
  21. Replies
    6
    Views
    4,698

    VS 2008 Re: Styling DropDownList using CSS?

    This is the image i have been using.
    http://www.sirfsoft.com/kingshay/login_bg.png

    Thanks for taking the time to help me with this
  22. Replies
    6
    Views
    4,698

    VS 2008 Re: Styling DropDownList using CSS?

    yeah, but for the text boxes i made the control so that you couldnt see it and put an image behind it so that it showed through.
    If i do that with a drop down, it wont drop down. or there will be no...
  23. Replies
    6
    Views
    4,698

    VS 2008 Styling DropDownList using CSS?

    I have a asp.net site that contains alot of forms.
    I've used css to style the textboxes so that they look all nice and have rounded corners and shading and all that malarki.

    The problem i'm...
  24. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    OK, i found a fix.

    it was all down to the assemblies that were included. and SQL Server express.

    I had SQL Express 2008 installed and this worked fine on the XP laptops. however.......
    ...
  25. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    yeah, will do.
    thanks again. :)
  26. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    Thanks for all of the suggestions.
    I shall try them all. :)
  27. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    thanks for the ideas.
    I'll go back and have another look.
    its weird. everything seems to be the same but there is obviously something different somewhere along the line.

    cheers
  28. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    Its not listed in the add/remove programs, only 3.5.
    doesnt that include v2? do i really need to install it separately?

    thanks for the help. :)
  29. Replies
    15
    Views
    5,346

    Re: Windows 7 IIS Problems

    It was build using VS2005 and targetting .net v2
  30. Replies
    15
    Views
    5,346

    Windows 7 IIS Problems

    I have looked for an answer to this but have had no luck so here i am.

    I have a pre-compiled site that is deployed on several laptops to run locally under IIS.

    I have it working on Vista but i...
  31. Replies
    2
    Views
    459

    Problems deploying

    Hi, I've trawled the net looking for an answer to this but havn't found anything that works.

    I have a .net site that has been written and precompiled by an outside contractor that is to be...
  32. Replies
    1
    Views
    566

    Re: DataGridView Combo box problem

    I actually managed to solve this problem by reading in the xml and then creating the column on the fly.
    not quite what i wanted to do, but it does seem to work.
    my next problem is populating a...
  33. Replies
    1
    Views
    566

    DataGridView Combo box problem

    I'm hoping that someone can help me.

    I have a vb.net window app that has a number of combo boxes on it. These are being populated from a number of XML files and all this works like a charm.
    ...
  34. Replies
    13
    Views
    2,326

    Re: Unable to debug web apps :(

    no, it was on port 4995 or something around there.
    really weird.
    but it seems to be working now.
    I installed the software on another pc (just to test if it worked or not...it has since been...
  35. Replies
    13
    Views
    2,326

    Re: Unable to debug web apps :(

    Well, after 3 days of scrabbling around looking for answers......i've finally got it fixed.
    It turned out to be a file in the c:\windows\System32\Drivers\etc\
    In that folder is a file called...
  36. Replies
    13
    Views
    2,326

    Re: Unable to debug web apps :(

    Well, to keep things as simple as possible, i created a new web site.
    It contains a single page with nothing on it and a single line of code in the code behind page. (this is just a Dim poo as...
  37. Replies
    13
    Views
    2,326

    Re: Unable to debug web apps :(

    This made no difference whatsoever.
    I really dont see whats wrong as it was a new pc with a new installation on it.
    I just want to be able to run web applications through the IDE.
    Surely thats not...
  38. Replies
    13
    Views
    2,326

    Re: Unable to debug web apps :(

    Thanks for the suggestions, I'll give the update a try and let you know how i get on.

    Cheers

    Gimbal
  39. Replies
    13
    Views
    2,326

    Unable to debug web apps :(

    I have Installed a lovely new version of VS2008 Pro onto a new PC (vista) and all seemed to be going well until i noticed that i cant debug web applications.

    All works fine for Windows based apps,...
Results 1 to 39 of 39



Click Here to Expand Forum to Full Width