Recent IT Questions

1 - 20 of 122
<<PREVIOUS 1|2|3|4|5|6|7 NEXT>>

Scripting the editing of a log/text file

I am looking to remove complete lines of text from a log file. Would prefer to do this in a batch file if possible and also to use wildcards in the searching for the line to remove. i.e. find the text within a file matching "the content of this file stating * to be removed" (where the asterisk...

View Answer   |  Jun 24 2009  4:55 PM GMT
DOS, Scripting, Log files
asked by MicJ

  85 pts.

Creating a VB setup file

I want to create a setup file using VB. i want to dump all my file and using that vb application should create a setup file.How top do this.

View Answer   |  Jun 19 2009  7:45 AM GMT
VB Setup File, Visual Basic, VB
asked by Bismitapadhy

  5 pts.

creating user accounts in server 2008

in the new server 2008 is there something specific that needs to be running or activated to let scripts run? my scripts from server 2003 fail on server 2008. i am writing them in VB.

View Answer   |  May 29 2009  6:44 PM GMT
Active Directory, VB, Windows Server 2008
asked by Rateec

  5 pts.

Shim add-in not loaded VB runtime error

i am kind of new on the hole shim add-in thing so go esay on me here what did on VS 2005 com shim wizard v 2.3.1.0 1) create shared add-in(new_addin) and put meesagebox on the on connect proc 2 ) add shim add-in project and chosed for word and excel 3 ) then add setup project add primery output...

Answer Question   |  Apr 30 2009  7:56 AM GMT
VB.NET 2005, Shim add-in, Visual Basic .NET
asked by Aqqa

  5 pts.

how to create vb setup program

Dear Friend I am in IT profession but still I have no Idea to develop complete software I devloped my software and want to fix this for a limited time in trial version. Will you please help me for this work

View Answer   |  Apr 23 2009  7:07 PM GMT
VB, Visual Basic, Visual Basic Programming
asked by Moeed143

  5 pts.

VB Active Cell problem

I am a vb problem. On an excel sheet, I am trying to have a macro run when the user selects a changing column's active cell. For columns F to I on Sheet!Data, if you choose any cell in range (F9:I65000), then take the value of Column B in the selected row and make as my "Dept" Value. Can...

Answer Question   |  Mar 30 2009  3:34 PM GMT
VB, Excel macros, Microsoft Excel
asked by RICPickles

  5 pts.

Error 35764 in Visual Basic

i want details of the error 35764 in VB

View Answer   |  Mar 7 2009  6:35 AM GMT
Error 35764, Runtime Errors, Visual Basic
asked by Shiv0506

  5 pts.

Disable Form Controls in VB 2008 until selected

Beginning prog. student here... I have a form with multiple controls, and i want everything to be disabled except the datetimepicker. Once a date is selected, it should make the whole form usable. I've searched the web, and can't find the right solutin. I found this sight, and hoping someone can...

View Answer   |  Mar 5 2009  8:35 AM GMT
VB 2008, Focus and Selection, Inactive Selection
asked by Jacobass

  5 pts.

How to use button created by Crystal Button in VB forms

how to use export external button creaTED by s/w in vb forms

Answer Question   |  Feb 22 2009  10:42 AM GMT
Windows Forms, Visual Basic, Crystal Button InMotion
asked by Viral

  5 pts.

Toggle text between red and black

How do I write a program on VB 2008 that allows the user to use a button to toggle the color of the text between black and red?

View Answer   |  Feb 18 2009  6:07 PM GMT
VB, VB 2008, Visual Basic
asked by Lauren6

  5 pts.

How to convert from a project from Visual Basic 2006 to 2008?

hello, i want convert my visualbasic 2006 project to 2008 i tryed almost everything and still dont know how... anyone got a idea? Thank you Greetsz

asked by YoungIT

  10 pts.

VB Error Handling

While execution of my program's exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every 'Sub' or 'Function', before 'End Sub' or 'End Function', I have put these lines... If Not Err.Number = 0 Then ...

View Answer   |  Jan 22 2009  7:03 AM GMT
VB error handling, VB, VB 6
asked by Mayuri

  155 pts.

Puzzle - Find the number?

This is not a question & I am not sure if this is a proper forum. So I will let the site moderator decide. I recently came across a nice quiz which, I think, supports/encourages developing programming skills. So ... here is the puzzle. Find the lowest number with the following...

View Answer   |  Jan 14 2009  6:05 PM GMT
VB, COBOL, Microsoft Excel
asked by SbElectric

  1460 pts.

Date format in Microsoft Excel 2002

In my program I pass values from VB to Excel for reporting. When I pass 03-01-2009 (3rd Jan 2009), in excel it shows as 01-03-2009. I have set short date format to dd-mm-yyyy, in control panel, regional settings. Also in excel, I set cell format through VB as ... ...

Answer Question   |  Jan 9 2009  11:51 AM GMT
Microsoft Excel, VB, VB 6
asked by Mayuri

  155 pts.

How to create the number of images appeared where we put the quantity of images?

I create a form (browse image buttom model) using vb 6.0. I want to create the quantity field, and when I entered the image quantity the number of images appeared(where I select the browse option). Is this possible. Help me…. Thank You

Answer Question   |  Jan 5 2009  6:39 AM GMT
VB, Visual Basic, VB 6
asked by 5starkarthick

  5 pts.

vb 6.0 conect with access to create a report

i have created a table in access to manage the house rent.i want to create report only for particular customer rent detail. the customer id is retrived from the table and stored in combobox in one form.when i choose particular id from the combo box, the respective details of the particular id...

Answer Question   |  Dec 25 2008  6:58 AM GMT
Microsoft Access, VB, VB 6
asked by Aapabirami

  5 pts.

VB Data Report number format

I want number field in Data Report to be formatted like 12,90,565 or 89,675 How to do it Please Help me

Answer Question   |  Dec 22 2008  6:14 AM GMT
Visual Basic, VB, VB Data Report
asked by Try it

  85 pts.

Visual Basic

What would be the code (using regular expression) to match the page , whos title changes during runtime, but we know that it will contain the string "Welcome" in the begining of the title?

Answer Question   |  Dec 18 2008  5:05 PM GMT
Visual Basic, VB, VB Code
asked by Gaby

  15 pts.

How to output a text file and separate the data into different fields using VB 2005

i am new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 i would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field...

View Answer   |  Dec 11 2008  9:33 AM GMT
Visual Basic, VB, VB 2005
asked by Aeiou123

  5 pts.

Crystal Reports 8

To Change The position & property of the Text in the crystal report from VB.NET code itself.... is It Possible??? while the Crystal report connected..... By Raam87

Answer Question   |  Dec 3 2008  6:04 AM GMT
Crystal Reports, Visual Basic, VB.NET
asked by 1201

  5 pts.


1 - 20 of 122
<<PREVIOUS 1|2|3|4|5|6|7 NEXT>>