- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Programming
- PC Specs
- i7
40 Posted Topics
Hello and Good Day, I have a multiple images that is played on flanis. On my iFrame, this images are not fitted. I want to have a flanis that is responsive fitted on my iFrame. so I tried this one image only in the <img> tag and it works fine. … | |
Hello Daniweb Family, I am trying to create something like a "Earthnull" look alike. I am not good in coding and try to find something that can help me to start on. I found something very similar on what will be the target output. HTML: <!DOCTYPE html> <html lang="en"> <head> … | |
Hello Daniweb, As my title, I have a problem in my gnuplot. I can set the minimum range based on my file.. but doing the maximum range it give a wrong output for min and max yrange. I been searching for net and tried there solutions but it won't work … | |
Hello DaniWeb Users; I'm not a good coder here please hold on me, My machine is linux ubuntu 14.04 and I install apache2 also the php5. I was trying to create a simple log in page here (no registration thing) So in mysql I just create 3 fields (user_id, username, … | |
Hello DaniWeb Users, I need some help how I can change a file name but not the file extension. Doing it one by one is pain. mv file1.gr2 test1.gr2 doing this will need a lot of time. I been searching for an hour find . -name "*.gappedPeak" -exec sh -c … | |
Hello Daniweb Users, I just want to know when doing the command "df -lh" my /dev/sda1 got 100% I do transfer some of the files but still it can be full any moment. I have 438G size of hard disk. and 398G that has been used "said by the df … | |
Good Day DaniWeb Users, I'm having hard time to mount my 3 TB External Hard Drive/Disk I do mount my external hd using this command.. sudo mount /dev/sdc1 /media/Archive/ I do df -lh and seen my mounted device. Here is my Problem: 1. When I enter fdisk -l ~ I … | |
Hello DaniWeb / Linux Users and Programmers, I am 90% new to the world of Linux. I was instructed to edit a running program. The purpose of editing this program was to follow the format of the other running program. But it is hard for me to understand because some … | |
Re: Hello Mr.M, I don't know if I got your idea... In your example about music (Windows Media Player and VLC) As default you have Windows Media Player as your Music Player At the same time you installed VLC for new environment or stuff. You want to play all your Music … | |
Re: Hello Sir Ben, Using Frameset or iFrame.. See this link to guide you: http://www.w3schools.com/tags/tag_frame.asp | |
Hello DaniWeb Community, I have a question about changing the symbol of my tracker. I am using google.maps.SymbolPath.CIRCLE Can I change this to a image of mine? jpeg / png file If yes, How I can do it? Thank you and God Bless -Tap | |
Hello DaniWeb Users/Programmers, I don't know if I post this on the right thread but I already post in Linux and Unix Thread but the cause I try ask in here is because it is programming related. I am a window user but trying to use linux for some purpose. … | |
Hello DaniWeb Community, I have a hover drop down menu, below this is another hover drop down menu.. Once you hover your mouse pointer to this drop down menu it show the list.. The problem is it overlap to the 2nd drop down menu. I want my list to be … | |
Re: I am interested to this topic so gonna up this one. I am using simple javascript in my web, I hope someone will do this in simple javascript too. I'm not that good in coding I hope it would be understandable. Just a share to the simple dropdown (just to … | |
![]() | Re: I'm a terrible in C++ but I solved my problem in this forum. To receive some solution you should try to post the code from that previous programming challenges and a code you try to solve the problem. |
Hello Web Developer, This is working <form class="frm" action=""> <select onChange="window.location.href=this.value"> <option value=""> </option> <option value="../wxmaps/glob/glob_rrpf.html" href target="wxmdisp">Precip + MSLP</option> <option value="../wxmaps/glob/glob_rrwf.html" href target="wxmdisp">[Parameter2]</option> </select> </form> the problem is when I click one item on the drop down list it appear to the same window. I have a frame name … | |
Hello Web Developers; I'm having a hard time figure out why I can't do a simple table. I have an lines that contain ul and li, If i put them inside the table tr and th the bullet comes out which is I set it none. Please help me with … ![]() | |
Hello Linux Users, I'm a new user of Linux Can someone help me out how to add code to the button that I created? and how I code in here? For example: C2:J2 will be add How I will code it in the button I created? Thank you and God … | |
Re: "I'm sure tiger86 had been sitting in front of their computers for four years just waiting for your response. Good Job." It makes me laugh even this will be the second time around. credits to WaltP, his original post: "I'm sure Ahmed and Vicky had been sitting in front of … | |
Re: Hello, Quantity is number of the items so no need for $ sign. Your formula on the first transaction is (10 * 500) * 0.15 then on the second transaction is (20 * 1000) * 0.09 but the result is 1800 no idea how to get 1875 then on the … | |
Re: Check this link; just this week someone have a problem about grades thing this can help you to start a scratch [Click me](https://www.daniweb.com/programming/software-development/threads/499834/oops-question) | |
Hello VB.net I don't know if I am in the right thread; but it is most closer to my problem; Currently I have no idea or a near code to solve the problem; In excel, Developers tab, there is a Visual Basic Application; What I'm trying to do is color … | |
Re: Hello Sir directorabbey; 1. Add #include <string> 2. Transfer the: const string password = "123"; const string username = "abc"; before int main() 3. On your if statement add () like this if ((pass==password) && (user==username)) That would work. Cheers! -zelrick | |
Re: Hello Sara 13; Since the topic was related with logical operators and if else statement. I suggest doing this. Soon you can do it with Loop. But for now I only use else if statement with logical operators. And for a readable output put white blanks before and after " … | |
Hello C++ Programmers; I would like to know if fill color can be automatic fill up a whole row when in two column have a number 6; for example: A B C D E F G H I J 1 98 132 3 146 6 54 8 210 8 2817 … | |
Hello C++ Programmers; I would like to ask about running multiple text file; this text file don't have specific name; This one folder (Text Folder) have only text file (no specific counts); if there is other file like .xlsx or .jpeg or .bat or .etc. will be ignored; once I … | |
Hi everyone; I got no idea how to start this and if it is possible; I have a text file (.txt) that have lot of lines and I want it to transfer it in Excel (.xlsx / CSV) But not all will be transfer in excel, only a specific number … | |
Hello VB.net Programmer; Good day Daniweb'ers; I have a problem to my Excel Data going to DGV; Only Selected items in excel will be put in the DGV; I don't have a database for this problem; So here it is; This example from excel file: 1 2 3 4 5 … | |
Re: Hello Sir Hardz, Sir Satyam 1; A clarification to the code above; Have you included PrintPreviewDialog/PrintDialog/PrintDocument? and if I click the button(Print), what is inside of the DGV will be printed? What I mean is: 'Click Button Print 'Show PrintPreviewDialog included added content in PrintDocument 'Then Automatic start printing? | |
Re: Hello Sneaky Pete, Try this: .txt to .xlsx Process.Start("Excel", Label1.Text) Label1.Text is a path of your .txt file. -Zelrick | |
Hello ASP.NET programmers; I've been searching for solutions for Mailing using Gmail not just text but also with attachments. This code may help but I don't know what language they use to this: /* yahoo */ public bool SendYahooMail(string sToEmail, string sFromEmail, string sHeader, string sMessage,string Password) { SmtpClient client … | |
Please help me, I'm not really good in programming. I've done converting text file going to excel, and excel going to DataGridView. Here's my problem: I want to get the specific one or two numbers (maybe up to three). example: 98321 12345 67890 54321 09876 'this numbers in excel. (First … | |
Re: Some Tips that may give you ideas; to be creative should know what comes first (Logic of your System). example: 1. What form you will show first? Registration Form HomePage Form Login Form Sometimes it depends on the system your developing. 2. Some form need to be ask before close … | |
Re: Hi Sir John 91; Caps off please; Correct me if I'm wrong, your front end is MS Access and your back end is VB.net? Dim Y As Integer = 9 Dim x As Integer = 10 X and Y should be a variable, but if you indicate with number it … | |
Re: Hi Sir teze; Addition Information: I suggest use RowHeaderMouseDoubleClick on the event of DGV Note: doubleclick the row of DGV1, it transfer the whole row to DGV2 Private Sub dgvEF_RowHeaderMouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellMouseEventArgs) Handles dgvEF.RowHeaderMouseDoubleClick For rowIndex As Integer = 0 To (Me.ReadDataDataGridView.Rows.Count - 1) If … | |
Re: I have the same problem before but to solve my problem I use a long method. My System works like this (it is a long method): 1. My Textfile (.txt) will be opened as MS excel. Why? because with the power of Delimited it is separated by cell (Space Delimited). … | |
I'm Patrick, came from Philippines. Fresh in the world of programming so can't contribute that much; I'm here to learn and try to share some of what I know. Programming Language interest: C#, C++, VB.net, ASP.net, SQLplus.. other languages not that much. So, that's it. Hope we guys grow more … | |
Hello VB.net Programmers, Please help about delimited. I've been looking to the forum and other sites about this but can't find any. Here is my problem. 1. I need to put the text file to excel but this text file don't have comma and tab. This are separated only with … | |
Re: Can you elaborate the problem sir? Have you encounter error or it's not just opening the project? Some problem in copying is wrong path. Dim path As String = "C:\Users\Documents\Visual Studio 2008\Projects\Convertion\Convertion\Book1.xlsx" MyConnection = New System.Data.OleDb.OleDbConnection("Provider=Microsoft.Ace.OLEDB.12.0;Data Source=" + path + ";Extended Properties=Excel 12.0;") or the New machine don't have this … |
The End.