Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Boost performance and use less disk space with hash keys
- Arthur Fuller discusses a very slick alternative to using string indexes known as hash buckets or hash keys. Find out how using hash keys can produce a gain in performance and save you disk space. A common SQL Server application requirement is to support searches based on one...
- Tags: Arthur Fuller, Databases, Performance management, SQL Server application requirement, performance, disk, long string, hash, SQL Server Newsletter, Column, Index, Table, Enterprise Software, Human Resources, Workforce Management, Software, Data Management
- Technical articles 2006-03-06
Additional Resources
- 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
- 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
- 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
- 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
- Printing in VB6 Without Print dialog box
- Im using the following command to print a webpage which is working Quite fine ShellExecute 0&, "Print", "C:InnovationTempstatement.html", "", "", vbNormalFocus I used the following command as well which i found from a website Call ShellExecute(Me.hwnd, "print", "TheScarms.xls", "", 0, SW_SHOWNORMAL)The above command prints a file as well and does...
- Tags: Microsoft Visual Basic 6.0, Print, printer, printing, programming, rieda@..., String
- Q&A 2005-05-19
- Displaying file properties from within VB6
- It can be a useful technique to find the properties of a file from within a VB6 program. Peter Aitken demonstrates how to do that in this quick tip. If you right-click a file name in Explorer and select Properties, Windows displays a dialog box with a variety...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, shInfo, Visual Basic Tips Newsletter, TechRepublic Inc., Property, Microsoft Windows, Productivity, Corporate Communications, Operating Systems, Software, Marketing
- Technical articles 2005-08-18
- 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
- Locate the executable path using VB.NET
- And for the rest of us, here's the code for VB6For those of us still doing work with VB6 and there are a lot of us, here's how to do this in VB6.In the general declarations section of your code, declare the following Windows API call...Private Declare Function GetModuleFileName _Lib...
- Tags: Long sFileName, ChuckSomerville, api, programming, windows, ByVal nSize, Microsoft Visual Basic 6.0, Microsoft Visual Basic.Net
- Discussion threads 2006-10-13
- 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
- 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
- Using parameters in C# OleDBCommands
- Hello all,I have this problem:I need to get data from a table giving some parameters. The parameter list can be very long, like this:string SelectStatement = "select unidade, numero, date " +"from _dsa_ihs_table " +"where unidade in ('1234', '1235', '1236', '1237', ..., '9999') " +"order by unidade" ;And if i...
- Tags: Programming languages, C#, joaquimc, numero, parameter list
- Discussion threads 2007-05-18
- 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
- VB Code
- 1. I want VB source code to disable/enable popup blocker from the registry that allows all the popups.2. I also need VB code to configure LAN [i.e to given the ip, subnetmask, gateway and DNS] automatically in win98/win2000/winxp and all other OS in registryIs this what...
- Tags: Boolean, ByVal Hkey, Microsoft Visual Basic, programming, tech_fyi@...
- Q&A 2006-01-22
- 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
- I didn’t believe it until I saw it
- If you surf around the Web long enough, you find all sortsof little things that people have done to break Windows. Recently, I waschecking out a blog and saw this title: How to Break Windows Notepad.It seems like if you type the string “this app can break”No quotes into...
- Tags: Notepad, wonÂ't
- Blog posts 2006-06-15
- Change all characters' case in a string using VB.NET
- The ability to change the case of all characters in a string often comes in handy when you need to compare string values that may be in different cases. Learn how to make this change in this VB.NET tip. Working with date values often requires an ability to ...
- Tags: Microsoft Visual Basic.Net, Date/Time, Irina Medvinskaya, Microsoft development tools, Programming languages, Visual Basic Tips Newsletter, String, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-08-24
- << Previous
- page 1 of 1
- Next >>