199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for marketingmaniac

This use to work for me when i placed it in the browsers address bar to follow someone on twitter. [CODE]javascript:alert($('.follow-button').click());[/CODE] does anyone know how to not follow with a similar code in the address bar? been trying everything but cant seem to get the rite code down.

Member Avatar for marketingmaniac
0
134
Member Avatar for vbnetskywalker

hi guys... I'm developing a commercial app using VB6 , this time in my case I have to be worried about the code disclosure I konw any app can be cracked by a Pro Cracker, but I'm targeting people with a Decompiler ([URL="http://www.soft32.com/Download/free-trial/VB_Decompiler/4-124248-1.html"]like this[/URL]) with no assembly knowledge, It's not …

Member Avatar for AndreRet
0
2K
Member Avatar for MackAttack30

Hi forum, This will probably be an easy one but i have a situation where i have multiple PHP/HTML <SELECT> tags. So i hold their id and name in an array. When i go to call this enableBox JavaScript function and i try to call the selectorName[] using the getElementById …

Member Avatar for MackAttack30
0
325
Member Avatar for charqus

Hello guys. I've found a new problem. I'm using an string array ( unidimensional: Important[] ), and a RichtextBox Text. Let's say, my rich text box is: [b]1 january 1852 - In this year, Eugene-Antole Demarcay was born.[/b] Ok, i want like Eugene-Antole Demarcay to have it's color red, and …

Member Avatar for nick.crane
0
94
Member Avatar for Kakashi Hatake

I wanted some information on the return values : 1. Is it always necessary for a return value of [B]main()[/B] to be an integer. 2. What happens if the return value of [B]main()[/B] is not integer. 3. When a return value other than 0 is returned - does it always …

Member Avatar for pro_rocky
0
122
Member Avatar for ceeandcee

Good Morning, I am looking for some code that will simply echo "0" when the result is negative. I dont want it to output a negative number. Here is the line I am looking to add this to: [code] echo $row['GP1011_'.$wk.'']-$row['GP1011_'.$prev.'']; [/code] Any help is appreciated. Thanks Chris

Member Avatar for nevvermind
0
114
Member Avatar for gyannitin

Hi All, When I am fetching a photo from the database, it is getting save into my tomcat server root directory. Now to use this photo i have to give path as C:\Program Files ...... I dont want to hard code this path in any of my web page. Is …

Member Avatar for gyannitin
0
87
Member Avatar for anandhikrishnan

Hi all, I have a jsp page. It display a table contain 3 columns. 1st column display color name, 2nd for purpose of color like that.. Now i need the contents in td element to editable. This is the sample code. here status is a vector table. out.println("<td align=left class=formlabel1 …

Member Avatar for Protuberance
0
741
Member Avatar for CarterJJ

I'm looking forward to some tips on how to improve this code I wrote. Don't rewrite it yourself please, as I'm really not looking for someone else to do my homework. What advice would you give me? [CODE] import java.util.Random; public class CompareTo { public static void main(String[] args) { …

Member Avatar for NormR1
0
125
Member Avatar for malvi

Hello everyone, I have done my programm with visual studio 2010 MFC. In my programm there is 2 timers. and 4 edit controls. My problam is, i cann't change edit control value when timer is running, suppose currently edit box is empty, but i want to write some numbers, but …

Member Avatar for malvi
0
125
Member Avatar for joss23

Hi there,I am stuck here.The question ask to Write an application for a university admissions office. Prompt the user for a student’s High School Grade Point and an admission test score (value from 0 to 100). Print the message “Accept” if the student has any of the following: A grade …

Member Avatar for joss23
0
119
Member Avatar for WhistleTips

Ok so first let me say hi, im new to the forum, 1st time poster but long time follower. I'm a student, who knows some java and some c#, but not enough to be proficient in either =( hoping to turn that around with c# over the next 3 months. …

Member Avatar for ddanbe
0
140
Member Avatar for madsy

hi there.. well lets say I do have a multidimensional array of the sort shown below.. Now I do need to pass on the arrays using checkboxes..!! how do I assign single row to each checkbox so that when I onclick it posts the value to the function on the …

Member Avatar for madsy
0
153
Member Avatar for gurushankar

hi all, I am very new to rdbms. I am using window7 os. how can i use sql in my system (sql *plus oracle). please help me where i can download this and all the pre-requisites for using it in my laptop. thanks in advance.

Member Avatar for smvinothkumar
0
74
Member Avatar for JJHT7439

Alright, so for the lab I have to do using turtle in python I have to draw an H and then draw H's off of each end of the first H at a 45 degree angle and switch the color between blue and orange. The first H has to be …

Member Avatar for JJHT7439
0
109
Member Avatar for Olliepop

Hey guys I'm about to launch this server on my VPS and want to make sure it won't do any damage or hit my CPU cap. I've written this code for my online game which visits a page every 888ms by starting a new thread which opens a connection with …

Member Avatar for Olliepop
0
203
Member Avatar for mangel.murti

i have a form and text box where user can enter amount on the basis of that amount tax rate fetch from mysql.the query below working well but when user input above 50000 , i want tax_rate should be calcuated according to 35%.. ...it givning me empty result,,, how to …

Member Avatar for mangel.murti
0
98
Member Avatar for AirGear

Hello everyone, now i don't want to ask about error or bug, because what i need to do is searching a source code. The source code should be related to computer graphic, for example to sketch a graphic. Do you have any suggestion where i can find such source code …

Member Avatar for AirGear
0
93
Member Avatar for dandixon

Right the code below selects staff members from the database by the column gp(group) which enables me to select all or filter down by their group, but i need certain members to appear in more than one group any ideas would be much appreciated [CODE] <form name="staff" action="staffs.php" method="POST"> <select …

Member Avatar for dandixon
0
136
Member Avatar for terzenta

I'm trying to work on a basic checking account program. It will eventually allow the user to make a deposit or withdrawal to an account. I honestly have no idea what I'm doing wrong here, but I'm hoping it's just something incredibly stupid. [code] //Deposit and Withdraw Funds package deposit_withdraw; …

Member Avatar for terzenta
0
150
Member Avatar for dre-logics

I have a stand alone application [COLOR="Red"]"test.exe"[/COLOR] on a Windows 7 operating system. I have an application [COLOR="Red"]"test.exe"[/COLOR] made in Visual basic 8.0. I have an [COLOR="red"]"Auto Update"[/COLOR] function . Call this function [COLOR="Green"]from "test.exe". [/COLOR]In the first line in [COLOR="red"]"test.exe"[/COLOR] This function does the following: 1. This checks whether …

Member Avatar for dre-logics
0
144
Member Avatar for yeungn

I'm getting a segmentation fault when I try to search a linkedlist using the following description: [CODE] //! Searches for the first occurrence of value v that appears in the list //! after node n //! //! @param v The value being searched for //! @param n The node in …

Member Avatar for prvnkmr449
0
167
Member Avatar for jain.vrish

hi all i am using gridview control and i want to focus gridview after editing.please give me its solution ASAP. [code] <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" DataSourceID="SqlDataSource1"> <Columns> <asp:CommandField ShowDeleteButton="True" ShowEditButton="True" /> </Columns> <EmptyDataTemplate> There is No data. </EmptyDataTemplate> </asp:GridView> [/code]

Member Avatar for jain.vrish
0
75
Member Avatar for Zill

Hi, i have a php script form, and i want to use the js confirmation alert, the problem is, this echo "<script> var yes=confirm('warever you want'); if (yes){}<---here i want to plase something in php code else{} </script>"; $confirm='yes' how can i math bouth codes?

Member Avatar for Ithisham
0
200
Member Avatar for jackabascal

Say i have a listbox, and when a single item is selected a corresponding objects properties are shown. in other words, how would I relate items in a listbox to objects containing data?

Member Avatar for nick.crane
0
178
Member Avatar for subhankar02dey

I have a gridview in which i populate data about books in a library. There is a column as 'Book Name' in the gridview. I want to make this column as linkbutton. And whenever I will click the linkbuttons, the details of the corresponding book will be displayed in another …

Member Avatar for siju kuriakose
0
3K
Member Avatar for tomo_uni

I have a continious Form which opens and shows records of people with whatever criteria the user had chosen the screen before. When the form opens it checks which button was pressed and then changes the recordsource of the continious form. When I try to edit the records it says …

Member Avatar for tomo_uni
0
206
Member Avatar for nutsxiera

i want to compare between the cell value with the value(parameter) in database. as example, if my cellvalue value is 3 and my paramater(a) in my database is 5 it will be like this if cellvalue<a then (some code) end if the problem is i don't know the exact data …

Member Avatar for Oxiegen
0
105
Member Avatar for sugumarclick

Hi folks, This is my first thread in Spring Framework and I am new to it . While creating a web app in Spring framework I cannot deploy it as it contains few errors. I couldnot resolve. So i seek help from you . . Bean creation exception is the …

Member Avatar for sugumarclick
0
491
Member Avatar for DSalas91

Hi guys! I'm having a problem with a project in which I analize a .cpp file for certain reasons and I need to create a ifstream Class Variable but I can't! Here in the header I declare the variable, look: [CODE] #ifndef ANALIZADOR2702010 #define ANALIZADOR2702010 #include <iostream> #include <fstream> #include …

Member Avatar for DSalas91
0
192
Member Avatar for python_user

Hi Everybody, Can someone please tell me how to pass a frame to other class method I am able to pass the frame but when i pack some entry field..the window stops responding here is my code [CODE]class InfoFrame: def addAttributeCriteria(self, parent = None, type = '', attrib = {}, …

Member Avatar for TrustyTony
0
146
Member Avatar for love_dude1984

Hi.. Im using VS08 to build my C# App. Im using a MVP architecture & LINQ. I have populated my datagridview. but my problem is, i want to sort the columns in the grid view whenver i click on the header of the column. There is no property to do …

Member Avatar for kvprajapati
0
315
Member Avatar for rori

hi all i am working on a website that will display projects and many images for each project. i want to make an interface for the website admin to login and add new projects and images for each project. i was wondering whats the best way to store the images …

Member Avatar for ZubiluNajmal
0
116
Member Avatar for dc_fdl

I was tasked with taking our current mail out enrollment form and converting it to a template that will be downloadable from our website. The customer will be able to fill out the form via 23 textboxes, 4 option buttons, 3 comboboxes as dropdowns and clicking one button that attaches …

Member Avatar for AndreRet
0
137
Member Avatar for chbichib

[code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm1 As New Form1 Dim n As String = Label4.Text Dim ConStr As String = "provider=microsoft.jet.oledb.4.0;" & _ "data source= " & Application.StartupPath & "\" & "Mydata.mdb;" Dim connection As New OleDb.OleDbConnection(ConStr) Dim savinto As New …

Member Avatar for kvprajapati
0
158
Member Avatar for hanvyj

Hi, I have a list of named enums: [CODE=C]typedef enum EGCDevicePneumaticState { EUnknown, ENotPresent, ENotReady, EPressureNotReady, EFlowNotReady, EReadyOn, EReadyOFF, NumberOfEGCDevicePneumaticState, }; typedef enum EGCDeviceReadiness { EUnknown, EReady, EReadForPrep, ENotReady, NumberOfEGCDeviceReadiness, }; typedef enum EGCDeviceRunState { EIdle, EPreRun, ERun, EPostRun, NumberOfEGCDeviceRunState, }; typedef enum EGCDeviceThermalState { EUnknown, ENotPresent, EOff, ENotReady, EReady, …

Member Avatar for hanvyj
0
6K
Member Avatar for thinstaafl

Please help! I have a form with checkboxes. When one or more checkboxes are clicked, I want the program to dynamically create a div, assign that div an editable text area, then when user clicks submit, I need it to gather the input from EACH textbox and output that to …

Member Avatar for sana3366
0
217
Member Avatar for phaedrusGhost

Hi all, I mistakingly posted this in the PHP forum but hope to find my solution here. I am trying to make a dropdown system for states and cities but the cities aren't coming up correctly. I have this on the root page: [code] <? echo "<form name=sel>\n"; echo "States …

Member Avatar for phaedrusGhost
0
165
Member Avatar for Naveed_786

How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server?

Member Avatar for kvprajapati
0
153
Member Avatar for ehrendreich

I am having a problem trying to save records in a parent / child data relation. I have to tables tblContacts & tblMember. There is a fk relation on the ContactID field. The tblContacts table is the master record. I am using a set up bound windows forms controls to …

Member Avatar for kvprajapati
0
387
Member Avatar for Q8iEnG

Dear friends.. I'm working on a project, which is simplified in making a program in Java for mobile phones that sends GPS coordinates as SMS.. Is there any open API for that? I'm using "Pulsar from Eclipse" with "Nokia SDK". It doesn't matter what kind of phone it'll work on, …

Member Avatar for peter_budo
0
170
Member Avatar for adityaagrawal

Sir, I have developed a few simple projects using Netbeans IDE.They contain JSPs,Servlets,Java Classes and i use Mysql as database.Please guide me how to place them on internet.how will the databse work.I have created (exported) a[B] .sql[/B] (dump file) of my databse. I Understand that i will have to register …

Member Avatar for adityaagrawal
0
208
Member Avatar for Clocker

hi guys i have login form that the users will enter their username and password i saved the login information in access table called login, but when i try to login my system using correct username and password the system crashes and visual basic 2005 display a message that say …

Member Avatar for kvprajapati
0
149
Member Avatar for markdean.expres

HELP!!! I'd like to know how to filter the content that my reportviewer control is displaying. Example, from all the records of employees, I only want to print those whose surname starts with letter 's'. Can anyone help me here? I desperately need it in my thesis! Salamat...Thank you in …

Member Avatar for markdean.expres
0
85
Member Avatar for kiyu2keith

How do you store data in the access database and also to retrieve it? and also a search engine for the database?

Member Avatar for kvprajapati
0
89
Member Avatar for unnamed17

Hi there, I am trying to make a piece of code in C that: 1. opens a specified file, 2. Reads the data in the file and include it in MySQL, based on the position of commas, 3. Converts the last two number into binary and then performs some check …

Member Avatar for unnamed17
0
121
Member Avatar for aman rathi

hi now a days im doig sql n im using oracle 9i for this. now a days my instructor teaching me about select command but im not able to use it on oracle 9i because i didn't create anything, so please can any body tell me that am i going …

Member Avatar for debasisdas
0
160
Member Avatar for jonathan96

Basically, Im trying to get a list of groups that a member is part of in an array (excluding a few), and limiting it to certain status in that group. I want all the values returned from the query to go into an array. The problem is, when I do... …

Member Avatar for vibhaJ
0
100
Member Avatar for sravi.pearl

hai i am new to python, can any one please help me how to parse data from an html file, i want to display the content which lies under a particular tag,and also can you please tell where can i find tutorials for this topic with sample examples.

Member Avatar for griswolf
0
250
Member Avatar for samsons17

Hi.. I've just finished built my website,and now what left is to create the login page so that i could do the admin things.. For this website i just have one user only that is me.. So ,should i create the database for the login page or not? is that …

Member Avatar for swilliamrobert
0
247

The End.