akellu Posted August 4, 2008 Share Posted August 4, 2008 yes, this is doable. Here are the steps: 1. Create the fields for your survey in HTML.2. You should have a button to save all the values in your fields to a database which is surely a MySQL database.3. Create a button that will export these data into an excel. This will be your source to learn PHP and HTML or even other languages that you prefer: http://www.w3schools.com/ Hope this helps. there's this mysql front end tool called Navicat. Search it on the net, it allows you to export your MySQL data to Excel. thank you!!! i'll try them both.... do you I can do this in Visual studio express 2008? Quote Link to comment
888infinity888 Posted August 5, 2008 Share Posted August 5, 2008 (edited) thank you!!! i'll try them both.... do you I can do this in Visual studio express 2008? yes you can do this using Visual Web Developer 2008 Express Edition but i think there are limitations using this application since this is an express edition only. you can research first on the limitations before using it. Edited August 5, 2008 by 888infinity888 Quote Link to comment
akellu Posted August 8, 2008 Share Posted August 8, 2008 guys question uli tungkol sa visual studio 2008....... nangangapa kasi ako e.... di naman ako marunong talaga nito gumagawa ako ng simple program na parang ABC teacher for kids (school project). part of code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click PictureBox1.Image = Image.FromFile("F:\school-ACU\info305\Project\ABC program\ABC program\Bb.jpg") End Sub question: paano ko babaguhin ung highlighted part para pwede ko syang i-run sa ibang computer? 2nd question: paano ko lalagyan ng sounds ito pag nagclick on the same button? simple wav file lang attached is the screenshot of my simple project... thank you in advance!! maraming salamat nga pala sa mga nagsuggest ng gagawin ko nung una kong tanongproject_screenshot.bmp Quote Link to comment
akellu Posted August 8, 2008 Share Posted August 8, 2008 nabasa ko sa help ng visual studio e meron dun "One click publish" pwede ba yun ang gamitin ko para ma-run ko ung completed program ko sa ibang computer? paano ung mga pictures na ilalagay ko sa program? masasama ba un? Quote Link to comment
888infinity888 Posted August 11, 2008 Share Posted August 11, 2008 guys question uli tungkol sa visual studio 2008....... nangangapa kasi ako e.... di naman ako marunong talaga nito gumagawa ako ng simple program na parang ABC teacher for kids (school project). part of code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click PictureBox1.Image = Image.FromFile("F:\school-ACU\info305\Project\ABC program\ABC program\Bb.jpg") End Sub question: paano ko babaguhin ung highlighted part para pwede ko syang i-run sa ibang computer? 2nd question: paano ko lalagyan ng sounds ito pag nagclick on the same button? simple wav file lang attached is the screenshot of my simple project... thank you in advance!! maraming salamat nga pala sa mga nagsuggest ng gagawin ko nung una kong tanong for Q1: Answer: What i usually do is i add a folder on the solution and put there the files i need on my application then i just reference it using the server.mappath method. i don't know if this is applicable in winforms cause i usually use it on web based applications. When you deploy it on other computer, it is automatically included especially when deploying web based applications. you can also create an installer for you application. you can look for the steps in MSDN for this. for Q2:Anser: you can use this link as a reference. it's in c#. the only difference is the syntax, but the logic is the same: http://www.codeguru.com/csharp/csharp/cs_g...cle.php/c11157/ hope this helps. Quote Link to comment
hitokiri_3020 Posted August 11, 2008 Share Posted August 11, 2008 mga master, ang remote access ba pwede gamitin na parang internet cafe manager? Quote Link to comment
888infinity888 Posted August 11, 2008 Share Posted August 11, 2008 mga master, ang remote access ba pwede gamitin na parang internet cafe manager? sir, i don't know much about internet cafe manager but i think it is different from remote access. internet cafe manager from what i read in the internet is that it is more of a customized application for managing your PC's on a WAN or LAN. For remote access it is being used to access a single PC or a server remotely on a LAN or WAN. Quote Link to comment
hitokiri_3020 Posted August 11, 2008 Share Posted August 11, 2008 maraming salamat po sir infinity, baka may alam kang, mapagkukunan ng source code using vb 6, plan ko kasi gumawa nito pero yung simple lang Quote Link to comment
888infinity888 Posted August 11, 2008 Share Posted August 11, 2008 maraming salamat po sir infinity, baka may alam kang, mapagkukunan ng source code using vb 6, plan ko kasi gumawa nito pero yung simple lang code na parang internet cafe manager sir? hmmmmm..i'll try to look one for you sir.. if you want sir, you can explore on .NET technology mas extended kasi yun in terms of programming. Quote Link to comment
Season_Girl Posted August 11, 2008 Share Posted August 11, 2008 This thread is similar to this one: http://manilatonight.com/index.php?showtopic=31449 Quote Link to comment
hitokiri_3020 Posted August 11, 2008 Share Posted August 11, 2008 code na parang internet cafe manager sir? hmmmmm..i'll try to look one for you sir.. if you want sir, you can explore on .NET technology mas extended kasi yun in terms of programming. maraming salamat sir :thumbsupsmiley: Quote Link to comment
888infinity888 Posted August 11, 2008 Share Posted August 11, 2008 This thread is similar to this one: http://manilatonight.com/index.php?showtopic=31449 hi mam, yes medyo similar kaya lang inextend po itong thread na to for programming problems.. anyways, thank you for visiting this thread Quote Link to comment
Unrevealed Posted August 12, 2008 Share Posted August 12, 2008 wow dmi question astig hehehe... medyo mababaw background ko sa php and .net and this is very helpful thanks to thread starter for this one Quote Link to comment
888infinity888 Posted August 12, 2008 Share Posted August 12, 2008 wow dmi question astig hehehe... medyo mababaw background ko sa php and .net and this is very helpful thanks to thread starter for this one @sir unrevealed, oks lang yan sir. you can post any questions here related to programming. i'm sure lot's of MTC developers will attend to your concerns. Quote Link to comment
tiyopaeng501 Posted August 24, 2008 Share Posted August 24, 2008 C++ programmer here. Ask me anything about C++, I probably know it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.