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 Wanet Telecoms Ltd 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: *

  • Users: newora
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. newora

    Problem with cursor position in textbox when it gets focus

    Hi There, Apologies is this is another stupid newbie query, but I have been searching the web for about an hour and can not find anything to help me out - did find lots of interesting ASP .NET stuff though, so not a waste of time!! I have a textbox on a webform that has some text placed into...
  7. newora

    Newbie question on setting focus

    Hi There, Apologies for this simple and stupid question but I have only just started looking into ASP .NET (been meaning to do it for 3 years and only just found some spare time in between projects !!) I am trying to develop a small web interface that will allow me to setup / change registry...
  8. newora

    Recompiling stored procedures after table chamges

    Could somebody please help me with something that I have just come across and I feel that I am missing a major issue. I have just changed a database table structure and I forgot that some stored procedures that I have on the database use this modified table. To be honest I forgot that the...
  9. newora

    Changing Report table name at runtime

    I wonder if someone could please help me with regards to an issue that I am having with Crystal Reports 6 (still yet to upgrade I am afraid). I have created a report with just one Oracle database table on it. This table is effectively a 'template' table and at runtime when the user runs the...
  10. newora

    Changing report database table name at runtime

    I wonder if someone couold please help me with regards to an issue that I am having with Crystal Reports 6 (still yet to upgrade I am afraid). I have created a report with just one Oracle database table on it. This table is effectively a 'template' table and at runtime when the user runs the...
  11. newora

    Creating a unique database table name

    Hi There, I wonder if someone could please help me with a problem that I seem to be unable to get clear in my mind. I have an application that needs to create a uniquely named database table (from an existing know table that I am using as a 'template'). I thus thought that there may be a...
  12. newora

    Auto Check for Program Update - Design Query

    I wish to place an option into my developed application, like most apps have nowadays, to check for the availability of an updated version of the software. I am really after some basic information as to how people have done this. My initial thought would be to have a file on an FTP site and...
  13. newora

    MDI Application - controls on child forms

    Hi There could someone please point me in the right direction please, as I am stick again !! I have an MDI application and each child form has a print button on it - always called cmdprint. What I wish to do is have a menu option on the parent form called print and clicking on this calls the...
  14. newora

    use of validating event

    Hi There, Could someone please help me with regards to the design of my routine and the use of the validating event. I have two comboboxes on a form, along with some other text boxes and an OK button and a cancel button. I have setup the validating event for both comboxes, to verify the...
  15. newora

    populating a DB Grid With Columns from 2 different tables

    Hi There, I have been trying to protype this for a few hours and do not seem to be getting anywhere, so could someone please help point me in the right direction. I have a DB table that has 2 columns in it - I only wish one of these columns to be displayed in the DB grid. I also want another...
  16. newora

    Alternatives to using the exp/imp utlilities

    I wonder if someone could please give me a pointer as to where to start loking as I undsertand what I need to do, I just can not see how to do it!! I have been told that the DBA no-longer wants developers using the Imp /exp facility and instead to use SQL scripts for updating the database so...
  17. newora

    Chnage the font colour of a single listbox item

    Hi All, I wonder if anyone could please help me - I have tried searching and not come up with anything. I have a listbox which can be populated with between 1 and 100 items. What I wish to do is change the font colour (and maybe also make it bold) of an individual item in the listbox (the...
  18. newora

    memory Errors using memtest on 2 lots of RAM

    Hi There, I wonder if soembody could please give me an option. I have now had 2 lots of memory modules put into my PC (P4 3Ghz using a Foxconn 661FX7MF motherboard) and I still have a problem with the PC just rebooting itself wihtout any warning. When I run memtest and the Microsoft memory...
  19. newora

    Newbie stupid question

    Hi There, I am just making the move over to ASP .NET from Windows C++. I have only read a couple of books so far, but I can not see an answer to a very simple question that has been bugging me ever since I started thinking of re-developing my apps for a web based environment. The basic thing I...
  20. newora

    Retrieving file properties of a file on a web server

    Hi There, I wonder if someone could please help me with an issue I am having with regards to getting the properties of a file on a remote web server. I have only been using VB .NET for a few months and I am still trying to get used to the loads of classes that are exposed via the framework...

Part and Inventory Search

Back
Top