Search:

Type: Posts; User: Madcat1981

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    607

    Re: Question about microphones...

    I haven't tried this myself but a quick google search showed this which should hopefully get you started.
    ...
  2. Re: need help finding a way to print pdf files (freeware)

    You're welcome for the help and sorry if I'm going off topic. Could you describe the process you're wanting to achieve from start to end so I can keep my suggestions on topic?

    As I see it now, you...
  3. Re: need help finding a way to print pdf files (freeware)

    Ok, looks like AcroRD32 is a messy way to go from what you've mentioned.

    I've not had much exposure to XPS files but from what I gather they're basically MS's version of a PDF and it looks like...
  4. Re: need help finding a way to print pdf files (freeware)

    What was the issue with using AcroRD32.exe to print out? Because it opens?

    Could you not hide and kill the process once you're finished with it?

    Here is another article I found outlining two...
  5. Re: need help finding a way to print pdf files (freeware)

    Sorry, I've not used it myself, it's just something I found when searching earlier.

    Try using GSView from http://pages.cs.wisc.edu/~ghost/gsview/ as that looks like a graphical interface for the...
  6. Re: need help finding a way to print pdf files (freeware)

    http://www.codeproject.com/Tips/346569/Silent-Print-Using-Csharp

    Maybe this is of help?
  7. Replies
    5
    Views
    982

    Re: Survey Program in Email

    I personally would not open an application which was in an attachment and I think it would be blocked any way by protection.

    Could you just not set up a website to feed directly into your database...
  8. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Got a quick question regarding the Reader and adding items to the Dictionary.

    I've got another part of my project I'm hoping to move over to the above methods used but got stuck and not sure if...
  9. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Morning,

    I think I might have just nailed it! :D

    Whilst my below code does work, please let me know if something should be done differently or could be tweaked, thanks.


    using System;...
  10. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Hi techgnome,

    How exactly do I perform the loop through the data and add to the dictionary? That's where I've got stuck. Obviously once in the Dictionary, how should I then read those values as I...
  11. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Afternoon techgnome,

    Ok, whilst I think I have the basic principle down and like to work out things for myself, i've reached the end of my knowledge and not sure of what to look up to further my...
  12. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Awww, here I was thinking I had done a reasonable job :( lol.

    I appreciate your help in advanced. After reading what I should do I share the brain friend feeling! haha.

    I think I see where...
  13. Replies
    11
    Views
    1,673

    3.0/LINQ Re: Very slow performance reading data

    Evening,

    Just wanted to give an update and ask some additional questions (hopefully this doesn't break any kind of bump policy; I didn't see the need to create a new thread).

    Ok, so I went away...
  14. 3.0/LINQ Re: Get completed parameterized query string

    Ah ok, that makes sense.

    Many thanks!
  15. Replies
    11
    Views
    1,673

    3.0/LINQ Very slow performance reading data

    Afternoon all,

    I have a chart which is populated via a database with a OleDbConnection which only adds the series where values are over £0. Whilst my code does work it is extremely slow and having...
  16. 3.0/LINQ [RESOLVED] Get completed parameterized query string

    Hi all,

    Quick question. When using parameters with query strings, is it possible to see what the completed string using those is?

    Many thanks,
  17. Replies
    4
    Views
    849

    3.0/LINQ Re: Group sum from Db

    Yep, that's exactly what was causing the problem! Works perfectly now and I also having a better understanding of the process so thank you!

    One thing I would like to know though is if it can't...
  18. Replies
    4
    Views
    849

    3.0/LINQ Re: Group sum from Db

    Hi techgnome,

    Thanks for taking the time to help.

    Ok, I followed (hopefully) the links you provided and some other articles I found and made a quick test app so I could better understand each...
  19. Replies
    4
    Views
    849

    3.0/LINQ [RESOLVED] Group sum from Db

    Afternoon,

    I'm sure there must be a way to do this but my database skills through C# aren't particular great so hoping someone can help with where I need to start looking.

    I have a database...
  20. Replies
    14
    Views
    5,580

    3.0/LINQ Re: timer on winform

    Could you just not breakdown the process into stages and once each is reached it just updates the ProgressBar?
  21. 3.0/LINQ Re: which colours to choose for progress bar

    Well inside the colour palette of Excel 2007 and later the colours have been expanded. See the below image

    http://www.tmssoftware.com/site/upload/palette2007.png

    Could you perhaps use the RGB...
  22. 3.0/LINQ Re: datagridview multi filter on header columns

    Not sure of a coding solution but I know Telerik do a product which should fit the bill.

    http://www.telerik.com/products/winforms/gridview.aspx#filtering
  23. 3.0/LINQ Re: which colours to choose for progress bar

    If I've read this right then I guess whatever colours match the theme of your application. One suggestion I can think of would be to open Excel 2007 or later if you have it and inside the theme...
  24. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    No need to apologise, your life comes first. Just appreciative of the help! :)
  25. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Not yet, I thought I'd go through the non-encrypted one first to understand it more.
  26. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Hi jduncanator,

    Thanks for your continued help with this.

    I have looked at any firewall policies in effect and have seen that a range for higher end ports is open for all traffic so now I'm...
  27. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Yep, both on the same network. In fact they sit right next to each other.
  28. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Hi jduncanator,

    I think it's fair to say you know a fair bit about Broadcasting and Multicasting :p

    Cannot thank you enough for taking out the time to explain the methodology behind both...
  29. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Many thanks, I shall have a look into Multicasting.

    I have just now installed Wireshark to analyse the data coming in on UDP and apparently from what I can see it has come through successfully but...
  30. Replies
    20
    Views
    3,470

    3.0/LINQ Re: UDP Broadcasting

    Haha, fallen at the first hurdle! :blush:

    Hmm, that could be the cause of my problems. What could be a good solution for what I'm trying to achieve?
  31. Replies
    20
    Views
    3,470

    3.0/LINQ UDP Broadcasting

    Afternoon,

    I've just got into using sockets and found myself a little stuck so hopefully someone can point me in the right direction.

    I am in the process of building a remote monitoring app for...
  32. 3.0/LINQ Re: Databinding ToolStripDropDownButton

    Hi jmcilhinney,

    Thank you for your post, worked perfectly. Might have taken me the best part of a day and a slight headache but was just enough information for me to go off and learn new stuff and...
  33. 3.0/LINQ Sending messages through Office Communicator

    Hi all,

    I'm trying to build into my application he ability to send a popup message to another users PC. I have looked at Net Send and Msg but looks like my network is blocking any and all attempts...
  34. 3.0/LINQ [RESOLVED] Databinding ToolStripDropDownButton

    Afternoon,

    I currently have a table within a database of Users. There is a field for Users and one for Email. What I would like to do is bind the list of Users to the ToolStripDropDownButton so...
  35. Replies
    2
    Views
    2,444

    Re: Deployment Windows C.E Application in C#.

    A quick search and I think this might help

    http://social.msdn.microsoft.com/Forums/en/windowsmobiledev/thread/2c65cc47-f80d-49cd-a2ea-430225836ea9
  36. Replies
    2
    Views
    656

    Re: giving oledb access to folder

    Am I correct in thinking this is regarding the folder permissions where the database is stored? I believe that would be more a systems thing and to avoid giving Everyone access could you not have...
  37. Re: how to c# datetime to sql database datetime?

    Is this of any use?

    http://stackoverflow.com/questions/1032495/insert-datetime-value-in-sql-database-with-c-sharp
  38. Re: 2 questions regarding datasets

    Shouldn't you also be then using an Update command?
  39. Replies
    0
    Views
    516

    Website Auto Login Problem

    Afternoon all,

    I'm in the process of building a business app and I'm looking to automate some of the websites that the users log into.

    Whilst my current solution seems to work for other sites...
  40. Replies
    2
    Views
    5,223

    Remove HTML Element Webbrowser

    Hi,

    I'm building a little addon for one of my projects and i'm unable to remove a HTML Element and wondered if someone could give me a quick hand.

    I have the bwlow code which works for what I...
Results 1 to 40 of 85
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width