Search results for query: *

  • Users: mond007
  • Content: Threads
  • Order by date
  1. mond007

    Bulk attach Album Art to MP3 Track using VBA

    Hi (Apologies if this is a repeat but I don't think so). I have 50gb worth of MP3 files that I wish to attach album art to. They are all in a very thought out directory structure as follows : 01 Religious Music 01 Album01 Religious_AlbumArt01.jpg Track01 Track02...
  2. mond007

    Insert Smiley/Emotions into RichTextBox using WordPad Style Editor

    Hi I am looking to create a Panel of Emotions/Smileys so that when cliked they insert a Smiley into my RichTextbox. I am looking for pointers as tis must have been some elsewhere. Such as MCT Program opens July 14th, 2014 to new applications - Certified Trainers (MCT) - General Info Only -...
  3. mond007

    Refreshing XML data when returning from (Adding Data) in Form2 back to Display Form1

    Hi I have a simple database of 150 questions whereby Form1 is an Enquiry Screen where a QuestionNo is entered and the answer and its attributes are returned from an XML File for Display. The XML File layout is as follows : QuestionNo (e.g. 2.7) Question Text...
  4. mond007

    Create Button in DataGridView using an Existing Column from BindingSource1.DataSource

    Hi, I am trying to create a button in a DatagridView using an existing column. I have found plenty of examples where a column is added at the end or in between columns but not any that actually use the column from the binding source. (As I plan to Save a display the color from Integer stored...
  5. mond007

    DataGridView Image Button Cell

    Hi Does anyone know how to programme up a ?Delete Image Button? using an Icon for a DataGridView in Visual Studio .Net I am struggling find trying to get my last column in my DataGridview to have a delete icon instead of the a "Delete Button" and I want to display a little dustbin icon. I...
  6. mond007

    ERROR Unable to Programmatically Add Row to DataGridView

    Hi I have a DataGridView Maintenance screen in which I think I was just getting there when I tried to Add Rows of Data. See With QuestionAnswerData.Tables("Questions") .Columns.Add("QuestionID", GetType(Integer)) .Columns.Add("QuestionNo", GetType(String))...
  7. mond007

    delete child rows when deleting parent row datagridview

    I have had a look in a number of areas but can not seem to work out the code to delete child rows when deleting the parent. See Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles...
  8. mond007

    Maintenance Screen Design for Parent Child Type Application ...

    Hi I am hoping to enlist the opinion or alternatives to the following Screen Designs. I am basically developing an Application to maintain the following two tables. My reading was the following link before posting this question, which I understood btw : Master/Detail (Parent/Child)...
  9. mond007

    How to Store Multiple Images in the Visual Studio Application Import to Resources ?

    Hi I have spent quite some time developing a Maintenance application. See the following link if need be. http://www.vbdotnetforums.com/xml/60658-create-effective-xml-schema-data-load-dilemma.html I am now at the point where I need to know how to store hundreds of images within the Application...
  10. mond007

    Question Create an effective XML Schema for Data Load dilemma?

    Hi I am writing a XML Based Visual Studio application, whereby I need to import a simple matrix of 6 columns by 400 rows of data. The scenario is that the user puts in question number and the application looks up the question and display the 5 columns of the answer in the below format from the...
  11. mond007

    Excel File versus XML Data Load in simple VS Project

    Hi I am writing a Visual Studio application whereby I need to import a simple matrix of 6 columns by 200 rows of data. The scenario is that the user puts in question number and the application looks up the question and display the 5 columns of the answer details, image and hyperlink from the...
  12. mond007

    Is Visual Studio with SQL server 2008 the right tools for this development project ?

    Hi, I am a developer and I am looking for some advise on which technology to use to utilise on a development that I am about to start ??. I AM THINKING ABOUT USING MS Visual Studio with Silverlight 4, but I don't know whether it will be the right tool for what I need to develop see attached...
Back
Top