o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Toolwindow Graphics Problem -

Greetings and Salutations!


The area of the form just under the Caption Bar is picking up graphics from other forms and does not look good. I am not sure if it is my computer or a known problem.

I have set Auto Redraw to True but it does not stop.

What else can I do to make it stop picking up graphics from the other forms?

 

Toolwindow Graphics Problem -
Greetings and Salutations! The area of the form just under the Caption Bar is picking up graphics from other forms and does not look good. I am not sure if it is my computer or a known problem. I have set Auto Redraw to True but it does not stop. What else can I do to


Focus on apps -
How can I use sendmessage() to force a toolwindow to hide or stay on bottom? And can I use the caption of the toolwindow to find the hwnd to use for sendmessage()?


toolwindows -
Hi, How can i make a tool window in VB6? all my attempts have either ended in the toolwindow just going behind the main window, or the toolwindow having constant focus and preventing use of all other forms. I'm looking for the same kind of style as the windows in PhotoShop. thanks


dockable toolwindows (VB IDE style) -
How would I make a toolwindow (MDI Child) dock to the side of it's parent (MDI form) but still have another non-toolwindow form (also an MDI Child) maximized?


A Problem with Form Again!! -
Thanks marnitzg and Megatron for your useful advices. But still the problem is not completely solved. In fact I dun understand exactly what the code means: Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x


Dockable toolwindow... -
How do I create a dockable toolwindow, just like the ones in VB?


Toolwindow Form -> Set Height property -
Hi ppls, Please somebody explain me, why i cant set the height property of a Toolwindow Form smaller than 405 twips?! heres a test, i cant figure out how can i "HIDE" the form, to show ONLY the Titlebar! Please answer/help! Thanks Jim


Problem with Form Surface as Graphics -
Hi, I'm working on a graphics program and I seem to be having trouble with my graphics surface. I used Public Surface As Graphics = Me.CreateGraphics I then draw on the Graphics Surface with the Surface.DrawLine command. I am having a problem where the lines will only go in the


Add minimize button to toolwindow -
Is there a way to add a minimize button to a toolwindow? Thanks


GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! -
Hey peeps, your fellow webmaster and programmer Xenonic Rob here. Just a thought - 1) Is there any way of saving the contents of a picture box to a BMP file? 2) How can I drag objects around a form at runtime? Thanks! [Edited by Xenonic_Rob on 09-27-2000 at 01:18 PM]


A problem with Form -
Dear ALL, I have a menu in the main form and of coz many other forms (some are dialogs while some are toolwindows) corresponding to each of the functions. I found that when I minimize the main form, the dialog / toolwindow forms are still on the desktop. I hope to minimize them


Persisting Graphics -
I have a project I've been working on and it consists of working with graphics. The only problem I have is when the graphics show up on the form; if I minimize it or another window comes over top of my projects form, it erases the graphics. I know I might of not explained this w


Graphics - best output solution -
Hi. I want to output hi-res graphics (linked (not blob) in a table, Access 2000). I currently use word to for the output of a query with graphics, the problem is the graphics can be upto 500k and depending on the query there could be upto 20mb of images to load up in Word - this


More help with lines -
Hey everyone, thanks for helping us with the last problem. We're still having a problem with drawing on the labels. I have the following code... Dim g1 As Graphics = Label1.CreateGraphics Dim g2 As Graphics = Label5.CreateGraphics Dim g3 As Graphics = Label9.Crea


Picture box graphics copied to another [resolved] -
Can I use GRAPHICS/CREATEGRAPHICS on one picture box and them "in one shot" copy that GRAPHICS to another picture box? I think the answer is no because the GRAPHICS really are not in the picture box - right? Is there a different control that will allow you to draw graph


Are these graphics playable -
http://survivingthewinds.cjb.net goto bottom of page. They are funny and very crappy graphics but im not too good in the graphics department. If you think you could do a better job than you can help me if you want. I am try to make a RPG in vb. The engine is very nice but the


GRAPHICS, GRAPHICS AND MORE GRAPHICS! -
Hey peeps, your fellow webmaster and programmer Xenonic Rob here. Just wondering, could everyone post links to any great graphics effects in VB? Anything from fading to distortion effects, ANYTHING!


Working with graphics -
I got not idea how to do this or where to start: I have a map, this map is on my form and i need to places graphics on it(use must select the graphics) i need to know the location of each graphics in order to used them in the future(delete, move it, etc). Do i need something special


From Graphics into Bitmap -
I need to convert a Graphics (class) object into a Bitmap (class) (or Image) object, in order to be able to add the Graphics object to a Imagelist. I need to do this because I want to show a Graphics object (drawn using the methods of the Graphics class) in a Listview control. The o


Graphics for Your Programs -
I am new to VB, but I am able to create graphics of all kinds..buttons, icons, web graphics, sprites, ect. So, If you need any graphics made for your programs or web sites, drop me pm. Thanks.


Playing Older games on a newer computer(graphics problem) -
I have a brand new laptop(toshiba satellite p-100-sd8 with a nividia 7900 GS graphics card). When ever I try to run the game age of empires 2 I get the error message "Could not initialize graphics system. Make sure your video card and driver are compatible with DirectDraw."


Persisting Graphics{Resolved} -
I have a project I've been working on and it consists of working with graphics. The only problem I have is when the graphics show up on the form; if I minimize it or another window comes over top of my projects form, it erases the graphics. I know I might of not explained this we


Create graphics -
I am really interesting in 3D graphics design (and also a 2D using computer) but I suck at art. Somewhere Sastraxi mentioned that he also sucked at graphics before and I've seen a couple of his arts and they're actually pretty good. I always thought creating graphics was a natural sk


Overlaying Graphics -
How do I overlay graphics without it being surrounded by in a box? I wish to make up a picture by overlaying graphics. E.g.: Space -> Asteroids -> Planet -> Spaceship. I need the seperate graphics because there could be any combination (there's many more) but how do I ove


Windows Graphics -
Hmm I don't know about Windows GDI graphics, but this site is very good for graphics in genearal: www.gamedev.net They may not have much on GDI graphics though, since it's too slow to be of much use in complex games.


Big problem with windows 98 SE! -
Hello, I have Windows 98 SE and a riva tnt 2 graphics card. the graphics card is connected to a screen and a tv using the tv-out feature. about two days ago, i've used the tv to watch a movie, and then, when i turned back to regular screen, it had shown that windows loading an


confused about graphics engine -
I keep seeing the word Graphics Engine. Is DirectX and OpenGL graphics engine? I keep hearing people saying they create their OWN graphics engine. Anyone mind clearing this up for me?


ActiveX graphics in VB -
I need some help here: I'm working on ActiveX components in VB that are each a piece of graphical components on the screen. The components change in run time according to the input they get. The issue is screen flickering. Since the changes are rapid the flickering problem is serious


free graphics -
does anyone know of anyfree graphics besides the character pack from vbexplorer, the sprite libs from alfred somthin' i think, or spriteworks? i know there arent very much free graphics out there but im in a sore need. i've made my own graphics before and they werent very good ( pai


Graphics Inquiry -
Hey all, Im completely new to VB, so I dont know all of its tools yet. I was hoping somebody could tell me if there is a tool out there to carry out 3-D graphics on VB.net.. Also, could sombody tell me if it's possible to import 3-D graphics from auto-Cad to a graphics window on m


speedier graphics handling -
i have a programm that is not a game however it uses alot of graphics on the fourm and the graphics need to be created and made quickly. right now im useing the Graphics class of the .net framework and bitmaps to do my drawning. but it would be nice if thier was something faster. Ho


Saving Graphics -
Lets say I draw some graphics to the surface of a richtextbox. How do I save those graphics to a file?


Redrawing graphics on background with picture. -
Hi! I´m working on a program which calculates and draws 3D transformations, rotating cubes and other shapes. This means I redraw the graphic often. With a black background thats allright, I draw the "old" graphics i black before drawing "new" graphics in the specif


How do you add a minimize button to the toolwindow -
I have seen it in many programs I would just like to know how you could do this, e.g. ICQ has a min button I think this would have to be done in API but I can't figure out how


Picture Box problem -
I am using a picture box in "graphics method" mode e.g drawing on it with SetPixel and Line. Is there anyway (other than using paint event) to refresh the graphics after they have been written over by another window. I cant re-draw the graphics but can I save them and re


Painting graphics on top of a component -
Hi all, I'm brand new to VB.net, so please bear with me. I'm an experienced C/C++ programmer who is new to Windows programming in general, and am trying to learn VB.net. In any case, I've got a form that has a 'PictureBox' component, and I'd like to overlay custom graphics on to


Extracting graphics out of imagelist vb6 none function solution -
There's some graphics I would like to use for my own game. HOwever the graphics arent stored as files but within imagelists. I know how to paint them onto a piucturebox but dont know how to save whats in the picturebox as either gif or bmp


C++ graphics -
hello, i have made a project in C++ with graphics, but there is linking error related to graphics.I have included the header file #include"graphics.h" Is there any other header file or function i need to declare?


graphics problem -
hi i have a graphics problem i made a game, with a guy you have to shoot down. The guy is drawen in a picturebox. The annoying thing is for his head for example, i got a circle and outside it a square, which is the picbox. How can i only show the head with the picturebox around it? I


New game need graphics team -
I what to make in vb a game (likeMagic the gathering (not copy it)) BUT I CAN'T do graphics!! so I need a graphics team if you email me or put a post here with some graphics THAT YOU HAVE DONE !!!! then we will talk more about the game