CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sabi

Search: Search took 0.02 seconds.

  1. Deleting word document using vb for word 2000

    hi

    how to delete a word document from the hard disk using vb for word 2000?
    i tried using kill function but it shows an error -"permission denied"..pls can sum1 help?
  2. Re: removing specific characters from a string using vba

    hi thanks for ur suggestion

    i have 1 more question the name variable can contain any string i need to search for a word report in that string and replace it with a space. if report word is found...
  3. removing specific characters from a string using vba

    hi

    i have a string called 'name' which contains value as "Employee report report", when i am displaying name varible i need to display only "Employee report" meaning i want to remove one 'report'...
  4. Run-time error '462' the remote server machine does not exist or is unavailable

    hi

    i am creating stratup menu in access using vb. when the code is executed for the first time it successfully creates the startup menu but when i exceute the same code again it gives me runtime...
  5. remove hyperlinks from objects in the excel workbook using vb

    hi
    i am trying to remove hyperlinks that are linked to objects in the excel workbook using vb.
    the code that i am using is as follows:

    If wSheet.Hyperlinks(i).Type <> 0 Then
    ...
  6. Replies
    0
    Views
    7,649

    To open excel workbook using vb

    i need to open excel workbook using vb. the code to open the workbook is as follows:

    Dim xlTmp As Excel.Application

    Set xlTmp = New Excel.Application...
  7. To check whether the property in access exits using vb

    hi

    i am creating a property for the startupform and then adding it to the application. the code for the same is given below:

    Set prp = db.CreateProperty("StartupForm", dbText, "SwitchBoard",...
  8. Display names of forms and reports of access in alphabetized form in listbox using vb

    hi
    can some1 pls help
    i am displaying names of forms and reports from the access database in the list box. the code to display names of forms n reports that i am using is as given below:

    For...
  9. Re: multiselect property of the listbox should be max 7 items

    Thanks u r suggestion worked
  10. multiselect property of the listbox should be max 7 items

    hi
    can some1 pls help. i need to make a listbox multiselect but the user can select only 7 items from the list. From the multiselect property of the list box i am selecting simple option. this...
  11. Replies
    5
    Views
    11,154

    adding text to label in access form using vba

    hi
    can some1 pls help i have created a form in access using vba. in that form i am adding label control, the code to add a label is as follows:

    Set ctl = CreateControl(frms.Name, acLabel,...
  12. textbox length shuld be maximum 50 characters usng vba

    hi
    can some1 pls tell me how to set the length of the textbox to maximum 50 characters using vba.
  13. Re: To know the size of the selected image file using vb

    thank u so much ur help was of great help
    thnks once again :)
  14. To know the size of the selected image file using vb

    hi
    I am writing a project in which the user selects an image file, such as .bmp, .jpg, and .gif. if the selected image file is more then 3kb then i need to display the message "pls select different...
  15. Replies
    0
    Views
    663

    Creating envelopes with mail merge

    how to create envelopes with mail merge using vb 6..i am able to create a single envelope but not multiple from outlook contacs..pls help with some code.
  16. Removing hyperlinks linked to graphical objects in Excel

    hi
    can some1 pls help me......i am writing a vbscript to remove hyperlinks linked to the graphical objects.
    i am able to successfully remove the hyperlinks that are present in each worksheet. but...
  17. Adding automatic and standard colors for font color button for toolbar in power point

    hi

    can some1 pls help. i am creating a customized toolbar in powerpoint and adding different buttons. i am also adding font color button to the toolbar. the following is the code to add a font...
  18. Remove all links from graphics and objects from powerpoint presentation using vb6.

    hi
    can someone plz tell me how to remove all hyperlinks from graphics and objects within a PowerPoint presentation using vb6.

    thnx.
  19. Changing the style of the command to text only(always) in powerpoint

    hi
    i need to display the text of the command in the command bar in the customize toolbar using vb6.

    i am adding the command "Style Checker..." in the customize toolbar.

    the following code adds...
  20. Re: how to find that there is atleast one character after @ and before dot in email a

    thank you so much your help was really helpful.

    thnx
  21. how to find that there is atleast one character after @ and before dot in email addre

    hi
    can some one plz tell me how to find that there is atleast one character after @ and before dot in email address.
    thnx
  22. Re: how to apply a delimiter at the end of a string in the text box.

    the suggestion that you gave works but i also have function called check_mail which is called after retrieving values from the list box. that function is not executed after ading your suggested code...
  23. how to apply a delimiter at the end of a string in the text box.

    when the user click a button from a form after selecting the email addresses from the list box. the selected values are displayed in a text box which is present in the user control. All the email...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured