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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ganjafarmerIT

    HOWTO Declare a crystal report in .NET 2005 just like in .NET 2003

    Hi folks, I just started using .NET 2005. I've been trying to use some old code(.NEt 2003) in .NET 2005, and it's giving me a headache 1. I can't declare a crystal report just like in .NET 2003. 2. I'm trying to export my crystal report to pdf trough a memory stream. This is one of the most...
  2. ganjafarmerIT

    How to get a reference to my selected divelement

    Hi guys it's me once again, struggeling with a dammned html editor. I can't figure out how to create a reference to the htmlelement that's being selected. How is it that you can only use mydocument.selection to create a textrange so you can use it to edit the selected text? <Code> Dim...
  3. ganjafarmerIT

    WEBbrowser control in VB.net

    I'm designing an html editor in vb .net. I have to catch onclick event when a div or background is clicked. The browser is put in designMode, which make it possible to type, add pics etc. i found something on devx.com(http://www.devx.com/vb2themax/Tip/18798) The only problem i have now when...
  4. ganjafarmerIT

    Costum windows form control not working

    Hi guys, I'm trying to create a costum windows form control that consists of 4 controls: a checkbox, and three labels. I can't seem to get it to work. The problem I'm dealing with is that I can't assign any values to the labels when running my app. the label text doesn't change. Here is my...
  5. ganjafarmerIT

    Crystal report problem exporting to pdf

    hi people, I've encounterd a really weird problem. I've build an application which can export crystal reports to pdf format. now the code is fine cause it works all well on my own computer. But when I install the application on another computer, when I try to export I get blank pages. I don't...
  6. ganjafarmerIT

    how te remove ie temp files trhough code on client

    Hi people, I was wondering how I could cleare the ie temp of a client connecting to my asp. Net web application trough code. any ideas?
  7. ganjafarmerIT

    export to excel problem

    Hi folks, I'm having some weird problems with my application. I'm retreiving data from an mssql db and then I export that data in excel format file. The problem I'm facing is that sometimes when a user opens that excel file, for some reason the data in the file is mixed with old data. Really...
  8. ganjafarmerIT

    export to access caching prob??

    Hi folks, I'm having some weird problems with my application. I'm retreiving data from an mssql db and then I export that data in excel format file. The problem I'm facing is that sometimes when a user opens that excel file, for some reason the data in the file is mixed with old data. Really...
  9. ganjafarmerIT

    &quot;Paging and button&quot;-Conflict in datagrid

    Hi all, I have a datagrid with a butto in it and Ive enabled paging. The button worx well when I hit it there is a sub(Subx) that fires. But when I click the second page Subx fires to. I don't know why this is happening, or if Ihave missed something. I anyone has seen this before or knows...
  10. ganjafarmerIT

    how to clear cache automatically ie

    Hi there, I'm having trouble with my ASP .NET application. I have two forms where I stream content directly to a page. The first page is getting a jpg image streamed to it and the 2nd page is getting a crystal report streamed to it in pdf. The problem I'm facing is that when winxp/win2000...
  11. ganjafarmerIT

    page gets blank

    Hi people, I 'm getting a strange error. I only getting the error when i click dropdownlist(postback = on) and click it again before it has finished its first task. Considering the people who are going to use the app this could become a huge problem. Does anyone know how i can solve this...
  12. ganjafarmerIT

    how to add a &lt;Div&gt; tag trough coding in asp .net

    Hi people, I'm having trouble figuring out how to add a <div> element trough coding to my costumcontrol. My control consist of three child controls. And I need one of them to be in a <div>. thanks in advance

Part and Inventory Search

Back
Top