182 Topics

Member Avatar for
Member Avatar for hemal1972

[B]Hi Guys, right now i am making accounting software project. In this project, i have used one list box for storing accounting groups. now here is a problem. I have stored 50 groups. But, I can see only 30 groups at a time. to see another 20 groups i have …

Member Avatar for meeni
0
114
Member Avatar for angel392004

i'm working on an e-voting system for my thesis... but i'm having problem on how to output the data in all the rows in the database in a check box. so it means that the number of checkbox is equals to the row of the table. i manage to output …

Member Avatar for lolafuertes
0
126
Member Avatar for jackabascal

I have A webcam Class and have it so the image in my picturebox displays the live webcam feed. When I click the "Capture" Button, I would like to save the current image being displayed on the picturebox. How would I do this?

Member Avatar for nick.crane
0
133
Member Avatar for NH1

I have an issue i need to get resolved fast. I cant seem to get my Dialog box to run properly. This is the code i have for it. The Problems i have are where the black arrows are. First arrow: "No matching prototype available Second and third arrow: "Invalid …

Member Avatar for Riebens
0
179
Member Avatar for molocas

Hello every one, I am new in C++ and I have a new project. I have a text file with numbers that are coordinates x,y The text filesĀ“s format looks like this: X Y 234 5678 343 3456 193 235 and so on Steps, 1.- Put all this file in …

Member Avatar for Ancient Dragon
0
168
Member Avatar for wolfeater017

how do you get it in pygame so that when you click on a rect it will reset the window but only when you click on that certain rect

Member Avatar for wolfeater017
0
113
Member Avatar for Ims333

I've searched for two days for a way that when you press a button (In this case button15) that when its pressed, it will retrieve a .txt from online. Basically I need to turn this: [code=c#] DirectoryInfo di = new DirectoryInfo("C:\\"); FileInfo[] rgFiles = di.GetFiles("*.dll"); foreach (FileInfo fi in rgFiles) …

Member Avatar for Lusiphur
0
108
Member Avatar for b1izzard

Hi I need a help in choosing a combo box event for placing this code. I have tried with Lostfocus,leave,mousefocuschanged,displaymemberchanged like this but nothing works and Lable26(Default I set Visible:false ) is visible even after I select an Item. [CODE] If combotype.SelectedIndex = -1 Then Label26.Visible = True Label26.ForeColor = …

Member Avatar for b1izzard
0
167
Member Avatar for tulipputih

Hi everybody, I would like to have functionalities & interface like this [url]http://www.bluenile.co.uk/diamond-search?filter_id=0&track=head[/url]. Currently, the search result and checkbox are presented as in the above example. However, I am not sure of where should we keep the checked value to have something like in the bottom. ( all selected record …

Member Avatar for tulipputih
0
261
Member Avatar for brenton_77

I am currently trying to create a live search box that as I type it will start displaying results that match. Here is an example [URL="http://www.w3schools.com/php/php_ajax_livesearch.asp?output=print"]http://www.w3schools.com/php/php_ajax_livesearch.asp?output=print[/URL] but it retrieves its data from an XML file, I need mine to retrieve from a column called FirstName within a table of an …

Member Avatar for digital-ether
0
615
Member Avatar for ayesha789

I want this form as lightbox form. Is it possible. [CODE]<form action="lims_updated_north.php" method="post"> <table class="mytable" align="center"> <tr> <td>Code</td> <td> <input type="text" name="al" id="al" value="<?php echo $al; ?>" /> </td> <td>Owner Name</td> <td> <input type="text" name="cd" id="cd" value="<?php echo $cd; ?>" /> </td></tr> <tr> <td>Mobile</td> <td> <input type="text" name="nid" id="nid" value="<?php …

Member Avatar for Graphix
0
184
Member Avatar for jakkee

hi, I have created an application which allows users to view pictures, basically i want to know if it is possible for the file path to be displayed in a text box and for a user to be able to launch the picture using this file name in the text …

Member Avatar for JOSheaIV
0
136
Member Avatar for meetarun007

Hi to all, I need to display a arrow picture over another picture. But i cant able to make arrow picture transparent other than the arrow. Always it is in rectangle format(Picture box). I tried the picture box color to transparent, But that doesn't worked. Pls Help...

0
93
Member Avatar for ahsanpervaiz

i am trying to make a css content box with left right and middle images, i am failing as i cant use that content box twice in one page, if i use it twice, then it shows no spacing between two boxes..........Plz give me good idea to make a content …

Member Avatar for ahsanpervaiz
0
151
Member Avatar for cheskajoyce

hi im learning VB.NEt im doing a game project where i have 4 animals racing in my properties i have stamina, weight, height acceleration all of them are in combo box with assigned values like "poor", "average", "fast" etc my problem is i want to show the finishing time of …

Member Avatar for kvprajapati
0
142
Member Avatar for manowar666

Hi, I am building my first VB2008 application and I am trying to figure out a way to make some check boxes being checked when an entry from a combo box is selected on top of these check boxes. More specific, I am trying to describe the services offered in …

Member Avatar for manowar666
0
159
Member Avatar for aksshe10

i use windows 7 on my laptop and also have ubuntu 9.10 on my pendrive which i also use on that laptop. This is a very weird problem that i am having . ill tell you what happened. i was using linux but need some work done in my win7 …

Member Avatar for Technocrate25
0
168
Member Avatar for Moirae

Hello, I'm working on a flip page gallery in Flash (AS3). I have this video tutorial from Cartoon Smart and one problem. How to mask a text box, is it possible in Flash using AS3? Cheers!

Member Avatar for Moirae
0
206
Member Avatar for pato wlmc

[COLOR="Green"][B]Well, that's it, i'm trying to compile a dialog box:[/B][/COLOR] [CODE] case WM_COMMAND: switch(LOWORD(wParam)) { case ID_HELP_ABOUT: { int ret = DialogBox(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_ABOUT), hwnd, [COLOR="Red"]AboutDlgProc);[/COLOR] if(ret == IDOK){ MessageBox(hwnd, "Dialog exited with IDOK.", "Notice", MB_OK | MB_ICONINFORMATION); } else if(ret == IDCANCEL){ MessageBox(hwnd, "Dialog exited with IDCANCEL.", "Notice", MB_OK | …

Member Avatar for mitrmkar
0
574
Member Avatar for pbcomput

hi... i m trying to get values of more then one select box on same page.. i am showing list of all users with select box..so per user there is one select box... i want to get the value of all select box...which is select or not select... here is …

Member Avatar for pbcomput
0
136
Member Avatar for tyrium

Hi, What i want is to have a checkbox area where the items i select are stored in a array. Im guessing there should be a some code to find out what has been checked. Any help with this would be greatly appreciated. [CODE]echo '<form action="myown3.php" method="post" name="domaintest" action="_self">'; echo …

Member Avatar for tyrium
0
149
Member Avatar for rashu007

Hello. I am not getting the right idea to the oracle table in the list box so can anyone please tell me how can i list the oracle sql plus table's column in the listbox. Thanks in Advance.

Member Avatar for debasisdas
0
207
Member Avatar for sk172online

Hi, I am trying to open the Jquery Dialog box using VB.NET. [B]After the data has been saved successfully[/B], I need the dialog box to show up with the message to the user. Also allow user to perform some other actions like clicking the buttons. If I call the same …

0
107
Member Avatar for Venom Rush

Hi all I've been trying to find a jquery list selection solution along the lines of the following. I want to have two boxes. One on the left that holds all the options to choose from and a box on the right that holds the options selected in the left …

Member Avatar for Venom Rush
0
134
Member Avatar for druveen

how to assign database values to checkboxes from the following code i am geting only one value through post <form method="POST"> <?php $j=0; while ($value1 = mysql_fetch_row($value)) { ?> <table> <tr> <td> <input type='checkbox' name='expert' value=' <?php echo $value1[1]; ?>' > <?php echo $value1[1]; ?> </td> <td> <input type='checkbox' name='intrest' …

Member Avatar for vaultdweller123
0
770
Member Avatar for capiono

I have property method in my window forms: public int selectMonthIndex { get { return selectMonthIndex = =monthSelection.SelectedIndex; } set { if (monthSelection.SelectedValue.ToString() == "February") { selectMonthIndex = 2; } } } After the selections and the OnSelectedIndexChange was triggered the user enters information and click save. the save function …

Member Avatar for Geekitygeek
0
2K
Member Avatar for nikeetavanjara

when we use download data() of webclient() , it returns the data in the form of bytes... then this bytes we do response.binarywrite() such that it opens dialog box to "save", "open" , "cancel" is there any way that we can trace programatically, that user has actully save button to …

1
87
Member Avatar for kool.net

hi, i want to write code on validation of text box , combo box for make them not null fields, And other for mae a text box only accept integer , one only accept string not integer value. so pls. tell me where shud i write dis code & give …

Member Avatar for avirag
0
139
Member Avatar for ckenned8

I am trying to write a program that is a statistical calculator. The way i have it set up is that you press the enter data button and it asks you how many numbers you want entered by inputbox then it proceeds to take the numbers one by one by …

Member Avatar for kplcjl
0
134
Member Avatar for rickya100

Hey everyone, The problem I'm having is regarding trying to persist a users search selection. For example a user searches (for holidays) on the homepage. I would like the search box which is displayed on every page to hold the values of the previous search which are persisted in a …

0
143

The End.