- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
76 Posted Topics
Can you please let me know how I can Strikethrough a generated text on captcha image in PHP? I have a code to create text on an image as below <?php $img = imagecreatetruecolor(200, 200); $bgColor = imagecolorallocate($img, 255, 255, 255); $netColor = imagecolorallocate($img, 185, 185, 185); $txtColor = imagecolorallocate($img, … | |
Hi everyone, Can you please let me know how I can assign the selected value from a dropdown list into a $variable and print or echo it in the screen For Example if I have a dropdown list of years like: [CODE] <?php $years = array(); for ($i = 1900; … | |
Hi I have a header div which includes two divs inside as #logo and #social.Please visit this link in JSFIDDLE: [Here ](http://jsfiddle.net/Behseini/2jPrD/1/) now I have to problem to present the page 1- I would like to position the social div (right div) at the bottom of the header(parent div).can you … | |
Hi Everone, Can You please let me know how I can add icon(image) before items in a listbox.I have a simple code for listing database elements in a listbox and I would like to add icon for each element.For example a table icon before tables(like MS Access Table List or … | |
I am trying to create a secure login app using php and MySQLi by following this tutorial: Link To Tutorial The tutorial is using a table(members) with 5 fields as:"id", "username","email","password",and "salt". but at the very beginning there is a an SQL INSERT function which is confusing me INSERT INTO … | |
using MS Excel 2007, and VBA I have two combobox.The first combobox has three items as:{One, Tow, Three} now I would like to load the second combobox based on what user select in combobox1. For example if user select One in the from combobox1 then namebox1 will populate to combox2 … | |
Hi Everyone, I am trying to generate a function to enable users to insert table into a richTextBox winForm control.What I have is a Insert button which is fiering InsertForm winForm.the form contains two textboxes as txtRow and txtCol and a btnInsert. Now ,I would like to know is there … | |
Hi, I just wondering if it is possible to read and write files from Mac Mobile devices in PC using C#?Is it possible to create a file transfer to iPhone and iPad (Something like iExplorer or very simple iTune) using C#? If yes, can you please advise me how I … | |
Hi, I am trying to create a simple GUI which let user to populate a list box base on a click event in wxpython. Can you please point me into a simple tutorial or example which has a sample? For example I have a list of colors: Red, Green, Blue, … | |
Hi, Can you please help me to figure out how I can insert DataGridView values into a pre defined excel template (Into Specific Cells)? I have a DataGridView on my windows Form which is getting the values from user input. Now I would like to enable users to export the … | |
Hi, I have a very simple app which is changing a panel backcolor by user input "txtCustomColor" I know how to use the text box keyDown event as you can see private void txtCustomColo_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { panelCustom.BackColor = Color.(txtCustomColo.Text); } } As you … | |
Re: Hi, As far as I know you have to follow these steps to add values from TextBox to dataGridView: 1- Fisrt of all Create a Data Table (Let's call it MyTable) DataTable MyTable = new DataTable(); 2- You are right! Now we need to create Column for our Tbale ( … | |
Hi Can you please let me now how I can create a connection betwen my application to a Ms Access Database on the server using VPN connection method? I have a database created on a folder on server which is accesible just by VPN connection. Thanks for your time | |
Hi, I am trying to run an application which is supose to present a CSV file contents in a DataGridView.The problem is the csv file contains a line (Fiist Line) which is the Title of CSV like: ================================ Title: Titanic Director,Year,Rate,Star1,Star2 James Cameron,1997,7.5,Leonardo DiCaprio,Kate Winslet ================================ and here is my … | |
Hi every one, I just wondering how I can draw grid lines (Like Grids in Graphics and Cad Drawing files) on a Panel to better presentation for other Graphic objects on the panel? Is there any way that we can set the Offset and cell size and number base on … | |
Hi Everyone, I am trying to creale an application which is supposed to display some line trace.What I have is the lenght of lines and the angle (Azimut) degree of the Line for example 45 degree. Can you please let me know how I can do this? I also have … | |
Hi eveyone, Can you please let me know how I can change winform Icon and Images size? I have imported a pictureBox into the From and I add an image using the System.Drawing.Bitmap. I see the Size attributes under Image property like the PhysicalDimention and Size (width and Height)but they … | |
Hi, I am trying to creat a very simple session between 3 php pages as:index.php ,validate.php and target.php index.php <?php session_start(); $_SESSION['uid'] = 'test'; ?> <!DOCTYPE HTML> <html> <head> <title>Start A Session</title> </head> <body> <h1>Welcome to Heaven</h1> <form method="POST" action="validate.php"> Your Name: <input type="text" name="name" value="" /> <input type="submit" value="Submit" … | |
Hi everyone Can you please let me know how I can compare two listbox items in C sharp?.For example if I have a listBox 1 populated with 5 city names as[Vancouver,Richmond, Delta, Surrey,Burnaby] and another list box called listBox2 and contains 7 city names as [Vancouver,Richmond, Delta, Surrey,Burnaby, Coquitlam, Mission].How … | |
Hi everyone, I tried to find some thing on Google but couldn't, Can you please let me know how I can insert Excel Worksheet values into a Table in Access Database using C#? Thanks for your time, | |
Re: Hi Try [URL="http://www.icsharpcode.net/OpenSource/SD/"]#Develop[/URL] It is a free IDE for C#, VB.NET, C++, RUBY and IronPython projects on Microsoft's .NET platform. It is open-source, and you can download both sourcecode and executables from this site. In addition, you can find the latest information and changes on #develop, as well as get … | |
Hi everyone, I am trying to find a way to highlight the active button appearance on my winform.Here I have a simple Text Editor with a richTextBox and a btnBold button located at ToolStrip which can change the font Style to be bold or not.Now I want to change the … | |
Hi guys, Having .Net Framework installed on target computer I can not run C# .exe file generated from VS 2010 express on other computer. Please find the image of error and installed .Net Framework on flowing [URL="http://behseini.persiangig.com/Exe.png"]Link[/URL] Can you please let me let me know why this is happening? Thanks … | |
Hi Everyone I am trying to modify a jquery plugin ([URL="http://jqueryfordesigners.com/jquery-infinite-carousel/"]Infinite Carousel[/URL]) to present some boxes instead of a plain image content. Here is the [URL="http://www.geoca.com/Sample/index.html"]Demo[/URL] I m not sure if this is more styling or scripting issue but I am encountering with tow problems as: 1 - Contents of … | |
Hi Everyone, I am trying to test a simple email validation form using $_SERVER['PHP_SELF'] at the same page as [CODE] <?php if (isset($_POST['submitted'])) { $email = $_POST['email']; $result = filter_var($email, FILTER_VALIDATE_EMAIL) ; if($result) { echo "Valid email address."; } else { echo "Invalid email address."; } } ?> <html> <body> … ![]() | |
Hi Guys, I am trying to display a selected file name by user(using OpenFileDialog class and FileName property) as [CODE] if (dlgOpen.ShowDialog() == DialogResult.OK) { txtFileName.Text = dlgOpen.FileName; } [/CODE] but the problem is this return all path info which I do not need! Can you please let me know … | |
Hi every one, Can you please help me to figure out how I can use PHP to print out contents of a div element as pdf file? I would like to create a button which let page viewers to save a specific div(let's say students Mark in a html table … | |
Hi Everyone, I already google this but wasn't able find any thing!.I just wonder if you can tell me where I can find a Jquery plugin which let the users to print a specific part of apage(let say a div for marks result!) as a pdf file? Thanks, | |
Hi every one, Can you please let me know how I can use Jquery to append and remove data into a table by checking and unchecking html checkboxes?(Or any plugin for this?) I would like to generate an online order invoice from the following checkboxes: [CODE] <fieldset> <legend>Your Choice:</legend> <input … | |
Hi everyone, I am am trying to change the "display" property of a div from "none/block" to normal in order to display it on mouseover event.But I do not know why it is not working! Can you please take a look at following spinets and let me know what I … ![]() | |
Hi everyone, Can you please let me know why I am getting error on populating Persian(Arabic)Numbers?! I have saved the php file as "Uncode in UTF-8" format which can display the dropdown list in a HTML correctly but when I want to retrieve them in PHP I encountered with following … ![]() | |
Hi guys I tried to Google this but unfortunately I couldn't find any thing, Can you please let me know how I can populate a drop-down list from a csv file using php? For example let say I have a csv file(league.csv) like this: Man City,9,25 Man Utd,9,20 Chelsea,9,19 Newcastle,9,19 … | |
Hi Guys Can you please take a look at following app to see what I am doing wrong? [URL="http://www.mediafire.com/?38pwg0uwj0930e3"]Download App(WinFormsStarts)[/URL] What I want to do is running multiple modal forms AND keeping the MainApp form accessible until finishing all required modals.As you can see from the application, as soon as … | |
Hi Guys I am trying to make the windows Form BackColor Transparent but each time I try to set the BackColor to Transparent property I am encountering with following error message [COLOR="Orange"]Property Value is not Valid Control does not support transparent background colors.[/COLOR] I also tried to add following code … | |
Hi, Can you please let me know how I can run two windows form at the beginning of an application which one of them can be something like a "Quick Start" form or "Tip of Day" form and also the main application form which is running at the background and … | |
Hi, Can you please take a look at following code and let me know how I can restrict the "txtColor.Text" in a way that if user insert a wrong hex sting(value) like "KKKKKK" the exception handler handle the issue and pops a warning message to correct the input? [CODE] using … | |
Hi, I need to locate a map canvas inside some divs but when ever I locate the "map_canvas" inside the other div the map disappears! I tried to fix the issue by indexing the divs but it didn't go through! Can you please take a look at following link and … | |
Hi, Could you please take a look at following link and let me know how I can add a loop to my script in order to repeat the animate() function for example for every 30 seconds? [URL="http://www.geoca.com/Mover/"]http://www.geoca.com/Mover/[/URL] as you can see the animate function just runs for one time but … | |
Hi, I am trying to position a navigation bar from the left side of a div(header) without any padding value(without any space.I would like to position the nav exactly where the content div is started([B]Red line border[/B]) but I do not know why it is not working! Can you please … | |
Hi, I am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! Can you please take a look at the site: [URL="http://www.geoca.com/demo.php"]http://www.geoca.com/demo.php[/URL] as you can see … | |
Hi, I am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! Can you please take a look at the site: [URL="http://www.geoca.com/demo.php"]http://www.geoca.com/demo.php[/URL] as you can see … | |
Hi Guys I am trying to create a two columns text using two divs beside each other or in two columns of a table but setting them vertically to appear on the TOP.The problem is when ever I want to use any CSS/HTML elements the browsers do not care to … | |
Hi guys Can you please let me know where I can find a demo or example of JQuery Plugin which let's to create a Div with shadows(Inner and Drop shadows) and plugin to add gradient to Div background color? Best Regards, | |
Hi, Can you please take a look at attached JPEG and let me know how I can create a div like this(looks like 3D) using CSS or JQuery? I will appreciate if you introduce me to a tutorial or any thing that can help me regarding this, Best Regards Behrouz | |
Hi Guys, Can you please take a look at following image link and let me know by using what language(Tool or GUI Builder) I can create a GUI/Application like that. I mean the view of the GUI(Color, Style,Button,and Menu bar...) [URL="http://behseini.persiangig.com/GUI/GUI.bmp"] http://behseini.persiangig.com/GUI/GUI.bmp[/URL] Best Regards | |
Hi everyone, I am new at Jquery and JavaScript as well and I really appreciate if you can help me to figure it out how I can check a state of slideToggle()? for example, I am trying to modify the following code when a user click the Register then first … | |
Hi, Could you please let me know if we can install Oracle 11 g R2 on Ubuntu Desktop 11.04? If + , can you please introduce me a tutorial which I can follow that? Best Regards, | |
Hi Guys, This looks a little bit silly question but I really have problem with unzipping the oracle Oracle Database 11g Release 2 downloaded files. I am trying to install oracle on my Windows Vista and according to the Oracle download webpage : [CODE]Directions 1. All files are in the … | |
Hi Guys, I am using SQL Server 2008 R2 on Windows Server 2008 Standard Edition.I tried to uninstall one of instances in SQL Server and I believe I "Select all the features" to remove from the Select the features windows.After uninstalling, I tried to run SQL server with another existing … | |
Hi Guys, Can you please let me know how I can create a Form which it's border color is Fixed and not change by windows system default style?How can I change the color from Blue to Gray and render the form with new color in any OS regardless of what … |
The End.