Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~89.7K People Reached
Favorite Tags
Member Avatar for Behseini

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, …

Member Avatar for Maksim_2
0
3K
Member Avatar for Behseini

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; …

Member Avatar for dheerajvermawd
0
23K
Member Avatar for Behseini

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 …

Member Avatar for Gangadharbc
0
282
Member Avatar for Behseini

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 …

Member Avatar for macgurl70
0
4K
Member Avatar for Behseini

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 …

Member Avatar for veedeoo
0
350
Member Avatar for Behseini

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 …

Member Avatar for AndreRet
0
177
Member Avatar for Behseini

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 …

Member Avatar for rajeev_cv_2012
0
186
Member Avatar for Behseini

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 …

Member Avatar for stevenbc
0
71
Member Avatar for Behseini

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, …

Member Avatar for Behseini
0
149
Member Avatar for Behseini

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 …

Member Avatar for nmaillet
0
481
Member Avatar for Behseini

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 …

Member Avatar for PatSharbaugh
0
102
Member Avatar for NyQii

Hey guys.... really need your help? I'm working in VB C# 2010.... I have a windows form application where i want the texts from multiple texboxes to be added to the dataGridView as one row... can someone please tell me where to start? Thanks

Member Avatar for Behseini
0
249
Member Avatar for Behseini

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

Member Avatar for thines01
0
131
Member Avatar for Behseini

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 …

Member Avatar for thines01
0
1K
Member Avatar for Behseini

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 …

0
81
Member Avatar for Behseini

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 …

Member Avatar for Behseini
0
10K
Member Avatar for Behseini

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 …

0
73
Member Avatar for Behseini

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" …

Member Avatar for Biiim
0
139
Member Avatar for Behseini

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 …

Member Avatar for mtns
0
2K
Member Avatar for Behseini

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,

Member Avatar for BobS0327
0
138
Member Avatar for jemz

Hi, I am new in this C# language i haven't tried yet writing program on C#,so in connection on this i want to learn how to use C#,but before i will start what editor should i use on this C#...please help me. I appreciate more help.Thank you in advance.

Member Avatar for jemz
0
127
Member Avatar for Behseini

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 …

Member Avatar for Behseini
0
1K
Member Avatar for Behseini

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 …

Member Avatar for skatamatic
0
327
Member Avatar for Behseini

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 …

0
75
Member Avatar for Behseini

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> …

Member Avatar for diafol
0
833
Member Avatar for Behseini

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 …

Member Avatar for Behseini
0
118
Member Avatar for Behseini

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 …

Member Avatar for broj1
0
331
Member Avatar for Behseini

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,

Member Avatar for Airshow
0
76
Member Avatar for Behseini

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 …

0
99
Member Avatar for Behseini

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 …

Member Avatar for stbuchok
0
225