473,386 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Using DirectX 9 in VB.Net

Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not well
versed in C++ or C#, I am relatively new to those languages, I have more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I start, you
know.) Thank you very much in advance for your time and consideration in
this matter.
Sincerely,
Christopher Koeber
Nov 21 '05 #1
6 6899
Hi,

Yes.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-----------------------
"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:O4*************@tk2msftngp13.phx.gbl...
Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not well
versed in C++ or C#, I am relatively new to those languages, I have more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I start, you
know.) Thank you very much in advance for your time and consideration in
this matter.
Sincerely,
Christopher Koeber

Nov 21 '05 #2
Dear Ken,
Thanks, I am using it now. I know that Direct3d is based on mosly 3d
stuff, hence the name, but I want to use mosely 2d stuff. Do you know where
are the 2d related functions, methods, etc. or maybe any websites and
documentation that has this info. The DirectX Docs are concentrated on 3d
related information, which is way over my head. (Not that I don't want to
learn it, it is interesting stuff). Thank you very much for your time and
consideration in this matter.
Sincerely,
Christopher Koeber
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Yes.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-----------------------
"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:O4*************@tk2msftngp13.phx.gbl...
Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not
well
versed in C++ or C#, I am relatively new to those languages, I have more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I start,
you
know.) Thank you very much in advance for your time and consideration in
this matter.
Sincerely,
Christopher Koeber

Nov 21 '05 #3
there is a lot more to DirectX then Direct3D, have a look at directShow its
a presentation layer of directX

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Dear Ken,
Thanks, I am using it now. I know that Direct3d is based on mosly 3d
stuff, hence the name, but I want to use mosely 2d stuff. Do you know
where are the 2d related functions, methods, etc. or maybe any websites
and documentation that has this info. The DirectX Docs are concentrated on
3d related information, which is way over my head. (Not that I don't want
to learn it, it is interesting stuff). Thank you very much for your time
and consideration in this matter.
Sincerely,
Christopher Koeber
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Yes.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-----------------------
"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:O4*************@tk2msftngp13.phx.gbl...
Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not
well
versed in C++ or C#, I am relatively new to those languages, I have more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I start,
you
know.) Thank you very much in advance for your time and consideration in
this matter.
Sincerely,
Christopher Koeber


Nov 21 '05 #4
Thank you very much.
That was helpful but what about the imaging stuff. I know that directx has
the better imaging implementation for regular graphics like PNGs, BMPs, and
JPEGs but I can't find it. The closest thing that I got was textures, is
that what I will have to work with? Again, thank you very much for your time
and consideration in this matter.
Sincerely,
Christopher Koeber
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:e1**************@tk2msftngp13.phx.gbl...
there is a lot more to DirectX then Direct3D, have a look at directShow
its a presentation layer of directX

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Dear Ken,
Thanks, I am using it now. I know that Direct3d is based on mosly 3d
stuff, hence the name, but I want to use mosely 2d stuff. Do you know
where are the 2d related functions, methods, etc. or maybe any websites
and documentation that has this info. The DirectX Docs are concentrated
on 3d related information, which is way over my head. (Not that I don't
want to learn it, it is interesting stuff). Thank you very much for your
time and consideration in this matter.
Sincerely,
Christopher Koeber
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Yes.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-----------------------
"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:O4*************@tk2msftngp13.phx.gbl...
Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not
well
versed in C++ or C#, I am relatively new to those languages, I have more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I start,
you
know.) Thank you very much in advance for your time and consideration in
this matter.
Sincerely,
Christopher Koeber



Nov 21 '05 #5
if you download the DirectX 9.0c SDK it contains a managed .NET set of
examples, you can find everything you could possibly need in the sample
viewer for images, video, sound, and of course 3D

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:ut**************@TK2MSFTNGP09.phx.gbl...
Thank you very much.
That was helpful but what about the imaging stuff. I know that directx has
the better imaging implementation for regular graphics like PNGs, BMPs,
and JPEGs but I can't find it. The closest thing that I got was textures,
is that what I will have to work with? Again, thank you very much for your
time and consideration in this matter.
Sincerely,
Christopher Koeber
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:e1**************@tk2msftngp13.phx.gbl...
there is a lot more to DirectX then Direct3D, have a look at directShow
its a presentation layer of directX

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Dear Ken,
Thanks, I am using it now. I know that Direct3d is based on mosly 3d
stuff, hence the name, but I want to use mosely 2d stuff. Do you know
where are the 2d related functions, methods, etc. or maybe any websites
and documentation that has this info. The DirectX Docs are concentrated
on 3d related information, which is way over my head. (Not that I don't
want to learn it, it is interesting stuff). Thank you very much for your
time and consideration in this matter.
Sincerely,
Christopher Koeber
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Yes.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-----------------------
"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:O4*************@tk2msftngp13.phx.gbl...
Dear All,
I want to create a high-speed imaging application and I am currently
sing the built-in GDI+ imaging controls, methods, etc. However, on Bob
Powell's website, he said to check out DirectX to do this. But I am not
well
versed in C++ or C#, I am relatively new to those languages, I have
more
experience and therefore am more comfortable in Visual Basic. Can I use
DirectX in Visual Basic.Net or will I have to learn C# or C++. I want
to
learn these languages anyway, but I also want to get this imaging
application out of the way. (I finally want to FINISH a project I
start, you
know.) Thank you very much in advance for your time and consideration
in
this matter.
Sincerely,
Christopher Koeber




Nov 21 '05 #6
Brian,

I haven't had the time to look at the SDK examples yet. But since it seems
that you have, I'm just wondering if there are any .Net examples of how to
overlay text/bitmaps over a video source (i.e., AVI, MPEG or WMF video
files)?

Richard Rosenheim
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:ug**************@TK2MSFTNGP11.phx.gbl...
if you download the DirectX 9.0c SDK it contains a managed .NET set of
examples, you can find everything you could possibly need in the sample
viewer for images, video, sound, and of course 3D

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:ut**************@TK2MSFTNGP09.phx.gbl...
Thank you very much.
That was helpful but what about the imaging stuff. I know that directx has the better imaging implementation for regular graphics like PNGs, BMPs,
and JPEGs but I can't find it. The closest thing that I got was textures, is that what I will have to work with? Again, thank you very much for your time and consideration in this matter.
Sincerely,
Christopher Koeber
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:e1**************@tk2msftngp13.phx.gbl...
there is a lot more to DirectX then Direct3D, have a look at directShow
its a presentation layer of directX

"Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Dear Ken,
Thanks, I am using it now. I know that Direct3d is based on mosly 3d stuff, hence the name, but I want to use mosely 2d stuff. Do you know
where are the 2d related functions, methods, etc. or maybe any websites and documentation that has this info. The DirectX Docs are concentrated on 3d related information, which is way over my head. (Not that I don't want to learn it, it is interesting stuff). Thank you very much for your time and consideration in this matter.
Sincerely,
Christopher Koeber
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Yes.
>
> http://www.microsoft.com/downloads/d...displaylang=en>
> Ken
> -----------------------
> "Christopher Kurtis Koeber" <c_******@myrealbox.com> wrote in message
> news:O4*************@tk2msftngp13.phx.gbl...
> Dear All,
> I want to create a high-speed imaging application and I am currently> sing the built-in GDI+ imaging controls, methods, etc. However, on Bob> Powell's website, he said to check out DirectX to do this. But I am not> well
> versed in C++ or C#, I am relatively new to those languages, I have
> more
> experience and therefore am more comfortable in Visual Basic. Can I use> DirectX in Visual Basic.Net or will I have to learn C# or C++. I want
> to
> learn these languages anyway, but I also want to get this imaging
> application out of the way. (I finally want to FINISH a project I
> start, you
> know.) Thank you very much in advance for your time and consideration
> in
> this matter.
> Sincerely,
> Christopher Koeber
>
>
>



Nov 21 '05 #7

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

Similar topics

7
by: kastillo | last post by:
Im trying to install directx 9.0 c , but i simply cant . When i run the installer it just says " The installed components are ready to use". This is the report on directx.log : 09/10/05...
1
by: dave | last post by:
I instaled the DirectX on my XP machine, but cannot resolve : using Microsoft.DirectX; What should I do to get it in the visual studio? Thanks
1
by: Bleedledeep | last post by:
I am new to C#/.NET/DirectX, and could not find a simple example of how to read the X/Y location of the joystick. < YIKES!!! The DirectX.DirectInput is one serious pile of API! > After some...
2
by: Diego_Atos | last post by:
I want to create objects using directX. I downloaded SDK version of DirectX. I've installed it. Which is the right dll to add to references? I can't find it. thanks -- -Diego (Atos)-
9
by: Mike P | last post by:
Problems, problems... Im trying to create DirectX Projects within C# and to also look at the latest DirectX C# Samples. I have just installed MS Visual C# .net Standard Edition on my Windows...
0
by: Harvey Cohen | last post by:
Hello all, I have some C# code that implements calls to DirectX.DirectSound. It compiles under both VS .NET 2003 and VS 2005 and runs under VS .NET 2003 and VS 2005 on a Compaq laptop (Windows...
5
by: Richy | last post by:
Hi, This is a Direct3D-related question but I am posting it in here as it is more VB-specific. I have an effect file that I am trying to set the values for. For example: ...
4
by: colin | last post by:
Hi, Is there an easy way to do 3d drawing using drect3d8 devices in c# ? please dont suggest using directx9 unless there is a way to use directx9 on devices with only direct3d8 support. the...
2
by: Peter Webb | last post by:
Sorry, stupid newbie question. I have VS2008, and I downloaded and installed the DirectX SDK. I want to access the DirectX classes from C#, but I can't see how to make C# aware of them. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.