WinCE 4.2 and Icons on Buttons

370 byte By -nutter- at 2007-11-20 7:09:53
Hi all,I am writing an app to be deployed on WinCE4.2 using eVC++ 4. I tried using icons as menu buttons but have been unable to make it work. Could someone point me to a tutorial or post some code that demonstrate how icons can be used on buttons or as buttons (clickable icons). I have googled...

Question on SQL experission for complicated query

830 byte By cy163 at 2007-11-20 7:10:03
Hello All,I have a problem on how to retrieve records from a database using SQL query. It is a little bit complicated query. I do not know what SQL query experission is correct.In the database table, there are four fields "ClassID", "Personal Nmae", "Age", "Score". The following is an example for i...

Input Programming

1185 byte By ellaroxana at 2007-11-20 7:10:34
Hey, I'm a newbie around.I'm currently using a STR912FW44 32 Bit Microcontroller von ST Microelectronics, on a Keil MBSTR9 board. I'm programming the device with Keil 3.05 and I ve encountered some troubles in writing a program which should read the state of the two push buttons on th...

to search for a counter value and increment the counter

372 byte By alexpoth at 2007-11-20 7:10:35
I want to search for a string count-xxx, where xxx will be an integer in a file and increment it by 1.When I doforeach ($line =~ m/count-\d\d\d/) $line will return the entire line.I am only interested in count-xxx as my intension is to increment this xxx by 1 for all the occurrences.Can somebody ple...

last record

92 byte By neo_the_1 at 2007-11-20 7:10:54
hi all,<br/>is there a way to query the last entered record in a table?<br/>thanks

Retrieve Windows Username with JavaScript

363 byte By brycekmartin at 2007-11-20 7:11:27
I need to retrieve the username from the computer of the person that visits a webpage. This is for an internal company thing. Right now we have a VB script that does this through an ActiveX function. Is there a way to do it with JavaScript and not using ActiveX so that Firefox will be able to do...

Send mail to yahoo or hotmail through PHP?

889 byte By kku at 2007-11-20 7:12:26
Hay,Plz help meI wana sent email through my php script page to my yahoo or hotmail address. I m using the following codes <?php $from = "Adnan"; $to_mail = "addnan14@hotmail.com"; $message = "Hello Admin Here is a Request mail from user"; $subject = "Request Mail From User"; $hea...

auto insert data from a database to other database?

134 byte By hnptuyen at 2007-11-20 7:12:30
Hi all!<br/>Please, help me. Tell me about "auto insert data from a database to other database".<br/>Thanks Very much.<br/>Jimmy Huynh

Disable coping content of webpage

266 byte By bharadwajrv at 2007-11-20 7:13:00
how to disable copying of the content from website... i have disabled "right button menu" in webpage.. But user can still use, "Select All" or (Ctrl+A) and Copy (Ctrl+C) to copy the content...<br/>how do i avoid this??<br/>thanks in adv..<br/>Cheers<br/>VB

How to use JSON and eval()

1105 byte By anw at 2007-11-20 7:13:48
I'm making an attempt here to use a JSON interface in a sort-of (or soon-to-be) AJAX-type paradigm. The Java servlet returns the following:touser=response{"result":"OK"};I have this in the Javascript:callback(eval(req.responseText), options);This is where I get:missing ; before statementI'...

Sql Server RS 05

1128 byte By blitzkrieg78us at 2007-11-20 7:14:13
hi folks ,I have created a report using sql server 2005 RS.Ive deployed it in the server(localhost).In the subscription section of the report manager ive mentioned a emailid to whom ive to send that particular report.Ive selected the report server email delivery method from the dropdown list in the...

Dropdownlist flickering during asynchronous postback

268 byte By vijayvvk at 2007-11-20 7:14:15
I have placed a dropdownlist control in a asp.net ajax , updatepanel control along with some other controls. During the asynchronous postback , dropdownlist control is flickering. Can any one tell me how to avoid flickering of dropdownlist during asynchronous postback

simplexml_load_file MAX memory size usage problem

481 byte By okkesemin at 2007-11-20 7:14:25
I wanted to read data a XML file that is 10 MB with SimpleXML functions.followings are my php code lines$xml = simplexml_load_file('a.xml');echo $xml->PRODUCT[0]->ID ;After running these lines i get an error like : out of memory, trying to allocate bla bla...how can i fixed this err...

debug.exe

858 byte By wheelie at 2007-11-20 7:14:33
Hello could someone possibly help me with this,im trying to access sectors on a floppy disc, and with win hex i can press cntrl -g and then type in the sector i want to see,how do i view sectors with debug, ive looked at the help commands which state[address][drive][firstsector][number]and say i wan...

JScript and environment variables... continued

1492 byte By riles01 at 2007-11-20 7:14:55
I found ssciarrino's thread addressing a similar problem I am having with JScript in Microsoft Office InfoPath. However, I continue to get the following error:A run-time error has occurred.Do you want to debug?The following error occurred:'WScript' is undefinedFile:script.jsLine:24Her...

getElementById and Array

842 byte By bharadwajrv at 2007-11-20 7:14:57
i'm using getElementById() function to get the <img> in the document... these <img> are the array of the images... while using the getElementById() in javascript, it always returns 'null'html codeEx... <img name=sameName> <img name=sameName> <img name=samen...

PHP ability for drag and drop function

229 byte By dummyagain at 2007-11-20 7:15:06
I want to make a text-box that show the list of image file, I would like to know if PHP is able to do something like, if i drag the images file into the textbox, it will automatically upload it into database?<br/>Thank you.

Some.Inner.Function() call

471 byte By code? at 2007-11-20 7:15:16
How can you code a function so that you have to access it by typeingVariable.InnerClass.ClassFunction("arg1","arg2");i tried thisvar Varib ={ var Innervar = { func_one : function() { document.write("IT WORKS"); } }}but it gives an errorand you acces it like a...

Form in PHP/Javascript Tabbed Pane

6382 byte By chidanandgb_2000 at 2007-11-20 7:16:04
Hi to all, I have a form (with a input field and submit) in Facilities Tab of my Tabbed Pane. I php searches for the number of existing orders and then shows up those many number of forms.When I click submit, it has to check for, whether the attachement is browsed and selected. In case there is no a...

Configure PHP for create PDF Doc?

248 byte By kku at 2007-11-20 7:16:05
Hay..<br/>some one tell me about the Configure of php to create PDF file.<br/>I m not understanding that how we need dlls files to do it.I use<br/>1.php 4 <br/>2.IIS<br/>3.OS:Xp<br/>Have any step by step tutorial that help me...<br/>Adnan Usaf

Temp Table

571 byte By shuvo at 2007-11-20 7:16:08
I am doing a website which many users might hit at the same time.I am using a stored procedure which creates temporary tables,fills it with data and after using it, deletes it.As many users will operate in the website,many instance of the stored procedure might be running at the same time.What about...

SQLServer2005 LARGE XML to Table Variable.

415 byte By TheCPUWizard at 2007-11-20 7:16:12
I have a fairly large XML file (about 10,000 elements each with 5 sub elements). I would like to transfer this as a single parameter to a stored proceedure. Within the stored procedure I would like to be able to treat this data as if it was a table (or load it into a table variable).I have done this...

Need Help!

435 byte By New_Brink at 2007-11-20 7:16:31
i think i'm in the right forum.... this is the only one that talks about html in the description.I have a web-page i need to make a link to where it will save the "registration form" document when a visitor click on the link I'd like a dialog box to pop up with possibility for the visitor...

Adding a column to an SQL database

664 byte By furjaw at 2007-11-20 7:16:50
Visual Basic 2005 How do I go about adding a column to an SQL database. Everytime I did it in the past it was a disaster and I literally had to start all over again from square one. I would go into Dataset Designer to add the column then I would have all kinds of problems with the form that displays...

java script blocked...

574 byte By bharadwajrv at 2007-11-20 7:17:03
when i view my website, brower (IE) shows Internet Explorer has restricted this webpage from running scripts or ActiveX control that could access your computer. and the content in within <noscript></noscript> is displayed....But when i open any other website (ex... yahoo, google, etc)...

DataGrid column resizing

317 byte By alex_gusev at 2007-11-20 7:17:34
Hi all,does anyone know how to programmatically set the width of DataGrid control in C# under WM 5.0 ? I guess I have tried all obvious ways like assigning it in On_Load() method, but it seems like control doesn't refresh itself.any ideas and samples are appreciatedThanks,Alex...

Multiple users sharing the same PHP file

431 byte By Zarathu at 2007-11-20 7:17:35
Would this cause any disruption with the way PHP executes code?For example, if the file is,<?phpecho($_POST['hairy']);?>and 2,000 people submitted a different 'hairy' via POST, would it always echo properly to each user? I hope that PHP maintains a separate "thread" for ea...

how popular is ajax?

66 byte By daabomb2002 at 2007-11-20 7:17:43
i see hotmail uses ajax now. which other major companies use ajax?

Where is SQL Server 2005 ?

750 byte By George1111 at 2007-11-20 7:17:51
I have SQL Server Express Edition installed and working properlyI wanted DTS ( or whatever 2005 calls it) to import some MDB databases into SQL Server 2005 or Express (it doesn't really matter)So I load up my SQL server 2005 Developer Edition ie, the full version, wait about 1 hour for it to in...

File Access

599 byte By dunff2k at 2007-11-20 7:18:23
Hello I'm writing a C# Application (Windows Mobile 5) and simply want to be able to open a file within the project directory structure.For example I have a database I want to access, located with the .cs source files (it doesn't have to be there permanantly!) however I can't find the...

XML parsing, Nodes vs Attributes...

594 byte By TheCPUWizard at 2007-11-20 7:18:31
The following will load into a SQL (2005) table perfectly:<ValidateData><Validate Type="Countries" Name="CountryCode" Value="JA" Test="Not Exists"/><Validate Type="Countries" Name="CountryCode" Value="BO1" Test="Exists"/></ValidateData>But my XML is of the form<Valid...

Anyone use Invision Boards? (Moderator Options)

598 byte By Nibinaear at 2007-11-20 7:18:37
If you use Invision Boards on your site then you might be able to help me. I've been looking around the settings for hours and I still can't find out how to make someone a moderator of a forum(s).All I'm looking for is a way to select a member and then check a box next to each of my f...

/GX slow down debugger startup

261 byte By llangloi at 2007-11-20 7:19:21
Hi,<br/>Since I have added Exception support (/GX) to my project (it's a EVC project), the startup of a debug session is really slow.<br/>I used the ArmV4I device emulator.<br/>Does anyone have seen this problem?<br/>Thanks<br/>Luc

Disabling alt tags?

262 byte By Nibinaear at 2007-11-20 7:20:08
Is there a way of setting the alt tag in html and also making it invisible? The reason I want to do this is because the alt popup boxes are covering up parts of my imagemap which looks bad but I would still like to be kind to disabled users by using the alt tag.

CAPTCHA.. ok how bout random embeds, objects?

353 byte By code? at 2007-11-20 7:21:23
I know you can use CAPTCHA nowadays and that is creating an image and inserting random characters into it so a computer cant read it.. blah blah balh...Ok... then can you instaed of writing header("content type: image/(imgtype)"); can you write header("application/active-x"); or anything else and ha...

POST two or more variables using AJAX

1604 byte By kku at 2007-11-20 7:22:04
hi gurus.how can we send two or more values of variables using AJAX to PHP scriptmy code is:-<script type="text/javascript">function ajaxFunction() { var xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { // Internet Explore...

Enumerate Local packages.

302 byte By Bill Crawley at 2007-11-20 7:22:08
Hi All,In SQLServer 2000 there are local packages. I need to write a script that will enumerate the local Packages store and return me the name of each DTS. I thought I could use LoadFromSQLServer but that only appears useful if you know the package name.Any ideas?Thanks....

Calendar Hiding behind combo box

972 byte By vbjohn at 2007-11-20 7:22:50
I am using a Javascript Calendar and when it pops up. It covers up the text boxes. But if there is a combo box, the calendar is behind the combo box. How can I fix that? Is there a setting that I need to have? function SetCalendarOnElement(el_name){ if (el_name=="") el_name = element_id; var sh...

look for specific words in a table (through a form) and print results

505 byte By anarchoi at 2007-11-20 7:22:57
Hi,could anyone please help me with this code:I need to make 2 small files :- 1 HTML file with a form and text area named "Search"- 1 PHP file that will look in the sql table called "NAMES" and print each entries that CONTAINS the word typed previously.basically all i need is a php code that will lo...

Insert errors

1309 byte By gurupot at 2007-11-20 7:23:11
Hi,I have a basic insert statement like this,INSERT INTO TRANS ( pin , date , time , type , amount , descr , userid ) VALUES ( '111111' , '20070425' , '230904' , '1' , 3100 , '' , 'TEST' ) The table structure of TRANS is CREATE TABLE [dbo]...

Simple php log...

366 byte By WhorlyWhelk at 2007-11-20 7:25:02
Well I don't know php but I have a domain with it set up.I want to send some requests to the server from a program to log some stuff. It is just 1 string of data. So like:www.mydomain.com/log.php?data=blahblahblahAnyone got a php code that will log this to a txt file or a database or something?...

The webbrowser control doesnt work when clicking a submit button ?

603 byte By xiaudai at 2007-11-20 7:25:12
Hi, I create a simple dialog base application which hosts a Webbrowser control. I use it to open www.google.com and click the [search] button but it doesn't work. Why? After trying several web sites, I find it works fine on the hyperlinks or image buttons. It ONLY doesn't work on...

table datatype

320 byte By dheema at 2007-11-20 7:25:29
hihi,i would like to know in wat format to input data in a hyperlinked datatype fields in ms access. i try:1><a href=" http://www.somethinf.com">view</a>2>#<c.test.doc>#view am calling from an asp page,but its not dispalying properlyhelpquikthanks...

Refreshing Oracle Database

1750 byte By buckey at 2007-11-20 7:26:11
I have recently been charged with the task of refreshing an oracle database. Unfortunatly I am not very experienced with oracle. This poses a rather daunting challenge. Anyway, I will try to get pointed in the right direction by any guru's willing to share their knowledge with me. The way th...

[RESOLVED] Parse PHP for 22 hours

877 byte By Ipsens at 2007-11-20 7:26:20
I've made a PHP page that should be parsed for a whole day.:cool:This page pulls from DB list of IP and is checking them.Because I don't wana parse it in normal way and wait response trough echo I've set it up to mail me valid IPs.So how should I do it? When I use browser it offers pa...

Average number of employees per department, per organization..

473 byte By cjard at 2007-11-20 7:26:23
Any comments on the best way to do a multi level average like this?I'd do it like:SELECT org, avg(cnt_dep)FROM ( SELECT org, count(*) as cnt_dep FROM emp GROUP BY org, dep )GROUP BY orgAny other offerings?I've triedAVG(COUNT(*) OVER(PARTITION BY org, dep))...

Variable that gets exec() output

493 byte By code? at 2007-11-20 7:26:49
How do I go about instead of writing a file from the executable and then have php read it and parse it, I set a variable like this.<?PHP $execOutput = exec("prog.exe");?>would that work?ok i found out something on how to start a new process with arguments just like running a php file from t...

reset autonumber field

201 byte By yshie at 2007-11-20 7:27:09
SQL SERVER<br/>after deleting my test records in my table, the autonumber field is not working right anymore. the table is started not with 1 but with 22. how will i fix it in the easiest way? tnx

cannot display the php page

254 byte By dummyagain at 2007-11-20 7:27:15
I have installed an apache 2 and PHP 4.4. after the installation, it tried to test a php page..but it appears as HTTP 403 Error... i have tried html page and jpg..they should be fine...<br/>Anything i can do to solve this problem?<br/>Thank you

php templates

242 byte By dangsoftsolutions at 2007-11-20 7:27:24
Hello,<br/>Can php templates be made only by smarty and use of oops only.<br/>I wanna use template system but not familliar with oops so i have to learn oops concept for template system or is there any other way too.<br/>Thanks