Search:

Type: Posts; User: Snuffles

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    423

    Problem with Date Entry page

    The access DB that this is attached to my siteoccasionally crashes when I update via a data entry page that I created. Everything seems to work well when I access the data entry page just by typing...
  2. Re: [RESOLVED] Getting DB through Web Front End

    Fantastic, thanks for the code. I'll give this a shot over the weekend
  3. [RESOLVED] Getting DB through Web Front End

    Hello All,

    We are being forced to move our webpage to a new internal hosting company. The hosting process does not allow me access to the production environment, instead I upload to staging,...
  4. Replies
    7
    Views
    823

    Re: [resolved] find os version??

    So, I have been messing around with the API version of this with absolutely no luck.

    And I am wondering, why use API when you can do the same thing with less code in VB.net?
  5. Re: Opinions on Database Options for Application

    I will be using MSDE for the database.

    I'm pretty much hearing that using separate DB's is not advisable. But to answer the question on why I saw this as a benefit.

    We plan on continuously...
  6. Opinions on Database Options for Application

    Hello All,

    I'm in the planning stages of a large application that will consist of one main module and multiple optional modules.

    The optional modules are independent of one another but will...
  7. Replies
    3
    Views
    541

    Re: [RESOLVED] Form Assistance

    I appreciate the assistance. I have been struggling with that for the past 5 days. Now I can rest soundly

    :wave:
  8. Replies
    3
    Views
    541

    [RESOLVED] Form Assistance

    My project uses 5 forms and 3 of these forms need to be accessible to other forms. I have declared these forms as Public in a Code Module and am able to successfully access the properties and...
  9. Thread: Msde

    by Snuffles
    Replies
    14
    Views
    737

    Re: Msde

    Perfect, thanks for the information
  10. Thread: Msde

    by Snuffles
    Replies
    14
    Views
    737

    Re: Msde

    So I'm gathering from this thread that I can use the tools that I have from my SQLserver developer edition to create the database and do some additional managment tasks.

    Then I can detach the DB...
  11. Replies
    6
    Views
    657

    Re: Capturing Click Event in Custom Control

    No, I have not exposed the linklabel click event as a public property, I thought about this but then if I exposed 26 linklabel click events I felt like I was defeating the purpose of creating a user...
  12. Replies
    6
    Views
    657

    Re: Capturing Click Event in Custom Control

    So, I still have yet to figure out how to do this. Perhaps more information is needed. My user control consists of linklabels for each letter of the alphabet a-z. The goal is that when the user...
  13. Replies
    6
    Views
    657

    Capturing Click Event in Custom Control

    I'm attempting to create a control whereby the user clicks on a linklabel and the letter of the alphabet is captured in a variable and the click event fires a procedure. This procedure is different...
  14. Replies
    5
    Views
    666

    Re: Rollover a specific region of a picture

    So, the label method will work if you do the following:

    Place a panel on your form and set the background image to your picture, then place the label in the panel and set the background color to...
  15. Replies
    5
    Views
    666

    Re: Rollover a specific region of a picture

    So, you could change the backcolor of the label to transparent and set the text field to " ". That would give you an invisible label.
  16. Re: hai Code is correct, connection is opened but not able to insert the records in DB

    Have you checked your "QueryStr" line to make sure that you are building the SQL Statement correctly?

    Just a quick glance and I notice that your Insert Statement is:
    QueryStr = "Insert into...
  17. Replies
    1
    Views
    524

    Play embedded resource

    Ok, I want to play a .wav file that I have added to my project. I set the build action to embedded resource but it won't play. Here is the code that plays when the .wav is called from a file:

    ...
  18. Replies
    6
    Views
    982

    Re: Deleting datagrid row problem

    Have you tried putting try catch statement around the deletion?
  19. Replies
    5
    Views
    2,182

    Re: DataGrid DataGridTableStyle

    This link is awesome!
  20. Replies
    2
    Views
    684

    Re: Query won't work in vb.net

    Datasource was set in properties window.

    I switched out * for % and the Query works fine. Interestingly enough you can't use % in Access SQL View so I never tried % in the vb code. Lesson...
  21. Replies
    2
    Views
    684

    [RESOLVED] Query won't work in vb.net

    I have been playing with this Query for the past 3 days and just can't get it.

    I have run this query directly in MS Access and it works fine

    SELECT Individual_ID, LName, FName
    FROM...
  22. Re: [RESOLVED] Need a bit of help with reading and displaying data

    Thanks for the input!
  23. Re: Need a bit of help with reading and displaying data

    I appreciate the responses and will work on this later tonight.

    Is it possible to fill a datagrid by filling a DataSet with a DataReader. I'm under the impression that a DataReader would be more...
  24. [RESOLVED] Need a bit of help with reading and displaying data

    Hello all,

    I can't find a post that covers all the topics that I'm trying to get and I just seem to keep banging my head against a wall to get the program to operate the way that I want.

    Simply...
  25. Thread: Two Questions

    by Snuffles
    Replies
    2
    Views
    481

    Re: Two Questions

    Thanks for the info. I've been playing around with panels all morning and am very happy!
  26. Thread: Two Questions

    by Snuffles
    Replies
    2
    Views
    481

    Two Questions

    1) What are panels used for in vb.net?

    2) I'm trying to mimick the behavior of an IFRAME in HTML. Where I have an area on my main form that will show the controls of other forms depending upon...
  27. Re: Extract thumbnail image from a file without reading the whole file

    I appreciate the response.

    Unfortunately my programming machine died this afternoon so I will have to give it a try after I recieve a new board or add visual studio to another machine.
  28. Re: Extract thumbnail image from a file without reading the whole file

    Anyone have an example of how the use this code?

    I understand what it does I just wanted to see how others have used it.

    Thanks,
  29. Replies
    10
    Views
    1,009

    Re: Deploying app's w/ sql

    I believe someone else mentioned this, but why not just run the SQL scripts to build the DB on your clients SQLServer? Is there a reason that you choose not to do this?
  30. Replies
    9
    Views
    1,030

    Re: How can you do this sql statement?

    Quick side bar question.

    Is it possible to use a datareader and "executereader" to insert data into a DB. I was the under the impression that a datareader was read only.
  31. Re: Need help incrementing a variable

    I tried pad left but for some reason it was not changing the variable, debugging did not pick up any errors with the operation though. I would conclude that it is my inexperience that prevents me...
  32. Need help incrementing a variable (Resolved)

    Hello all,

    I'm having some difficulty getting a variable to increment the way that I would like.

    I'm trying to create a unique identifier that I can increment by one each time a new record is...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width