Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Programming Solutions: 1 - 25 of 94
 
In my script, the connection string is all on one line (not broken into three lines as it looks in the Code block below). It's too long and I have to scroll the window to the right several ti...
how can I do a mouseover image change with the ASP.NET ImageButton control (VS2008,VB.NET,ASP.NET 3.5)
I have an ASP.NET ImageButton control and it has 3 states ( a,b and c) and is used as a tab button... the tab button can be unselected (a), moused over (b) and selected (c)... State a: norm...
Hi Experts, I have a flat file created in unicode using DTS. Now I want to convert this file to UTF8 format. First I want to know whether I can output flat file in DTS with UTF8 formatti...
Hey, I have been trying to find a solution that can unpin two items from the start menu using code.  This will be run when users log onto our new 2008 servers so they do not have the CMD an...
I am trying to create a batch process that will parse multiple multi-line text files (samples attached) and output their contents into a single pipe-delimited CSV file.  I can't use commas as ...
Not really sure which category this fits in, but here goes. What I do and what happens below. Very new to CMake, just built a simple hello world app before this. Has anyone used this be...
I have a macro that helps me do a specific control in an e-mail, that works perfect. What a now would like to do is to run the macro automatically just before the mail is sent. Right now I cli...
I am trying to simply display a rectangle to the screen of a random color. But, when I try using my code, I get a flashing black and white screen. Any ideas on what I may be doing incorrectly?
Hi there! I'm writing a VBS login script and this a problem: CreateObject("Scripting.FileSystemObject") This line seems to require local administrator privilege to work properly. If...
Hello all, I have a vb script which allows me to import into excel all of my domain users with all of their full discriptions. Very import disriptions would be full address STREET, STATE, COU...
Is there any way of throttling the CPU or reducing its speed in VB.NET? If so how do i do this, Thanks
Hi I found this script at this link http://forums.java.net/jive/thread.jspa?messageID=347387 I get an error when I try to test and run it see below disjava.vbs(35, 15) Microsoft VBScript ...
Hi how do I add a hyperlink in a table cell? (MS Word 2007) I like the www.test.com to become a hyperlink.
I'm currently working on a small web development project in my spare time and I need to track defects. I know I could install BugZilla but I want to be able have bugs tracked outside my office...
Hi, Is it possible to add image to datatable columnheader? Cheers
Ok, so I understand the theological use of the word agnostic, but recently I've had the word thrown at me a few times when referring to systems design and/or architecture.  I've theorized that...
Hello, I'm a .net programmer, but new to SSIS and want to make sure that I'm choosing the best way to do this.  I'm pulling an SQL dataset that has a column "Username" with a bunch of other...
hi I have a problem with the codings as i can't execute the query as it will give me an error " The name 'false' is not permitted in this context "
Hi, How do I Copy rows from listview to clipboard in vb.net? Cheers
I am writing a basic Windows application that displays data from a SQL database.  The form also has ADD, EDIT, and DELETE buttons, which allow the user to add, edit, or delete a record from th...
I need to read an xml file and i have to do the string matching between the xml elements and also i need to add new elements depending upon the string matching result. Do i need to use normal ...
I am trying to register an OCX file for my visual basic ERP with the help of following command regsvr32.exe c:\windows\MSWINSCK.OCX it is giving the following error and the none of the ...
Hi, I endeavor to write a C++ program that can read logs from a file and convert the timestamps of the logs to Unix time. I'd like for it to be able to handle many different timestamp forma...
Hi, I am using C strings (i.e, char *a, char *b). I want to copy from string b to string a, until a ',' character occurs in string b. The ',' character should not be copied. Is there a func...