I am using a datacombo that is filled by records in a database query. I want to make the text of the combo box equal to a value that is not in the query so that it displays the text in the combo box, but does not allow the value to appear when they drop down the options from the combo box. I...
I'm using wise Installbuilder and I need to know how to put a file in the startup directory so that it loads when I boot up. I see the variable in the wise template, but when I try to put an icon there, it never shows up.
Thanks,
Ashley
I am writing a service in Visual basic using the NTSVC.ocx control. So far everything's been going really smoothly -- I compile the program, then run it with the -install parameter and it installs -- until my last compile. Now everytime I try to install a compiled version it fails. I have no...
Does anyone know how to determine whether a UNC path exists in VB? I have tried everything and it doesn't work consistantly, even though it may work in debut mode. I have tried:
fso.folderexists("//path/test")
dir("//path/test")
and it does not work consistently.
Thanks...
I have a SQL database that I need to remove all key restraints from. Is there a system stored procedure or any tool that can help me to do this? Thanks!
I was wondering if anyone knew a way of changing the default path for opening a project file in VB. For example, I keep all of my VB projects in a c:\vb projects directory. When I go to open a project, it defaults to the directory that the visual basic application is in. Is there a way to...
Ok, I have a file I need to open on a local drive in Internet Explorer with a special character in the filename. i.e. (no pun intended):
c:/what%20file.html
The file actually has the %20 in the filename.
When IE tries to open it, it interprets the filename as:
c:/what%2520file.html
%25...
Does anyone know how to trap an error in a trigger? I can get it to work in everything but a trigger. Something similar to this:
IF @@ERROR <> 0
PRINT 'Error Ignored'
Also helpful would be any way to ignore an error in a trigger. Thanks!
-Shootsie
I have to create a 2 color image and then print it using color separation. I guess I really have 2 questions:
1) If the image is done using only 2 colors and saved in CMYK format, is it a true '2 color image' ?
2) I go to file, then print, and the color separation options are greyed out...
I am using Visual Basic 6.0 to write a form. The width and height properties are set to the correct width and height, and I am not setting them manually anywhere, however when I load the form it appears larger than it is supposed to be. I believe it may be related to the sizerone control that...
How do I get my site to reload the correct frame? I have a frameset with 3 frames - a top, side, and main frame. The side frame consists of links with mainframe as the target. Browsing the site works fine, but when I hit the reload button at the top of the browser, it reloads the homepage in...
I have a vector image that I cannot get the stroke to show up on. I have tried selecting the entire image and I have also tried editing the image itself by selecting vectors in flash -- on both instances I am setting the stroke and the fill color and trying to fill the image. I get no errors...
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.