string

  1. A

    find location string from mobile using j2me

    Hello everybody, I want to find out the location string on non gps mobile. I searched the net but only found out abt location api. But the location api is used to for only gps phones only. Please help me...
  2. S

    java program..Notepad prob

    I have a source code for developing a notepad but the problem is that when i run it the buttons which i've used as shortcuts don't have there photos displayed on them... they just come across as a rectangular button rather than a cut or a copy photo...i've even saved those images in the c drive...
  3. RCuber

    File IO in J2ME

    Hey guys, How can one store and retrive values from a textfile using J2ME. textfile will have content something like this #--Configuration File-- Value1=Hello Value2=World I need to read the values in the following format. string V1; string V2...
  4. saurabh.sauron

    VB 6 Query

    I am facing problems in connecting VB To Oracle. Here is the code that i have used Public Sub Conn() Dim cn As New ADODB.Connection Dim constr As String Set cn = New ADODB.Connection constr = "Provider=MSDAORA.1;user id=scott;password=tiger" cn.Open constr End Sub Dim rs As New...
  5. nileshgr

    The Evolution of a Programmer

    High School/Jr.High 10 PRINT "HELLO WORLD" 20 END First year in College program Hello(input, output) begin writeln('Hello World') end. Senior year in College (defun hello (print (cons 'Hello (list 'World)))) New professional #include <stdio.h>...
  6. redhat

    Search the Lyrics Plugin Database on your own

    Not sure if many of you know this, but for those who dont, Search the Lyrics Plugin for WMP's large database on your own now!! Use this search String to search for the lyrics : *www.lyricsplugin.com/wmplayer03/plugin/?artist=<Song Artist>&title=<Song Title> Remember to use %20 to...
  7. estranged12

    String.replace

    I am trying to use the string.replace function to replace one character of a string to a sequence of others. Like this Say i have a simple string called draw. String draw = "F"; System.out.println(draw); draw.replace("F","F-F+F+F-F"); System.out.println(draw); The output is F F...
  8. aditya.shevade

    C++ String to all conversion.... Help needed...

    I have a problem with conversion of a C++ string into an integer and float. We had a competition, the program given was to convert a string into respective characters, strings, integers and floats. It means that, if the input stream is say, 'xy st 45 s g 5.36 24' then, the characters will be...
  9. *GandaBerunda*

    how to extract the needed part from a string in vb.net

    i a having a string Strg whose contents will be in the format ".yyy.zzzz" . I need to extract just the portion between the the two full stops in the string .ie. "yyy" to aanother string..how can i do this? here the length of the string can be anything..
  10. n2casey

    Urgent: ASP.NET C# problem

    I m programming for a tree control using asp.net and c# but facing a problem that SelectedNodeChanged event is not raised when I clicks on a node. Here is my code public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {...
  11. saurabh kakkar

    HOW TO Customize Ur login screen

    If u want to customize Ur login screen like this : then this tute if for u :D :D ->First of all u should be aware of RESOURCE HACKER and how to use it if u r not then follow this execlent tutorial of MR. vishal gupta *www.thinkdigit.com/forum/showthread.php?t=31112...
  12. V

    google

    hi guys i m using windows xp sp2 and latest firefox version from few days google take a lot time to open up then it takes too much time to search requested string, but other sites open up very quicky compare to google .so any body can tell me why this is happening.plz help
  13. Kaushal Hiwarkar

    LogIn Password Prompts

    I have window XP pro Installed. Every time I log into windows I get a Username and Password. As a result, I need to press [ENTER] everytime I boot into Windows. Is there a way to eliminate the username and password Prompt ? I have read Digit2005 edition inthat there was a solution : Edit the...
  14. Kaushal Hiwarkar

    Unattended CD Creator

    1) Can anybody tell me for what purpose this s/w is , also step by step how can I use Unattended CD Creator. 2) Download a program called Resource Hacker. Its a small brilliant utility, thats allows you to modify the coding of a file without dealing in HEX! When you have downloaded the file...
  15. salilrane

    A Guide to Reshacking WMP11

    Fire up reshacker and open up the file located at the equivalent to: C:\Windows\System32\wmploc.dll After you remove something, make sure to hit "compile script" before saving the file to a new directory. Menus >Menu The File/View/Play/Tools/Help Drop Down Menu: >616>1033 The...
  16. shoegoe

    How to print an equation in order of precedence of operators

    Hey all ^_^ Am... I need a logic and/or some kind of help to code a c program which accepts a numeric equation and prints it step by step in order of precedence.. Eg: the c program should accept any equation like : 5+(5-3)*6%10/6++ ie the equation may cointain +,-,*,/,%,++,-- and...
  17. redhat

    Help in Database connectivity in VB 6.0

    Hi Guys, I am currently working on a aproject in VB 6.0. I am connecting VB to SQL 2000 using the ADODC recordset. I want to enter values into the database table, via a SQL string. Please tell me how to do this. I am new to VB and wil require a small explanation. But that will do.
  18. Vishal Gupta

    TUTORIAL: Changing Windows XP Login Screen Text Entries !

    Guys! In this tutorial, I'll tell u about the files which contains the Text, which is displayed on XP Login Screen. Like, Welcome, Type your password, To begin, click your user name, etc. This tutorial is not for changing the Login screen look (like images, etc.) but for changing the Text of...
  19. A

    Suspected BOOT virus, help needed urgently???

    Dear friends, I have a very strange prblm, On boot i get the Message " Keyboard error ". Now i have 2 Boot-loaders, one from Linux and other from Win with 2000 and XP versions. When i load ny of the windows(2000, Xp), i simply cannot type the username and password This is bcoz as when...
  20. G

    cant declare a string variable...

    hello.. i've just recently begun withh c++ programming in linux, and i am using debian sarge(stable) and gcc 3.3. my problem is that i am nor being able to use string variables, whenever i declare a string variable with string *variablename*.. the compiler returns an error "variable string...
Top Bottom