473,661 Members | 2,522 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bitmaps (Word)

I am developing a VB.net tool that requires editing to be done. I would like
to use the same standard bitmaps for my command buttons as MS Word uses.

Are these available anywhere?
Mar 17 '06 #1
6 1513
Hello Paul,

See there c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Gr aphics\

P> I am developing a VB.net tool that requires editing to be done. I
P> would like to use the same standard bitmaps for my command buttons as
P> MS Word uses.
P>
P> Are these available anywhere?
P>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Mar 18 '06 #2
>
See there c:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Gr aphics\

Or the equivalent for Net 2005, which is a Zip File.

Cor
Mar 18 '06 #3
I have already reviewed that zip file.
I do not see the common bitmaps used by Word or Explorer;like
left, center, right justified
Spell check icon
Explorer search magnifying glass, etc.

"Cor Ligthert [MVP]" wrote:

See there c:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Gr aphics\

Or the equivalent for Net 2005, which is a Zip File.

Cor

Mar 19 '06 #4
Hello Paul,

Look closely

C:\Program Files\Microsoft Visual Studio 8\Common7\VS200 5ImageLibrary\V S2005ImageLibra ry\VS2005ImageL ibrary\bitmaps\ commands\pngfor mat\AlignTableC ellMiddleCenter HS.png
P> I have already reviewed that zip file.
P> I do not see the common bitmaps used by Word or Explorer;like
P> left, center, right justified
P> Spell check icon
P> Explorer search magnifying glass, etc.
P> "Cor Ligthert [MVP]" wrote:
P>
See there c:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Gr aphics\

Or the equivalent for Net 2005, which is a Zip File.

Cor

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Mar 19 '06 #5
I Did but I went back again. That particuliar bitmap looks nothing like the
one in Word.
The image has three lines where Word has 6 lines. Nor can I find the others
I mentioned.

"Michael Nemtsev" wrote:
Hello Paul,

Look closely

C:\Program Files\Microsoft Visual Studio 8\Common7\VS200 5ImageLibrary\V S2005ImageLibra ry\VS2005ImageL ibrary\bitmaps\ commands\pngfor mat\AlignTableC ellMiddleCenter HS.png
P> I have already reviewed that zip file.
P> I do not see the common bitmaps used by Word or Explorer;like
P> left, center, right justified
P> Spell check icon
P> Explorer search magnifying glass, etc.
P> "Cor Ligthert [MVP]" wrote:
P>
See there c:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Gr aphics\

Or the equivalent for Net 2005, which is a Zip File.

Cor

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Mar 19 '06 #6
Hello Paul,

Ok, get printscreen and use this bitmap

P> I Did but I went back again. That particuliar bitmap looks nothing
P> like the
P> one in Word.
P> The image has three lines where Word has 6 lines. Nor can I find the
P> others
P> I mentioned.
P> "Michael Nemtsev" wrote:
P>
Hello Paul,

Look closely

C:\Program Files\Microsoft Visual Studio
8\Common7\VS200 5ImageLibrary\V S2005ImageLibra ry\VS2005ImageL ibrary\bi
tmaps\commands\ pngformat\Align TableCellMiddle CenterHS.png

P> I have already reviewed that zip file.
P> I do not see the common bitmaps used by Word or Explorer;like
P> left, center, right justified
P> Spell check icon
P> Explorer search magnifying glass, etc.
P> "Cor Ligthert [MVP]" wrote:
P>
> See there c:\Program Files\Microsoft Visual Studio .NET
> 2003\Common7\Gr aphics\
>
Or the equivalent for Net 2005, which is a Zip File.

Cor

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Mar 19 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2212
by: Brad Smalling | last post by:
Does anyone know if there is a reason to prefer bitmaps over icons (or vice-versa) when populating image lists? I've always favored icons because of their built-in transparency (although I've never use the invert "color"). But I've noticed that Microsoft seems to favor bitmaps in many of their sample applications. Is there a reason? For instance, do icons clutter the icon cache or require more system resources whereas bitmaps do not? ...
1
2380
by: Mark Evans | last post by:
I have a dialog box and on it I want to display a bitmap, which will change at various times during the program. My problem is that the bitmaps will not be the same each time. I want the user to put their own bitmaps into a directory and the application will pick them off and display them as required. The bitmaps will always be called the same thing, ie 1.bmp, 2.bmp, 3.bmp - but they will be different pictures. I am new to visual...
4
1670
by: Nathan | last post by:
Hello, I'm needing some advice: I have an app for which I've built a timer out of multiple bitmaps--a clock with a moving hands. I've saved each hand position (1 second, 2 seconds, etc.) as a separate bitmap, and I make the clock "tic" down by changing the image of a picture box. The problem, of course, is that the application uses tons of memory, because each of the bitmaps is preloaded into an array. Is there an easier way to do...
1
957
by: John | last post by:
In my VB .Net program, there are four pictureboxes and each of them has a bitmap, and a 'Copy' button should copy all of the bitmaps into the clipboard that can be pasted into other applications shch as a Word document. Now I can copy only one bitmap at a time. Please help. Thanks.
1
2233
by: John | last post by:
I have 76 bitmaps (640 x 480) and need to combine them together to form a big one (about 3840 x 2880). Those 76 bitmaps overlap each other with a small portion. Is there any way to do it? Thanks.
1
2579
by: Peter Stojkovic | last post by:
What is the correct way to move BITMAPS and drawings inside a windows-forms from one project to another project. The problem is the following row: Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frm_ageing_state1)) Where are the bitmaps located ?
2
2066
by: Mike | last post by:
Hello everybody. I am drawing a country map that consists of 149 municipality bitmaps, each around 25 Kb. I draw it onto the in-memory bitmap, then draw it on the picture box. I use C++, but anyways if I were using the C# the question would be the same. And here is the problem: it takes 700 ms to draw it, and anything above 300 ms is noticable by the human eye. So, is there any technique that I could use to actually keep the bitmaps in...
1
2724
by: nkumarin001 | last post by:
Hi, Can anyone help me in this matter:- When i was studying locally managed tablespaces i came across bitmaps that are used in locally managed tablespaces it stated that:- "Locally managed tablespaces use bitmaps stored within the header of the datafiles comprising a tablespace to track the space utilization of the tablespaces." AND When i was studying some other topics i came across...
10
5221
by: Stephen.Schoenberger | last post by:
Hello, Sorry if this is not "exactly" a C topic but I thought this would be the best place to start. I need some guidance on working with bitmap images in ANSI C. I need to "read" in a bitmap image, then break it up into pieces (say 32x32) then take those pieces and "save" them, granted they do not need to be a readable image, then perform some other operations on the pieces, and then combine the manipulated pieces back into one image.
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8343
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8545
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7364
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5653
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.