Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Frush

  1. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Ok well now that I added the key I can see the @#% reports. Thanks a lot. Still very confused about the whole thing but I manage to find some doc so reading time. Thanks again.
  2. Frush

    CR Server: Publication Wizard dont recognize .rpt

    .. well .. there's no key .. might explain a lot of thing. I have no idea if it ever worked I'm not the one that did the installation. Thanks a lot, I will try to find our liscense and add it and let you know if it help.
  3. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Well nop once again the RPT extension is not an option http://img293.imageshack.us/img293/8671/norptfw1.png
  4. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Sorry about the last sentence I meant: Well no the publisher is XI, I don't know what plan of services we have with them but I guess I will try to call them. Thanks.
  5. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Well no the publisher is XI, I don't what plan of services we have with tell but I guess I will try to call them. Thanks.
  6. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Ok I think I need to explain a bit more how and what I'm trying to do. CRS is installed on a Win2003Server. The only applications installed on that server are the applications you can find on the CRS DVD,SQL 2005 and VS2005. I don't have a "devlopper" version of Crystal Report on that computer...
  7. Frush

    CR Server: Publication Wizard dont recognize .rpt

    Hi, I'm trying to publish a report using CRServer and I have absolutly no idea how this thing works. The main problem so far is when I use the Publishing Wizard. In the "help" it says that by default the "From type of file" in the open file dialog should be .rpt for some reason my default...
  8. Frush

    vs2005 XP style?

    Its all good I used the new "Application Events" class and I put my "main" code in the "Start up Event".
  9. Frush

    I am sure this is easy but ...

    Your question is quite confusing. You can use the tools in System.data.sql.. to find sql instances create a windows from there with a drop down and let the user select his server (if this is what you are asking) This for exemple : System.Data.Sql.SqlDataSourceEnumerator() will enumerate...
  10. Frush

    vs2005 XP style?

    Hello, I just recently upgrade from vs2003 to vs2005 and I have a little problem with my "form style". I can't seem to be able to have the "XP style" in my forms if my project start with a Main. Vs is telling me that I need to start the project with a form if I want to do this. Its weird...
  11. Frush

    GDI+ Performance help

    Just to let you know that I fix my problem with this line tmpbitmap = New Bitmap(m_bitmap.Width, m_bitmap.Height, PixelFormat.Format32bppPArgb) by setting the pixelformat to Format32bppPargb I improve performance a lot and its now working on every station. Thanks again for your help
  12. Frush

    GDI+ Performance help

    Pretty much the samething I'm doing except I use drawline instead of graphicspath (makes me wonder why you use that). I made more test this afternoon and so far 50% of the computer I test works fine.. more investigating will be require. thanks for your help
  13. Frush

    GDI+ Performance help

    I havent use GraphicsPath so far I'm using a specific algo for my "free drawing" (fast_line by Hong something). I'll take a look on how GraphicPath, dont you have to "reset" the modified part of the picture (or the whole picture) to have a "growing" effect?
  14. Frush

    GDI+ Performance help

    Well "free-hand" dont require any special effect this is why I have no problem. If I was drawing straight lines with no "special effect" I would have no problem eighter. The problem comes from the fact that I need to "reset" the image on every mouseMouve to simulate a growing line ( a la paint)...
  15. Frush

    GDI+ Performance help

    I'm using a picturebox right now for my pictures and I dont dont paint in the "OnPaint" event... wish I could give you my code so you take a look, ill past my main painting class maybe it will help explaining what I'm doing. (btw I have 0 problem with "hand writting" this works perfectly on...

Part and Inventory Search

Back
Top