- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
39 Posted Topics
Re: you can make two images at 1 icon.... the other one is just the icon and the second one is the icon with the name of it.... then you will be the one to hide or show or adjust by using css.... its simple ^_^ | |
Re: i can't click the send button in your test page... why? | |
Re: you can use substring for that.... and make a condition | |
Re: Dim sampledateformat As Date sampledateformat = Date.Now TextBox1.Text = Format(sampledateformat, "hh:mm:ss tt") I hope this sample code will help you solve your problems.... ^_^ | |
| |
Re: you have to show us your effort of making a program don't just ask about the whole code try to make one of yours and maybe we can help when you encounter some problems... | |
| |
Re: first import system.IO then paste this code to your Form Load If Not Directory.Exists("C:\samplefolder") Then Directory.CreateDirectory("C:\samplefolder") File.Create("C:\samplefolder\sampletext.txt").Close() End If after running the program try to check the directory where the folder is located... | |
Re: i think u have to add 1 textbox for your previous data.... | |
Re: First you have to research what is sales and inventory system is all about then try to know the flow of the system.... and make a flow chart then a program ^_^ simple... | |
Re: hi narsim, this link might help you... http://www.w3.org/Style/Examples/011/firstcss.en.html happy coding ^_^ | |
| |
Re: inside your textbox code go to the keypress event and paste the code of reverend jim... ^_^ | |
Re: inside your button type this code textbox1.text = nothing it means that your textbox value will become empty... | |
Re: yeah right can you post your code so that we can try to trace the errors....? | |
Re: can show us the time format??? on how it is displayed in your datagrid... | |
Re: we have to solve the 1st problem before we go to the second one.... ^_^ | |
Re: can you post an image about your problem??? | |
i just want to know from you guys about the use of finally in Try Catch code???? | |
Re: try to make a condition that only one checkbox can only be checked.... | |
Re: that's good for you..... ^_^ you can mark this as solved... | |
| |
Re: use for loop and select only those columns that you want to update..... ^_^ | |
Re: it could be your slow internet connection or the type or size of your picture you want to download... | |
Re: <form action="update_data.php" method="post"> SNO:<br/> <input type="text" value="<?php echo $sno; ?>" name="serno" disabled /> <br/> i just want to ask why you have the word "disabled" in this code???? | |
| |
![]() | Re: you can make a gradient background color for your system and make your font big for the username and password at the center.... i think your logo should be at the top of your username and password... |
Re: urtrivedi is right you can have send mail but first you must have a mail server.... | |
| |
Re: default format for datetimepicker in vb.net is "MM'/'dd'/'yyyy hh':'mm tt" then the output would be 06/15/2001 12:00 PM just giving you some idea... ^_^ | |
Re: classes are declared using the keyword class while structures are declared using the keyword struct structures are entirely public, while classes are private by default | |
Re: $sql="INSERT INTO users (username,password,mail,address,phone) VALUES ('$_POST[username]','$_POST[pwd]','$_POST[mail]','$_POST[Address]','$_POST[Phone]')"; i think you have problem with this code...... try to check syntax of your VALUES.... | |
Re: -family table Position Age Dad 41 Mom 45 Daughter 17 Dog -food table Meal Position Steak Dad Salad Mom Spinach Soup Tacos Dad | |
Re: i think you just have to change the value of CharacterCasing to "Upper" this can be found in your textbox property.... |
The End.