On last.fm: Connect to Your Favorite Music
20 Resources for

create

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean CoCreate Software Inc. (2 results), created (1 results)

TechRepublic Resources

How do I... Publish a custom application performance counter in C#?
Within Windows there are many system level processes that publish performance counters. For example there are performance counters that allow you to see CPU time, memory usage, and disk usage of the system. Since performance counters are a standard system function they are an ideal method for tracking the performance...
Tags: Counter, Custom Application, Performance, Code, C#, Performance Counter, Create, PerformanceCounter, RawValue Property, Performance Management, Human Resources, Workforce Management, Zach Smith
Blog posts 2008-04-07
Creating Active Directory Users using VB
As part of my re-entry into programming I suggested that I write a front end to create new users in active directory using VB.net. Normally we use the copy copy function in AD and copy a user template then add the changes, and I thought I could automa
Tags: active directory, advertisement, create, david.silkstone@..., Microsoft Visual Basic, Microsoft Windows Active Directory, programming, user, vb.net
Discussion threads 2006-10-27
Does Anyone Else Here Make Games Too?
I was wondering if anyone else does.Just StartingI just started going to school for it. I figured going to school for something I actually enjoy will be awesome!
Tags: dylan623, games, others, create, programming, game
Discussion threads 2006-08-29
Enter commands more efficiently with Cisco command aliases
Over time, constantly entering commands on Cisco routers and switches can become uncomfortably tedious. To make life easier, Cisco offers the alias command, which can help dispel part of this repetition. David Davis introduces you to the alias command and discusses some of his favorite uses of this handy command....
Tags: Cisco Systems Inc., Routers & switches, NETWORKING, David Davis CCIE, MCSE+I, SCSA, Show Running-Config, alias command, alias, Cisco Routers and Management Newsletter, Router, Critic, Command, Exec, Short, Create, David Davis, BGP, Network Technology
Technical articles 2005-09-08
Create a survey form in Word
Clarification pleaseYou mention "publishing on the web" - but I am not sure what you mean by that... can you clarify / elaborate please?thanks :)Mark
Tags: Create, word, form, wodenickel@..., hardware, Microsoft Word, survey
Discussion threads 2006-05-31
Create a data binding solution for Firefox
Too much codeSeems it is much easier to do the data binding on the server side, unless you need some client-side behavior of the data. It is nice to know the alternative though.i agreeseems like a lot of workWaiting for StandardsI don't mind writing a fair bit of code, but...
Tags: Create, Mozilla Firefox, programming, web, yaoliu68@...
Discussion threads 2006-01-10
Create raid-1 mirror in WindowsXP
Can a raid-1 mirror be created in a Windows XP computer? I have two 80 gig sata drives and I want to create a raid-1 using Windows XPYes. The following two sites should get you going.http://www.foxconnchannel.com/pdf/755-760%20A01-Raid%20manual-V1.0.pdf#search='Create%20raid1%20mirror%20in%20Windows%20XP'http://www.duxcw.com/digest/Howto/mb/abit/kx7-333/raid1.htmctrservices answer is assuming you want to use a hardware RAID solution. If you...
Tags: RAID, Microsoft Windows, Microsoft Windows XP, Storage
Q&A 2005-12-07
Create an up-down box for your VB6 programs
Not sure why you need to use a scrollbar,since there is an existing up/down control in vb6, which works properly.This is neater than entering into textbox directlyThis method does save time and errors when entering numbers in a text box. One drawback is that the entry is in integer form.As...
Tags: Text1.Text, Fractional Values
Discussion threads 2005-12-06
Create a Word table that reformats to fit in any browser window
StewwHow does this work?
Tags: Create, hardware, Microsoft Word, stuartwedel.gp@..., Web browser, windows, Word Table
Discussion threads 2005-11-30
DOWNLOAD: Create a shortcut to paste unformatted text
http://techrepublic.com.com/5138-10877-5969232.htmlAfter you take a look at this download, please post your feedback, ideas for improvements, or further thoughts on this topic.Thanks,--The TechRepublic Content Teambeautiful!What a great thing! Thanks, Jody. That made my life a /whole/ lot easier.-- frAnd other apps?I found it worked great in Word but then tried the...
Tags: Microsoft Word, Word processors
Discussion threads 2005-11-23
Excel/VBA - using spool when accessing database
I'm testing a simple VBA code which reads data from a remote mySQL DB and displays it in an Excel worksheet. Everything works fine until I print the sheet(Print/Print preview or Cute PDF).After printing, the DB access becomes painfully slow. The cure is to Exit and reopen the worksheet.I can...
Tags: arild@..., Create, CREATE DIRECTORY, Create Directory Access, database, excel, Microsoft Excel, mySQL DB, NAME COLLISION Options, printing, spooling, VBA, windows
Discussion threads 2005-11-23
Create an audio stitching tool in PHP
fdtafdafadfdaYesand goonie googoo to you too
Tags: Create, ddd, noe.magana@..., PHP, programming, tool
Discussion threads 2005-11-08
Create an employee directory in Access using a multicolumn report
asdfadsdfsdafasd
Tags: Access Using, Create, dsafsd, hardware, Microsoft Access, varun_rampal8@...
Discussion threads 2005-08-23
TechRepublic Tutorial: Create a diagram of your network for easy reference
TestTest
Tags: Anisim, Create, network, network diagram, networking, TechRepublic Tutorial, Test
Discussion threads 2005-06-17
table join
Hey guys what is the best way to join a table like this let say I've got a table Towns with a pkID and TownName field. And I've got a table named Destination with a pkID, DepartureID, DestinationID. Now destination and departure obviosly refer to the towns pkID field.So how...
Tags: pkID, SELECT
Discussion threads 2005-05-17
Create custom management consoles in Windows 2000 Server
Very usefulThis shortcut is very useful for a person like me who keeps shuttling between multiple windows all the time.thanks.
Tags: console, Create, hardware, jaya_jaga@..., management console, Microsoft Windows, Microsoft Windows 2000, Microsoft Windows 2000 Server, server
Discussion threads 2005-04-07
Create an audio stitching tool in PHP
This week's Web Development Zone newsletter examines one way to provide visually impaired users with the ability to use OCR-defeating passcodes: stitching WAV files together. Can you think of other applications for this solution that you might employ? If you haven't subscribed to our free Web Development Zone newsletter, sign...
Tags: Create, Newsletter Editor, PHP, programming, tool, Web Development Zone Newsletter
Discussion threads 2005-01-31
Create forms in Outlook 2003
Hi all :Where can I find information how to create forms with code using outlook 2003? I need to create forms with code using outlook 2003.Check for tips:http://gethelp.devx.com/techtips/exo_pro/10min/10min0800.aspSlipstick's Site:http://www.outlookcode.com/d/index.htmOutlook Code:http://www.outlookcode.com/
Tags: Create, e-mail, Microsoft Outlook, Microsoft Outlook 2003, ogruizr@...
Q&A 2004-12-14
Create a file transfer Web service
In this week's Web Development Zone newsletter, author Phillip Perkins develops a Web service that will receive and produce files as binary data.Have you developed a Web service that will receive and produce files as binary data? If not, will you test out the methods presented in this tip? Is...
Tags: Web services, Web, Web Development Zone Newsletter, Web service, Web development
Discussion threads 2004-11-08
group calendar
I am new to Exchange 2003, how do I go about creating a shared calendar for a group of people.1. Create a new mailbox and open it in a new Outlook profile2. Set delegate access via Tools, Options, Delegates with permissions to r/w calendar.Here's how I would do it....The whole...
Tags: Create
Q&A 2004-10-21
  • << Previous
  • page 1 of 1
  • Next >>

Content Types

Blog posts (1 results)
Discussion threads (15 results)
Q&A (3 results)
Technical articles (1 results)

Refining Tags

programming (7 results)
hardware (4 results)
microsoft word (3 results)
windows (3 results)
NETWORKING (3 results)


Disaster Recovery Plan Power Checklist
Development of a disaster recovery plan is a must. Although there may never come a time when the plan must be implemented, it is always best to prepar ...
Buy Now
TechProGuild's Internet Usage Policy
Numerous studies indicate personal Internet use at work is the leading cause of lost productivity in the workplace. In addition, personal use of the I ...
Buy Now

The Green Enterprise