|
iges,a usual model in 3D CAD.
I want to show it in my winform.
Thanks.
===========================
http://begtostudy.blogspot.com/
email:begtostudy@gmail.com
MSN:begtostudy@gmail.com
|
|
|
|
|
So buy an Iges viewer.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
Personal work.
Poor, no money.
===========================
http://blog.csdn.net/begtostudy
MSN/email:begtostudy@gmail.com
|
|
|
|
|
how to implement iframes in window application using c#
|
|
|
|
|
You have absolutely no idea what you're doing, or you asked this question very strangely. There is no such thing as an iframe in a windows app, why would you need one ?
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
|
|
|
|
|
hi Christian actually i hv a html code now i want the code to show in the windows application as like iframe...is it possible or not or is any way to show the html text in the window app plz help in this regards
thanks in advance
|
|
|
|
|
Use the WebBrowser control.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
hi thanks for ur reply will u tell how can i set the html code to the web browser and can edit the text in the webbrowser and save it
|
|
|
|
|
You could take a look at this[^] code for help.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
As Pete said, you can use a web browser control, but be warned, this will greatly limit the ways you can interact with your UI. If you're not loading the HTML from the web, I'd consider recreating the UI without using HTML.
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
|
|
|
|
|
Hi,
I need some information abt OLE objects where I need to develop a OLE server in C# so that this application can be opened on the other application VC++ side and when i Double click then my C## application shud open up and i shud able to edit and when saved should be saved back in the current format.
To be more clear it like opening a .xl file in a ms office and should be able to save it back in xl format.
thanks,
vcdebugger.
|
|
|
|
|
|
thanks a lot.. I will check it out and get back.. 
|
|
|
|
|
Hello Experts
I am using dgv in my form where user want only one row for dgv to insert record.Client add only one record at a time.I created it by design time, not by coding.Is there any property for this?
please help!!
|
|
|
|
|
What do you want exactly ? Have you considered that sometimes you reach a point of having to write actual code ?
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
|
|
|
|
|
Ok,i want always my grid view index to 0 or 1.
Only one row must be visible in datagrid view.
|
|
|
|
|
may be not !use the code
from vevi
|
|
|
|
|
Then make sure there's one row in your data source. Or just go to a different control entirely that just shows the one row.
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
|
|
|
|
|
Hi,
I need your help for my project. I am new to use Linq To Sql. I have .DBML File and it automatically takes the connection string From SETTING.DESIGNER.CS File or From APP.CONFIG File by changing Application Property of .dbml file to False. But I Want to Provide Connection String at runtime. Because as it is desktop application developed in C# so before installing EXE at client side we are unknown of the server on which the database is attached. The only one solution I have is I have to reopen my application, set the connection string as per user and again make its EXE, this is what i dont want.
Can I pass the connection string at runtime to .dbml file when i run my exe or can i change my app.config connection string at runtime.
.
|
|
|
|
|
Second time you post the same question. Was there a problem with the soltution[^] that Henry Minute provided?
Excellence is doing ordinary things extraordinarily well.
|
|
|
|
|
i am doing a project on "TIME AND ATTENDANCE USING RFID".
i dont know how to connect USB RFID reader.
is there any class available to create an object which can handle the communication]
like[ axwinsock or mscomm or socket object ]
pls send the link of code .....
thanks
|
|
|
|
|
Hello All,
Actually i want to create an application who support English,Spanish and Hindi.How can i change controls Text and Entering Value to according selected language.
Thanks for Help.
If you can think then I Can.
|
|
|
|
|
How do I convert an image (bitmap) form color (ARGB) to binary (Black and White) quickly using pointers?
|
|
|
|
|
There are several article about image processing here at codeproject, why don't you read them?
|
|
|
|
|
sebogawa wrote: Binarization
Are you trying to get a place in here[^]?
DaveBTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) Why are you using VB6? Do you hate yourself? (Christian Graus)
|
|
|
|