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 wOOdy-Soft 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: *

  • Users: aliinal
  • Content: Threads
  • Order by date
  1. aliinal

    Custom Popup Word

    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...
  2. aliinal

    Capturing keys in vb.met

    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...
  3. aliinal

    ADODB Record Lock

    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...
  4. aliinal

    Validatin XMLDocument against DTD

    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
  5. aliinal

    XML to SVG transformation problem in IE

    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...
  6. aliinal

    Deploying MS Word enabled application

    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...
  7. aliinal

    Retrieving an exe file's icon.

    Hi everyone, is it possible to get an exe file's icon programmatically? hope anyone knows this bye
  8. aliinal

    Mail Operations on VB

    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
  9. aliinal

    Excel Object Library Licensing

    Is it legal to distribute excel object libraries (e.g. excel9.olb) with our applications? Anyone has an idea or an article on this?
  10. aliinal

    MSComm object problem

    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...
  11. aliinal

    How to prevent others using my dll?

    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
  12. aliinal

    Timeout problem

    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?
  13. aliinal

    Windows XP Manifest

    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...
  14. aliinal

    Windows XP is not shuting down automatically!

    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...
  15. aliinal

    Is it possible to add references dynamically?

    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...
  16. aliinal

    How to get chart from mschart control as image?

    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!
  17. aliinal

    Retrieveing RGB values

    is it possible to retrieve R,G and B values of a picture box's backcolor, from backcolor property???
  18. aliinal

    Sweeping a form out from memory...

    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...
  19. aliinal

    Sliding Bar Gets Faster!!!

    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...
  20. aliinal

    Printing out the screen

    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?

Part and Inventory Search

Back
Top