Search:

Type: Posts; User: niksh19

Search: Search took 0.02 seconds.

  1. VS 2010 Methods to add records in an Access Database using .NET ?

    Hi,

    What are the ways that you can add new records to a database. Also is it possible to add records / corresponding fields to Access Database using BindingSource ? If Yes, i'd like to know how.....
  2. Replies
    12
    Views
    987

    VS 2010 Re: Msgbox help (so stupid !!)

    Thank you for your reply .paul,
    I'm still facing the same problem, no matter what i press "yes" or "No",
    the event thatis triggered is the same. Also the X button is still disabled on the Msgbox....
  3. Replies
    12
    Views
    987

    VS 2010 Msgbox help (so stupid !!)

    hi, i am trying to accomplish a simple and silly task, which i have very successfully executed a couple of times. but now the same thing won't work, and i have no clue why..

    I am trying to get a...
  4. Replies
    3
    Views
    544

    VS 2010 Re: Coding Practice ?

    Hi.
    Thanks for helping out.

    What do you put as the expression in CType (Object as Expression, Object as type) ??

    Just like you use in multiple controls events'

    Ctype(sender,object)..
  5. Replies
    3
    Views
    544

    VS 2010 Coding Practice ?

    How can i write this code more effectively ??

    This code goes on a form load, so i suppose i can't use CType.


    Dim myUser As String = Environment.UserName
    Dim myPath As String =...
  6. Replies
    1
    Views
    495

    VS 2010 Displaying image from a WebDAV location

    Hello everyone,

    I have a picturebox, and i would like the image to be displayed from a webdav URL into the picturebox. I tried using the URL as


    Picturebox1.ImageLocation = <URL>

    but it...
  7. VS 2010 Fetch and add data to an access database (.accdb)

    How to display data from the database (records) in a vb.net application without a datagrid (i.e in textboxes, and labels) ??

    I have used "Add data source and connected my database and also...
  8. VS 2010 Re: How to effectively use a timer for animation?

    I have encountered problems when i change the width += 1 to some other number like
    width += 10 or 15. Can you explain me why? As all i was trying to do is increase the speed of the animation,...
  9. Replies
    5
    Views
    691

    VS 2010 Re: Calculator Help !

    Thank you for your reply,jmcilhinney
    I have also tried suppressing the exception by using try..catch...finally but that doesn't catch the exception.

    i was just hoping to catch the exception,...
  10. VS 2010 How to effectively use a timer for animation?

    Hello there.
    My question is how can i use a timer function to animate a form's width being smoothly expanded and contracted on the click of a button

    The resultant effect that i'm looking for is...
  11. Replies
    5
    Views
    691

    VS 2010 Re: Calculator Help !

    The conversion to decimal fixed the first issue, thanks very much..
    but for the 2nd one..I'll elaborate...

    When i perform calculations like 9999999999999*999999999999

    The result is a...
  12. Replies
    5
    Views
    691

    VS 2010 Calculator Help !

    Hi there everyone,

    I have made a simple calculator (even though there are a hell lot of validations !!), but i'm basically stuck at two things..

    1. The calculator should validate / normalize...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width