Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. newora

    VB6 exe and Digital Signing

    Many thanks for the information Dilettante - you certainlky know your stuff. Andrew
  2. newora

    VB6 exe and Digital Signing

    Thanks for that dilettante, if I understand correctly then you are saying that I will always get the UAC box up whenever I run my prgram under Vista, wether it is digitally signed or not? If this is the case now do programs such as Word and PC Anywhere, which are also on the machine, run up ok...
  3. newora

    VB6 exe and Digital Signing

    That's great, thank you for the information. Andrew
  4. newora

    VB6 exe and Digital Signing

    Hi There - could somebody please point me in the right direction with regards to obtaining a digital signature for my VB6 program. I have an old VB6 developed system - one main exe file and about 8 dll files. I have installed this onto Windows Vista but I am getting the user access control...
  5. newora

    VB6 Control for showing percentage usage

    Great, thank you very much again Hughlerwill - I will analyse the code later tonight. Many thanks again.
  6. newora

    VB6 Control for showing percentage usage

    Hi Guys, Great all installed ok thanks and it seems pretty easy to work with as well. A couple of other questions please, if you do not mind - apologies for asking dumb stuff but I am a bit rusty on VB 6. I am thinking that it would be nice to have a flexgrid control on the screen, which I...
  7. newora

    VB6 Control for showing percentage usage

    Great, thank you for that - I will look into it now. I have the sstabstrip available but do nt remember seeing the sspanel,so maybe I will have to install it. Thanks Again. Andrew
  8. newora

    VB6 Control for showing percentage usage

    Hi There, Could someone please point me in the right direction - I have been away from VB6 for a while and I have a specific requirement that I can not seem to obtain using the standard enterprise edition controls. I basically need a column in a datagrid or something similar to a progress bar...
  9. newora

    Dynamically creating multiple arrays at Runtime

    OK thanks - arraylists never entered by head. Thanks again
  10. newora

    Dynamically creating multiple arrays at Runtime

    Hi There, I wonder if somebody could please point me in the right direction - I have been out of the VB .NET arena for some time and I am having a bit of trouble with creating arrays on the fly. The basic task that I need to perform is that I need to dynamically create a number of arrays...
  11. newora

    Binding database table to a datagrid or listbox

    Thanks for the suggestions guys, I will do a bit of 'playing' and see how it looks. Thanks Again.
  12. newora

    Binding database table to a datagrid or listbox

    Hi Again, Thank you for the replies - I think that I should now be able to make a start and sxee what I have. Thanks Again.
  13. newora

    Binding database table to a datagrid or listbox

    Thanks for that - I have had a further review of the website and I found the Teue grid pro but it is quite expensive,as it seems you have to either buy all controls or at least 4 licences. Anyone know of something that would suit someone who has just started up and is strapped for cash!! Thanks.
  14. newora

    Binding database table to a datagrid or listbox

    Hi There, Could someone please give me some pointers as to the best way to achieve the following – I am not really sure whether to use a databound listbox or a datagrid:- I have a database table that has a column in it which indicates whether the row/record should be included in some...
  15. newora

    Datediff and regional settings problem

    Thanks again guys for the assistance - especially Hypetia ( have a star). Seems all nice and simple and logical now to be honest!! Thansk again
  16. newora

    Datediff and regional settings problem

    Sorry guys, just one more query, which I think is the underlying cause of my confusion really !! The routine that I have has to get a date (just a date) from a database table and then needs to get a change of shift time from another database table. I thus need to get the date and time put...
  17. newora

    Datediff and regional settings problem

    Hi again, Thanks yet again for the replies - I was just using the format function to try to highlight my point, which I probably did not do very well!! It just helped to highlight the fact that I was confused !! I think I have got it now thanks guys - as hughlerwill said I think I was getting...
  18. newora

    Datediff and regional settings problem

    Thanks for the replies, but I'am still having difficulties and it is all to do with date values as opossed to strings. I like the idea of using something unambiguous like yy/mm/dd but if I assign the following function call to a date variable then as the format function returns a string, it...
  19. newora

    Datediff and regional settings problem

    Hi there, Could someone please help me with a problem that I thought would be very simple to solve but which is actually turning out to be a real pain and it must be my lack of understanding. I have a function that basically determines the number of minutes between 2 passed dates. This works...
  20. newora

    Problem with cursor position in textbox when it gets focus

    Finally got there (I hope). The following code is used to set the focus to a textbox and then place the cursor at the end of any current contents :- Private Sub setfocus(ByVal ctrl As Web.UI.Control) Page.RegisterStartupScript("SetFocus", _ "<script>document.getElementById('" &...

Part and Inventory Search

Back
Top