Hello,
I'm on a hunt. I work for a company that has approximately 36 or so canned statements that they use to reply to the most common questions. Right now they copy / paste.
I am wanting ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
ok i can help you build properties...
heres the steps(for your case, but is these way that you will build a new propertyies):
1-you must declare the variable in usercontrol Declaration section...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i have tested again and i can see a problem:
the animation property value is fine, the tmranimation.enable value is fine... but when i execute the program the timer change(for a round value) is ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i'm using visual basic 6.
i build a property page:
Code:
Private Sub PropertyPage_ApplyChanges()
SelectedControls(0).Transparent = cboTransparent.ListIndex
If cboTransparent.L...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Try just: CommonDialog1.Color
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
If Not (shpimage(i) = Nothing) Then
You were right the 1st time, you need to evaluate the object 1st usually.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi cheril0721, and welcome to the forums
Does this happen on every line which has a where clause by any chance, or upon every one of those refreshes including the simple select * from?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Quote:
Originally Posted by vik_221
Then I deployed it to my Apache 2.2 webserver hosted on my laptop.
Did you register that file also using the RegSv...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I believe your issue is with these 2 lines of code:
Code:
upload.HostName = "https://localhost"
upload.Path = "/testv/"
From their site example, the HostName prope...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi tavarishes, and welcome to the forums!
I don't know if any of us here would know this component really to be able to help you. I've just attempted to both search their site for online hel...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Kwints, and welcome to the forums!
Though a little late, you can automate any of the Microsoft Office applications by using either late binding (and the CreateObject keyword) to allow you...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The MTS label was used in NT4 server. This changed (rather confusingly to COM, or COM services within Windows 2000 server, and now within Windows 2003 Server, it is known as COM+ (I can't comment ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to install multimsn on msn 8.1..............so when i execute the multimsn setup file i got the error Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Please don't double post [http://www.vbforums.com/showthread.php?t=531423]>.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This is a bit of a punt, but I've been thinking about similar things and I'd be inclined to get the JTV Lan video player and viewing the stream from DVB Web Scheduler. I have no idea what ATSC is...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I'm trying to pass an array of objects from a COM dll written in VB.Net, to a VB6 app. The point of this excersize is that's it's analogous to the behaviour of a web service client I'...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have integrated MS Word into internet explorer using OLE automation. But when any file is opened, it flickers a lot while loading the file which is very annoying. Is there any way to make the lo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
I am trying to create encypted pdf file through vb6 but there is a problem I am able to encrypt only first page from source file I want to encrypt all the pages from source file.
h...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
if my question is confuse, just tell me...
thanks
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Friends,
I am using dll "encryptpdf.dll" for creating encrypted pdf file for that I am using
Code:
Private Declare Function veryEncryptPDF Lib "encryptpdf.dll"...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
That makes sense - thank you. So I guess that means that it would be practially impossible to find the source code if I distribute it as compiled...? cheers
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I'm totally new to programming involving serial port communication. I'm using Visual Studio 1.0 (2001) and there is no default communication control available to me, at least that I can f...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
Got a quick Question if anyone can help?
I have a HUB type Exe that spawns 10 ActiveX EXE's (thread per object) with events.
For example:
I have a routine that calls Print and it...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I have an application called Databridge.exe. It is showing up in DCOM Config on one server but I need to install it on another server. I tried running...
Databridge.exe /regserver
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I am getting an error in IE7 that reads: "Internet Explorer has blocked this site from using and ActiveX control in an unsafe manner. As a result, this page will not display correc...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine