Search:

Type: Posts; User: Jonny1409

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    516

    Datagridview bound to Dataset

    Hello,

    I wonder if someone can help me please?

    I have a datagridview bound to a dataset and additions are permitted in the DataGridView.

    Assuming that I'm in 'Add Mode' (I'm in a cell of the...
  2. Replies
    3
    Views
    857

    Re: Update Database from DataGridView

    Hi jmcilhinney, it wouldn't unfortunately because each person's child data is different.

    So the table would have something like the following:

    Name - Role
    Joe - 1
    Joe - 2
    Joe - 3
    Jim - 1...
  3. Replies
    3
    Views
    857

    Update Database from DataGridView

    Hello,

    I wonder if someone can help me please?

    I currently have a form which is reading Names from a DB into a DatagridView.
    Once a user selects one of the names, another DataGridView is...
  4. VS 2010 [RESOLVED] Populate Listview with files in my.resources

    Hello, I wonder if you can help me please.

    I have a very simple program which simply populates a listbox with a list of files stored in a directory.


    Try
    lvScripts.View =...
  5. Replies
    6
    Views
    2,963

    VS 2010 Re: Problem with Imagelist and 64-bit

    I'm not 100% sure - I was just given the project in its 2010 form. I'll check.

    I get the feeling though that I'm going to have to knuckle down and fix it the long way by removing the imagelists.
    ...
  6. Replies
    6
    Views
    2,963

    VS 2010 Re: Problem with Imagelist and 64-bit

    It's not so much that we need the imagelist as such, it that it's been written this way in the past (long before my time) and it's going to be a huge ballache to take them all out and redo...
  7. Replies
    6
    Views
    2,963

    VS 2010 Re: Problem with Imagelist and 64-bit

    I don' think so, but the imagelist is definitely not 3rd party.

    Also, apparently the complexity lies with the fact that we are using clickonce - apparently this is 32 bit only or something, so...
  8. Replies
    6
    Views
    2,963

    VS 2010 Problem with Imagelist and 64-bit

    Hello,

    I wonder if anyone can help me please?

    I have inherited a VB.NET project which was created in VS 2003 and is now in VS 2010. It works fine on one macine (32 bit). However, on my Win7 64...
  9. VB6 Code Exiting For Next Statement Early

    Hello, I wonder if anyone can help me with a problem I'm having please.

    I have some code which is basically using a timer and checking an Outlook mailbox, and if there is an unread mail in there...
  10. Replies
    4
    Views
    18,394

    Re: VB6 - Select All Text In Textbox

    I'm not sure - If I can I don't really know how to do that.

    However, what could complicate matters is the fact that 15 of the boxes relate to one thing, 15 relate to another etc
  11. Replies
    4
    Views
    18,394

    VB6 - Select All Text In Textbox

    I have approximately 75 text boxes on my form.

    Whenever one of these boxes get the focus I'd like it to select the whole field - basically so if there's a value already in there, you simply have...
  12. Replies
    2
    Views
    630

    Re: [2008] Read Mailboxes

    Apologies Chris I'll try to explain a bit more.

    I don't know a grreat deal about the servers themselves, but what I can say is that the following code works in a current MS Access application we...
  13. Replies
    2
    Views
    630

    [2008] Read Mailboxes

    Hello,

    I am after some code that will help me read several mailboxes on a particular server on the network and bring me back the date of the last mail within each one.

    Is this possible ?
    Where...
  14. Re: [2008] Deleting From Access DB

    Cheers GaryMazzone, that worked a treat !
  15. [RESOLVED] [2008] Deleting From Access DB

    Hello,

    I'm trying to delete a record from my access db using code and am getting an error message.

    My code is as follows:


    Dim mDataPath As String = Application.StartupPath
    ...
  16. Replies
    4
    Views
    480

    Writing to Access DB

    I'm trying to write some fields into a table in an Access DB and am having a problem.

    My code is as follows:


    Dim cn As adodb.Connection
    Dim rs As adodb.Recordset
    Dim cString As String...
  17. Re: [2008] Check if Outlook is already running

    Thanks cicatrix I'll give this a go
  18. [RESOLVED] [2008] Check if Outlook is already running

    I am currently using the code below to open outlook automatically.


    Dim psInfo As New System.Diagnostics.ProcessStartInfo("OUTLOOK.EXE")
    psInfo.WindowStyle =...
  19. Replies
    2
    Views
    726

    Re: Search within Files

    Thanks for your help Joacim.

    I've decided to read the files and put the contents into a textbox for now.


    Dim filename As String = lstv1.FocusedItem.SubItems(0).Text
    Dim ioFile As New...
  20. Replies
    2
    Views
    726

    Search within Files

    Hello,

    Can anyone tell me how I can search a folder of csv files to find out if one of the csv files has a particular name in ?

    I'm currently searching a folder to bring back all csv files...
  21. Replies
    5
    Views
    541

    Re: Help with Terminology Please

    Thanks Stanav - I would ask for clarification but it's for a test so I can't really.

    I'm happy to do the work I simply want to make sure I fully understand what is meant by "binding a datagridview...
  22. Replies
    5
    Views
    541

    Help with Terminology Please

    Hello,

    I have been given a task to do and I am struggling to understand fully and was wondering if any of you could hlep explain it to me please ?

    I need to bind data from an access database to...
  23. Replies
    0
    Views
    496

    Creating XML File

    Hello,

    I'm trying to create an XML file using VB6 and am hitting a slight problem.

    My code is :


    Dim XMLDocument As MSXML2.DOMDocument30
    Dim XMLDocumentRootNode As...
  24. Replies
    1
    Views
    445

    Pulling Data into VB From SQL Function

    Hello,

    I am having a problem that I can't solve and would appreciate any help you can offer.

    I have a table in my SQL DB that contains :

    - ID
    - Date From
    - Date To
  25. Replies
    2
    Views
    1,532

    Re: Check All Checkboxes in Checked List View

    Thanks Deepak, I'll give that a go as it looks like it will do the trick.
  26. Replies
    2
    Views
    1,532

    Check All Checkboxes in Checked List View

    Hello,

    I have a checked list view on my form.

    Is there a way to check all boxes on the press of a button ?

    Thanks,
  27. Replies
    7
    Views
    11,927

    Re: [2005] Listview to Excel

    I used the function from here, and it worked a treat.
    It should help you with what you're looking for.

    http://www.osix.net/modules/article/?id=746
  28. Replies
    2
    Views
    509

    Re: [2005] IDE Adding Tabs

    Thanks for your reply Jenner.

    Normally I'd agree with you, however one of the groups I created has stayed.
    There seems to be nothing different about this group so any of the others though, so I...
  29. Replies
    2
    Views
    509

    [2005] IDE Adding Tabs

    Hello,

    I have added some of my own tabs to the IDE (down underneath Components, Printing, Menus & Toolbars etc)

    I've then added references from certain controls I have so I can easily use these...
  30. [2005] Sorting Listview (Problem with ICompare)

    Hello,

    I wanted to sort my listview when I clicked on a column heading, and after reading the search on here, I found you need to use IComparer.

    I've managed to create a new class which does...
  31. Replies
    1
    Views
    523

    [2005] Add / Remove Tab Pages

    Hello,

    I have 6 tabs on a tabcontrol in my application.
    I would like to hide tabs 4 and 5, and only show the users tabs 1,2,3 and 6.

    I've searched on here and there is code to add / remove,...
  32. Replies
    2
    Views
    615

    Re: [2005] Input Box Help Please

    Thanks Athiest - I must admit I did toy with the idea of creating a form for the purpose.

    I think that's what I'll do.
  33. Replies
    2
    Views
    615

    [2005] Input Box Help Please

    Hello,

    I wonder if anyone can help me please ?

    I have an inputbox which is used to enter a date, then do stuff based on the date chosen.

    The application automatically populates the input box...
  34. Replies
    3
    Views
    620

    [2005] Toolbar - Hiding Buttons

    Hello,

    I wonder if anyone can help me please ?

    I have a toolbar on my application that has a series of buttons on, each calling different forms.

    What I'd like to do is hide one or two of the...
  35. Replies
    3
    Views
    495

    Re: [SQL 2000] Rounding Problem

    Thanks Si, that's excellent.
    Apologies for not looking there first and wasting your time - I have no excuse.
  36. Replies
    3
    Views
    495

    [RESOLVED] [SQL 2000] Rounding Problem

    Hello,

    I have the following line in my stored procedure :


    SET @ErrMSG = 'Employee : ' + STR(@Employee) + ' Only Has ' + STR(@AllowanceLeft) + ' days left to take.'

    When I debug through to...
  37. Replies
    1
    Views
    957

    [2005] COM Error (redemption.dll)

    Hello,

    I wonder if anyone can help me please ?

    I have some code which is used to send e-mails automatically to my employees.
    As the e-mails will be send to many employees as once, I don't want...
  38. Re: [2005] Getting Unique Values From Listview

    Thanks again stimbo - as it happens I didn't explain myself very well so I needed to do something slightly different, but thanks anyway.
  39. [RESOLVED] [2005] Getting Unique Values From Listview

    Hello,

    I wonder if anyone can help me please ?

    I have a listview which contains several rows of data.
    I'd like to know if it is possible to pull out only the unique names :

    So for example :...
  40. Replies
    2
    Views
    561

    Re: [2005] E-mailing Contents of Listview

    Thanks Stimbo - I'll have a look into that.
Results 1 to 40 of 312
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width