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...
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...
yes m8, I tried the following
<code>
Public Property time() As String
Get
Return myTime.Text
End Get
Set(ByVal Value As String)
myTime.Text = Value
End Set
End Property
</code>
myTime.text is one of the tree labels I have inside my...
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...
thanks for your reply m8, I already tried using properties to set the values of the three labels. That didn't work either:(.
the problem is that it doesn't display the text on the screen:( and doesn't generate any errors either.
reilly weird
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...
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...
It worked out after all m8, I used the iis settings to add the expire = -1 header. That worked well. But adding it trough code in my application didn't have any effect really weird.
I just need to remove a few files cause security policy does not allow the users in this company to set the settings of ie to let ie check for newerbversions of a page. And that is giving me problems when I'm requesting a picture or converting to a pdf from crystal report.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.