Hi,
I've created a toolbar in a Word template which includes a series of macros and will be placed in startup folder of MS Word.
There is a menu on the toolbar. But when menu is opened by users, window named "Custom Popup XXXXXX" appears in the start bar where XXXXXX is a numeric value.
On some...
Hi,
I want to capture a special key combination even if my application has no focus.
This is exactly for a screen capture utility. Icon sits in system tray and onclick it captures screen and saves it according to the settings given.
This works fine bu if user wants to capture screen for example...
Hi,
I get some records to a recordset and do some changes.
I want my connection or recordset or whatelse lock records that i've retrieved until i update them.
During editing no other user will be able to change values. Pessimistic option is not working (i don't know why).
Using SQL Server and...
Hi,
I want to validate an XMLDocument object's content against a dtd. XML source is not written to a file so i can not use XMLValidatingReader. And i do not prefer to write xml document to a file first, read it back and delete temp file.
Is there any solution?
thanks
@li
Hi,
I have an xml document and an xsl doc for transforming source xml into svg xml.
XSL document is correct. When i transform using saxon or .NET's built in transform methods, it produces correct svg file and explorer displays it without any problem.
But when source xml file opened directly...
Hi,
A few parts of my program is using MS Word automation. I know that it's not legal to distribute MS Word libraries. Anyway i don't want to distribute it. I want is my program to work but when user tries to use Word automation i'll say you don't have word installed so you can't use this...
Hi,
is there a simple way to send mail from VB?
and my second question is: is it possible to check a POP3 e-mail account for new mails from vb?
thanks for your help...
bye
In my code i check whether com port is open and if it's not then i open it.
If mscomm1.portopen = true then '1
mscomm1.portopen = false '2
end if '3
mscomm1.portopen = true '4
my code goes like this
but sometimes in line1, mscomm1.portopen returns...
I've written some dlls.
but i want to block other programmers using them. How can i prevent it? I want only my program can use it but not others'
thanks
Hi!
In a do loop statement i want to control timeout. FOre example 5 seconds.
i use datediff but it does not work in runtime (It works if i debug) I use Doevents in the do-loop also.
can anyone advice me something?
There are a lot of manifest files & creators on the net for MS Common Controls.
I want to learn if it's possible to use XP styles in other controls. For example tabbed dialog control.
Thanks...
Hi,
i've installed WinXP on my machine three days ago. I've passed a very painy installation phase but now it seems that everything is fine except one thing (perhaps you may think that its unimportant). Windows is not shutting itself down.
It makes everything while shutting down but at the...
I wonder if it's possible to add a reference to an activex dll in runtime.
if I do not add any reference in design time,but i have to use a dll in run time what must i do?
is there any command like addreference or any collection like references (as controls)..
Thanks...
Is it possible to get the chart drawn as image file from mschart object?
Or is there any other component that can save the output to an image file?
Any ideas are welcome :)
Thanks!
I have to load and unload lot of forms in my program. (These are MDI Child forms generally. But can be normal form sometimes)
But i'm not sure if it's enough to unload form to sweep it out from memory...
example when i say
unload form1
all information about form1 is removed from memory...
Hi!
I'm making a sliding band by using a timer control.
I set timer's interval to 1 then i decrease the left property of the picturebox by 100 in timer event.
It seems to work without any problem.
But while moving the mouse over controls, or start button, or on desktop band gets faster. (Timer...
I have to print the screen to a 80 colon dot-matrix printer.
Is it possible to send the entire screen to printer??
Screen is in 0 (Text mode) with 80 colons.
(I also want to omit background & foreground color while sending it to printer)
Can anyone help me?
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.