Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Achieve seamless socket programming in Java
- A minor typo?Shouldn't "in.readLine" be stored in the variable "fromServer"? We are checking if "fromServer" is "Bye.", but we do not set its value to what we receive from the server.Should the code look like:String fromServer = "";while ((userInput = stdIn.readLine) != null) { out.printlnuserInput; fromServer = in.readLine;...
- Tags: programming, Java, rehanali@..., String fromServer, Bye
- Discussion threads 2007-05-10
Additional Resources
- Convert String for C++ (zip)
- You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
- Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2006-09-06
- DMI configuration
- Hello, does anybody know how to readout the DMI configuration in DOS mode without starting Windows at all?Using DMI236.EXEUse the command line DMI236.EXE /g /n /s[m|p|v|s] string |/c[m|v|s|a] string| /b[m|p|v|s] to save or update the DMI information. The parameters to add information are listed below:/g Save Manufacturer, Product Name, Version,...
- Tags: Network administration, richard.eisenhauer@..., Desktop Management Interface
- Discussion threads 2007-05-07
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- Replace and create a string in VB.NET
- In this VB tip, we'll show you a quick and easy way to replace a string within a string by using the Replace method of a String object and create a string that consists of the repeated character. Have you ever needed to replace a portion of a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strFull, Visual Basic Tips Newsletter, Method, String, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-18
- Torah String Finder (exe)
- Torah String Finder is a free and convenient application for finding any appearance of Hebrew String and its correlated prefix and suffix text at the Torah (First 5 Books of the Bible). The Application allows searching and matching any desire string and intervals. Version 1.3 may include a virtual keyboard...
- Tags: Virtual Keyboard, Torah SFR, Torah String Finder, Application, Keyboards, Hardware, Peripherals
- Software downloads 2006-10-24
- Keyword String Generator (zip)
- Keyword String Generator is a unique tool that generates keyword string combinations of notions out of list of relevant keywords. It is used mainly for Internet Marketing Campaigns, like Google Adwords, Microsoft Adcenter, and Yahoo.
- Tags: Keyword, Keyword String Generator, Internet, Productivity, Marketing Research, Marketing
- Software downloads 2006-09-22
- Convert Excel Date String to Date type
- I have a date string with "Monday, February 02, 2007" format in a one cell column. This is a .csv file exported to a excel file for some reason the column was changed to a string type instead a date type. I need help in converting this date string to...
- Tags: janania@...
- Discussion threads 2007-02-02
- Educate yourself about .NET SQL Server connection string syntax
- Error in listing B?Shouldn't the statement:conn.ConnectionString = "connection string"be rather:conn.ConnectionString = cStringI saw that too...Yes, it should be conn.ConnectionString = cStringI'd like to see a rundown of how to set the connection string for the CrystalReports object in VS2005, using a connection string entry in the web.config or app.config file.Thank...
- Tags: .NET SQL Server, connection string, info@..., programming, Microsoft .NET, server
- Discussion threads 2006-06-21
- Can someone help me in my c++ activity about strings
- This is my basic c++ lesson and i am not good in programming. I am more on designing... Can someone make me a code in this following basic c++ programs? Thanks i'll w8 ur answers c")Problem 6. Write a function reverse(str1,str2) which copies str1 into str2 backwards. Here str1 is...
- Tags: alucardsol23@..., C++, programming
- Q&A 2006-03-16
- Change Case in SQL 2000
- I have a set of tables in a SQL 2000 database. The information names and addresses has been entered in 'CAPITAL LETTERS' and I need to alter this to 'Sentence Case'. I can't just use upper and lower as the fields contain details that need capital letters at the start...
- Tags: geeit, software, SQL, String
- Q&A 2005-12-14
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: QWUS\M0392
- Q&A 2006-07-30
- Achieve seamless socket programming in Java
- Programming client and server applications in Java is easier than doing it in other languages, such as C. Get a first-hand look at how the java.net package provides a powerful and flexible infrastructure for network programming. One main reason why the Java platform is successful is because networking...
- Tags: Java, ServerSocket, Servers, Peter V. Mikhalenko, TCP/IP, NETWORKING, Programming languages, programming, server program, socket, server, TCP, UDP, Java Tips Newsletter, Port, Client, Connection, Hardware
- Technical articles 2007-05-09
- Split String in VB .net ?
- Hi..I have the following string :-E:VB.NET PROJECTSERPbinI want to get the path :-E:VB.NET PROJECTSERPHow this is possible..How to remove "bin" from my string ?Pl. guide..Left$ or Mid$ should do it if its always going to beE:VB.NET PROJECTSERP at the startIf this could vary then look up INSTR which will give...
- Tags: Microsoft development tools, Programming languages, HEMAL, Microsoft Visual Basic, InStr
- Q&A 2005-04-26
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Actually I am...
- Tags: QWUS\M0392, Split String, bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Optimize string manipulation performance with VB.NET's StringBuilder
- AppendFormatNice introduction to StringBuilder, but you forgot one of the most powerful functions that StringBuilder has, that of AppendFormat.I find it very useful for building complex SQL scripts that contain values from VB or C# variables. It performs quicker than using multiple string concatenations.Would like to see more about...
- Tags: StringBuilder, .net, Rob Howard, programming, Microsoft Visual Basic.Net, performance
- Discussion threads 2006-09-01
- Error 1026 Using SHFileOperation
- I am using SHFileOperation to copy some files from an Install CD to the Target folder. The program works fine on W2K and XP, but under W98, I get a File System Error (1026).I know that this Function needs to have the Null characters added properly, & I have done...
- Tags: Error 1026 Using SHFileOperation, Long Dim, icscomputersaz@..., programming, SHFileOperation, String, String Dim
- Discussion threads 2005-01-26
- Date Validation in Excel
- I want to check whether the date entered is a valid date or not.For ex., if i enter 11/122006 instead of 11/12/2006 [a "/" missing ] , should indicate that string as invalid date..Actually the entered date is considered as String not as Date.. Is there any Specific date function...
- Tags: Scripting languages, vvelappan@..., Microsoft Excel
- Discussion threads 2007-10-17
- Replacing a full string in VB.net
- I have a hangman project to do for school and I can't figure out how to parse through the whole string and replace it with a character like " * "I wanna replace every character in the word with "*". So far I only replaced the whole word with...
- Tags: polishthug@..., Microsoft Visual Basic.Net, hangman, String Dim
- Discussion threads 2007-08-22
- << Previous
- page 1 of 1
- Next >>