|
Setting an Application path in VB.Net
Priya
|
|
|
|
|
Your header is the forum name, and your post looks like it would have made a good header. Do you have a question ?
What do you mean by ApplicationPath ?
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
Hi
Please preview your forum before submitting it. I think you did not add your question properly.
You can modify your existing forums, preview it and resubmit again.
If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Thank you. Harini
|
|
|
|
|
It is hard to figure out what you are asking because vb.net is the forum name.
When you create an application in vb.net you define an application name also an application path. If you app path is different than the original path and then you have to define one.
If your aim is to change the application build output path, you can change it from PROJET menu (Just simle go over the (application properties) and then click the (compile) section.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
|
|
|
|
|
Hi everybody!
My question is either for VB 6 or .NET
Please it's driving me crazy...
So,since i have to play a flash video inside my application,i have tried the shockwaveflash component..but it still plays the flash animation inside the form..i have to play it like microsoft messenger does with animoticons(or winks whatever they are called in english..):you know,it reproduces them on the entire screen and just the animations,not showing the form..
how can i perform that?i have tried making the form transparent,but of course also the control contained in the form becomes transparent,when actually i want only the form surface to be transparent.
i don't literally know where to begin....
thank you very much in advance,you are my only resource left...
|
|
|
|
|
Are you sure they are flash videos ? I'd doubt it, I'd imagine they are animating directly onto the desktop.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
i am not sure,i am awfully sure.
i have personally extracted for backup purposes one of these winks...search on the internet for .mco files.they are stored as resource files in the msgslang dll (see under msn messenger folder),and are basically cab files with some xml files inside and the flash video in swf format.
but apart from that,the fact is that even if they weren't flash videos at all,i had to follow the way of the flash video because it is the only way i can imagine.
even writing a hta application and launching from my application,i have to use a flash file....
please help!
thank you again
|
|
|
|
|
Hi ..
I designed some forms as control .. I add that control to a form ,, I want when use Me.Close to colse the parent form not the control only
jooooo
|
|
|
|
|
Use the Owner property to get to the form.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
i want to give som animations to the text.
is there ny code for this???
|
|
|
|
|
No there isn't any code for text animations but you can write your own code to animate the text. Text property has several atrributes such as font, font size, background color, location and etc.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
|
|
|
|
|
May be you can add a flash object or google for Banner Makers softwares you can find a trail version somewhere which do ur job.
|
|
|
|
|
my project is online test in vb.net.i m new to vb.net. i want to knw if ill use 1 form for each quesion then there is going to be lots of forms.is there nyway to combine multiple forms with single form
bhawna
|
|
|
|
|
I don't understand what you are asking. Do you say that you will have forms in vb.net for each question you want to ask? If that is true, you don't need to use multiple forms. Just use a single form to display your questions. For each question there is no need to call another form. Sorry I couldn't help you, please try to be more specific about it.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
|
|
|
|
|
actually my instructor told me to display one quesion on a single form,in this way there will be lots of form in my project.thats why im little confuse is it write or i ll find som alernative
|
|
|
|
|
You are sounding that you got an homework. Sorry, I shouldn't help.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
|
|
|
|
|
not like this yaar.i m just asking a quesion.
|
|
|
|
|
form contains the lable,textbox ect.. so use the gruop box and make the property visibile =false , only make the first group box visibl so after each question when the user clicks on the next button u can set the visiblity next group box group box as true n the previous group box is set to false so if the user wans to navigate the previous question he will be able to do it.
try it.
taher
|
|
|
|
|
i think i got yr problem..
basically u wanna display one question on each form and connect them all
first of all open a windows application...
add one more form name as form2 ...
put yr question on form1 ,and a button named 'next'...
nw under the buttton click event write this coding
dim a as new form2
a.show()
so wenever u'll click button on form1 u'll get form 2
add one form as form3
nw again put yr next quesion on form2 and put a button on form2 again name it as next...
and under clickin event of that button write this code..
dim b as new form3
b.show()
in this manner kep addin forms whichever no. u want
and put yr question and button for next form...
if u want "back" button also for gettin previous form, then tell me...
bye
enjoy coding...
|
|
|
|
|
whtever ur saying is the main problem,if i hav to put 100 quesion then there ll be 100 forms.
is there nyway with which i can decrease no.of forms
|
|
|
|
|
i think its yr requirement only that each forms shud have one questions only...
if u want u can add any no. of questions on one form...
otherwise i think connecting it with DB cud be the option...
not the nice one but jst one more way..
in wich u connect it wid DB and on each click next question will appear on same window and same label...
but as i think ts jst an asssignment for u not any project.. so u need not to go dat much deep....
if u want that way .. i think i can try that...
bye
|
|
|
|
|
this is not an assignment,my project is online test.there are three categories,computers mathematics and general english.my requirement is 1 form for each subject to display quesions.
Db connectivity is not a gud options splly for me who dont knw anything abt db connectivity.
somone has given me a suggesion .ill try that first otherwise definately conern
|
|
|
|
|
yr problem is changin wid each reply yaar....
earlier u were in need of one question on one form.... then u wanna decrease no. of forms...
and nw its three subjects....
finally make three forms for three subjects...
and put all the questions on respective forms..
hw u have to join them , i have already told ya...
if still its nt resolved....
then probably u r not able to describe yr problems...
put yr requiement in specific and easy manner
|
|
|
|
|
aap ek subject ke liye reply karo mai tino par same apply karungi.ur right i cannot specify my problem.
leave it
i got solution for my problem which create another problem if ur interested then i ll explain u
|
|
|
|
|
no problem...
go ahead...
|
|
|
|