Programming Forum
-
Java development environment ? Closed
Hi, I am looking for a software where I can write (execute, save and open) my simple programs in Java. Any suggestions? Please help me anyone.
-
VBA coding Closed
Hello everybody. I am a newbie when it comes to VBA. I hoping your help to check the following code and give me a solution. Please help me to corr...
-
Parse error: syntax error, unexpected 'INTO' (T_STRING) Closed
Hello, am getting this error when i want to pass array to php to restore in MYSQL: Configuration: Windows / Chrome 41.0.2272.118
-
excel question Closed
Hello, I have three tabs, how to make one cell automatically return to 1 within the first tab, and cell would automatically return to 2 within the...
-
VBA batch combine multiple columns into 1 Closed
Can't get union or intersect to combine these column segments into 1 column. Please help. Thanks. Sub Merge_Data() Dim SummarySheet As Works...
-
components in jframe Closed
Hello sir/mam I am not able to find some components in jframe design but are actually present in source of code.please tell me how to traverse these ...
-
VBS command to correct txt file Closed
hi, I have recently created a vbs file that corrects txt files, what it does,is delete 9 lines, skip one, and delete the next 9 lines but I would l...
-
MySQL Column cannot be null Closed
Hello, i am running MySQL 5.5 with MyISAM engine in use. Recently i created a table with some columns and everytime i try to add a null into one of th...
-
Programming. Closed
Hello, Is it possible to configure two different softwares into into one one package. I mean the output of one program is fed automatically as input...
-
count day Closed
Hello, i need equation that i can used to count number of days in the year. eg, on !st of January: N=1 and on 1st of February: N=31
-
Copy a file to a new dest then rename it with the current date Closed
I am trying to create a batch file in Win 7 that will copy a file from one folder to another and then rename that file with the current date in the fo...
-
delete/remove local user from local admin gro Solved/Closed
Hello, we added 1000 computers to a domain/AD. Bfore deployment they imaging guy created a local user with admin rights just for administrative purp...
-
plz solve these problems using "c" (graphics) Solved/Closed
1. Create Concentric Circles. 2. Draw Indian Flag. 3. Create a Spiral 4. Draw a line chart 5. Draw a pie chart 6. Draw a RAINBOW and fill the su...
-
Copying php script from book and get error Closed
Hello, I m recently started to study php I m copying the example script from the ebook but I get the following error Parse error: syntax err...
-
Change the Cell background color, based on another cells color Closed
Hello, i have a spreadsheet with Sheet 1 and Sheet 2. There is a list of employee names in column A and dates across row A. If an Employee is of...
-
Editing Closed
How can I convert PF to word?
-
Dynamic Range in excel using vb6 Solved/Closed
Hello, Im creating a application in which i want to export my data to excel. Now im directly coming to the problem. i want to use sum function at en...
-
My .DBF file is corrupted, help!! Solved/Closed
Hi everyone. My .DBF file is corrupted .i tried some ways but I cannot repair it. Are there any tools or programs? Preferably free! Thanks in adva...
-
changing username Closed
How can I change my username> Do I have to cancel the acct. and start a new one?
-
system date Closed
Hello, generate a file name with systme data at last of my file. ex: kasi21-03-2014.csv Configuration: Windows 7 / Firefox 35.0
-
File count, size, Ext Closed
Hi, Can someone please help me on the below. I am looking for a batch script which needs to output File count, size, Ext to a file. Descripti...
-
pros and cons of python Closed
Hello, Can you tell me the pros and cons of python but i am a beginner so can u plz tell me in simple words. I'm doing a control assessment in...
-
Finding File Type Closed
hello, i have a file named "sxase" in my home directory.on checking the properties i find that the file type is ".mp4".i am looking for a java code t...
-
Code::Blocks- can not auto detect compiler Closed
Hello, I recently reinstalled code blocks and now it can't find the compiler. i do have the version with mingw included. when i go to toolchain execut...
-
Route command Solved/Closed
Hello, i try to route my computer using route command in DOS to another network, the routing is ok but now when i try to open the file server on my n...
-
Bat file timestamp Closed
Hi, Can someone please suggest how to echo timestamp from a bat file to show in the log file the time for each updated line due to batfile run. I...
-
Simple way to learn c language Solved/Closed
Hello, i want to learn c language but i have got totally confused in some programs. is there any simple way to learn it or tell any book for it.
-
how to store textbox value in database Solved/Closed
Configuration: Windows XP / Internet Explorer 8.0 hello.. im a new user of asp.net.. im creating an asp.net webpage using VB code. I wanted to k...
-
java script Closed
Hi i would like to ask for your urgent assistance for those of you who are better than me in programming . am told that there is a way to protect...
-
how to add image in website Closed
Hello, can u tell m,e how can i add image in website using html
-
Indepedent set the size of component Closed
Hi how to set the size of html drop down box independtlly on computer and browser. Thanks Jay
-
Remove and Delete in dataset..Collections..tables Closed
Hello, does remove and delete have the same meaning in c# programming ? My friend says that delete only empty row selected or wanted and remove...
-
php code Closed
how to do count visitor and IP address PHP store in my website
-
No Reply options Closed
Regarding: PHP - Detect the display resolution Correct version for testing an tutorial purposes is below document.location="?r=1...
-
Connecting database in C# path problem Closed
Hello, My name is Ayesha and I'm working on my project I have set the right path but still my code is throwing exception of invalid path. I am conne...
-
how can conect my phone android to visual studio 2013? Closed
well i have visual studio 2013 with xamarin android and ios the i have some emulators ther but i dont like those emulators my question is, how do i do...
-
How to copy File names and write them into sheet's tabs with VBA Closed
Hello everyone, I need some help. I have this code that works. However i need that all sheet tabs written with the name of the respective input file a...
-
enabling macros on shared workbooks Closed
Hello, is there a way to share a workbook with macros or VBA codes?? Thanks...... Configuration: Windows XP / Firefox 3.5.11
-
how do i fix the problem below Closed
How do I fix this problem and recover my website this is all I see when I log on to my site.Parse error: syntax error, unexpected T_STRING, expecting ...
-
Copy and Paste in Next Available Cell in a Column Closed
Hello, I have been using copy and past macro for awhile that was created with the help of a friend. It takes the values in the selected row and co...
-
I just download "Recover My File". How to activate this program Closed
I just download "Recover My File". How to activate this program help me please.
-
hex editor code unknown Solved/Closed
i open an .exe file through hex editor. wanna modify the game but cannot read the code. plz hlp me how to
-
how i can delete a controls conllection in my form with delphi Closed
i 've deleted all controls of the following way : while Form1.ControlCount > 0 do Form1.Controls[0].Destroy But how to delete only a type for e...
-
Trouble reading files, error -523 ( service transaction error) Closed
We are backing up mailboxes on an Exchange 2007 server and have recently started seeing a backup error on one mailbox out of about 25. T-597: PtSen...
-
How Can I Read A Weight From A Mettler Toledo Scale Via Rs232 Closed
how to read the weight(mg) data from a mettler Toledo via RS232 using Delphi. I've tried to write the coding to read the data from serial port but i ...
-
What is wrong with the following program that intends to calcula Closed
What is wrong with the following program that intends to calculate the average of student test scores?Assume that the file DATA.TXT has several numeri...
-
error with execution of .exe file. Closed
Hello everyone I'm Guruprasad from India. I have some issues with execution of ".exe" files. ISSUE-1 I was written a code for `restart the compute...
-
xxxx.dbf corrupted Solved/Closed
Received a System Error when trying to pack and rebuild. Error number 2091. Version 9.32 Build 9.32.20080629 (13.00) Error message: Table "C:\xxxx....
-
Will "this" work for a JPanel that is extended?? Solved/Closed
Hello, I am writing a small program in Java, and it is an interface which I would like to center on the page. I know that to have a GUI open in the ...
-
Simulation Closed
How can I Apply Simulation Between two Applications Using ASP.NET , And Give Me An Example ?