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 Rhinorhino 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: HebieBug
  • Content: Threads
  • Order by date
  1. HebieBug

    Boot From USB drive getting Error message "bootable device was not found"

    Fujitsu Arrows Tab 0507/PE tablet was running Win 10 until the hard disk (eMMC) would not boot. So thought puppy Linux might be fun to run on it. Downloaded the 32bit ISO and used Unetbootin to put it onto a USB. Changed the BIOS boot priority order so the USB HHD was first but got the Error...
  2. HebieBug

    Lookup field in a table will not allow me to use auto expand

    Hi all, Have a table called students which I want to use as the lookup to a table called [student Attendance]. In the table [student Attendance] I have a field called student which I use the lookup row source SELECT Students.ID, [Students].[Last Name] & ' , ' & [Students].[First Name] AS...
  3. HebieBug

    Macbook screen problem

    Hello everyone, My wife has a macbook 2009 which has a screen problem. On boot it will show apple logo and then it loads to the desktop. The screen then goes blank and the apple graphic on the outside of the lid stops illuminating. I know that it continues to run as I can hear the skype startup...
  4. HebieBug

    keyboard errors

    Gday, Have upgraded from xp to 8.1 PRO (64bit). The strangest thing has occurred if I use certain keys it will give me 2 letters or numbers output. An example if I type q then I get qw. It only has to do with a certain part of the keyboard. Here is the list 1 = 12 2 = 12 q = qw w = qw a =...
  5. HebieBug

    Listbox not acknowledging a selection

    Got a real Bizarre one. Am populating a list box via linq. Just have a button that should tell me the listbox id via a text box. But when I push the button it states that the selectedItem is nothing. The data is being sent to the listbox. It is almost like the listbox is stating that nothing is...
  6. HebieBug

    DOS script -- disable or mute microphone

    Working on a dos script that disables/enables a few devices. Using development app called devcon. Heres a sample devcon disable *"%webcam%"* Thing is that the device in question (microphone) comes up as a bundle being it is the speaker and the microphone in one. So if I disable "Realtek High...
  7. HebieBug

    change file summary

    Am working on a small bit of code that produces a list of all files inside a designated folder. It puts the list into excel with some of the file summary items ie title, author. Am currently using FileSystemObject to get the info. I then want to do some modifications by hand. After the...
  8. HebieBug

    removal of exchange 2000 scheme

    Am attempting to proform an upgrade from AD 2000 to 2003. The upgrade process requires that the exchange also be upgraded from 2000 to 2003. During an upgrade process from exchange 5.5 to 2000 at the last moment it was decided to not proceed. The Microsoft Active directory connector was...
  9. HebieBug

    Restore to different server

    Am doing a test restore of one of our servers. Domain member, F/s Created the base build and installed remote agent. old server is called server and new server to be restored to is restore2 What I would like to do is roll the entire backup onto of restore2, then take it off the production...
  10. HebieBug

    ACL changes from XP produce error

    Am trying to allow uses from XP to make changes to the permissions of files and folders from samba share. Have it at a testing stage where there is a share called sharepoint (shown below). Inside the share is a folder called "New folder" with current permissions (777 administrator domain users)...
  11. HebieBug

    class to be held active (like showdialog)

    A little bit of a bizarre one. App opens with sub main and calls a class called channel_manager which then starts threads up of the channels that I am working with. What currently happens is I call on channel_manager which starts up threads and then goes back to sub main and then closes the...
  12. HebieBug

    onevent when process starts

    Can currently get list of all processes running on workstation using System.Diagnostics.Process.GetProcesses thats not a problem. I would like the app to be notified (onevent) when a new application starts in memory. Does anyone know how to do this ?
  13. HebieBug

    one cookie multiple web sites

    Heres an interesting one. Got a security app that we are working on. One of the features is to allow the user to go to many of our intranet/internet sites and not have to login multiple times. Is it possible to use one cookie which could then validate them accross these sites? Lets say that the...
  14. HebieBug

    Cryptography problem returning the encripted value and decripting

    Have got a slight problem. what I do is encript a string and then produce a UTF8 value. To then decript was planning on taking the UTF8 value and converting it into a byte array to then toss it in for decription. The bit array takes the encripted value and breaks it up without a problem The...
  15. HebieBug

    finding what URL the browser came from

    Wondering if anyone could help me out with a bit of code. when the user loads our page we need to know which URL they came from. Anyone have any ideas on how to get this info?
  16. HebieBug

    W2k mig -- Domain tree operaitons showing as SID id

    Got a very interesting one here. We brought a replacement machine into our enviroment and proceded to set it up a a secondary GC DC. We demoted the old server (GC DC) and looked like everything was fine. Went into the Active directory replication monitor to see if the roles for the new server...
  17. HebieBug

    Creating A work flow program

    Am looking to make my own work flow program. It is to be used for alocation of phone calls to hunt groups ect for it's first role. Then onto company workflow desision making sending emails that sort of thing. Have examined Visio's ability to backend it's self into a database. Have also checked...
  18. HebieBug

    Using DTS passing global recordset to MSMQ

    Am using an SQL task to get a recordset returned then putting the output into a global variable. Passing it to a message Queue task where it places the global quite happily into a public message Queue. I then run a VB app that can read the Queue. The vb app then bombs and states that the body of...
  19. HebieBug

    run application on SQL query, trigger

    Was wondering if anyone knows how to run an application from the query analizser? Eventually it would be a trigger that on insert it would startup an application that would take the record from the SQl server and start working with it. In the past as developers we have just setup an application...
  20. HebieBug

    isql update records through text file

    I would like to run a query from isql that will update records from a text file. Lets say I have a table called table1 with the fields id --> incremental primary key Name --> varchar(30) I then have a test file in the format 10|something| 22|somthing2| 44|lala| Through isql the first cell...

Part and Inventory Search

Back
Top