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 wOOdy-Soft 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: hayt
  • Content: Threads
  • Order by date
  1. hayt

    weird Blue Screen - no info

    I am getting a blue screen pretty randomly, and it really does not give me a whole lot of info, plus it does not add anything to the minidump folder. the stop code is a F4 (0x000000F4) the the addresses after the code are usually different. (i seem to have lost the paper that i was using to...
  2. hayt

    Stop 7A and Stop 77 BSODs

    I recently built a new system with the following specs: AMD Athlon64 X2 5200+ AM2 Foxconn C51XEM2AA AM2 Mainboard 590 SLI 1 Gig Kingston Hyper-X DDR2 800 (PC2 6400) RAM XFX GeForce 7950GT 512MB GDDR3 PCIExpress X16 Video Card 2 Wester Digital Caviar SE16 320 Gig 7200RPM Sata 3Gb/s HDD I am...
  3. hayt

    Dataset update/insert issue

    I am using a dataset connectet to an access db (for testing). The way in which i process updates and deletes is to send the sql to the db (using executenonquery) and update the datarow in the dataset. it works great! my only problem is that when i process an insert (the sql works great) i...
  4. hayt

    datagrid and multiple datarelations

    I have been searching all day for a solution, and cannot find an answer. I have a dataset, with 16 tables. The tables are all linked in some fasion (thorugh other tables). I am trying to display data from one table in specific (lets call it tableA). tableA has 5 lookup tables and 7 foreign...
  5. hayt

    Device Manager Empty

    I have searched everywhere for this solution, and have had no success. I am running XP Home on a Celeron 2.4 (i know that "Home" is my first problem) The device manager is empty, and my dialup service sees my modem as in use by another program (as the port must be open). The phone and...
  6. hayt

    tie in with Word Dictionary

    Is there a way to tie a vb.net app with the ms word dictionary??? what i want to do is take in a string, and do a spell check on it. I've searched all over, but maybe i am just entering bad criteria. If anyone has any idea, code, advice, it would be appreciated hayt
  7. hayt

    setup project

    I have no idea where to post this...but here it goes: i have created an msi in Vs.net and i run a custom vb.net action in my msi. my problem is this: my msi is run from a network share, and installs the files to the local machine (one being the vb.net exe) i need to get the path of the msi...
  8. hayt

    Get Global Address List w/o Outlook

    I have what might be a very odd question. Does anyone know how to access the Global Address List on a machine that does not have Outlook? I have read hundreds of html pages and articles, but this subject is one of the worst documented subjects i have researched. I have read that it should be...
  9. hayt

    .net security

    I have no idea what fourm to ask this question in, but here goes: I am trying to write a script that will change the .net security setting for trusted sites to full trust. I have tried looking at the caspol documentation, and much to my lack of surprise, the documentation is pretty terrible...
  10. hayt

    windows hotkey event

    Can anyone tell me how to stop windows from processing a hotkey?! I am trying to capture keys, and if the user presses win+E the explorer window opens. I just want to capture the keys and NOT open explorer. any ideas? I think in vb6 you could set the keycode property to 0, but that property...
  11. hayt

    Hard drive missing file table?!

    I recently got a new maxtor 200 gig HD, and have been using it for about a month in my system as my primary master and boot drive. I am running win2k. Last night, i was testing some new codecs on my machine, and transfering files from a dvdrom to a second drive when my system rebooted. when...
  12. hayt

    Excel + VB.net = Whaaaaa?

    I have written a dll in vb.net that SHOULD take a dataset as an argument, and place some of the data into an excel file based on values in the datacolumns. Here is the problem i am having. I have an excel file with the formatting, and labels in the correct cells (like a template). I then run...
  13. hayt

    really weird issue with xp and vb.net

    I have a program that uses a string array, and executes a process based on the values in the array. There is a line of code that is: if strArg(0).toUpper = "COPY" then 'do stuff else 'do different stuff end if This works great in win2k environment, but in XP it will not execute the...
  14. hayt

    word 2003 does weird stuff w margins

    i have a document, that i created in word2k well, i have upgraded to 2k3 and xp from win2k and word2k, and now my document seems to have an extra inch of space on the right. the ruler at the top of the page does not go to the end of the page. when i go to print preview, the page looks like...
  15. hayt

    problems with setting cursor

    I have an application where i want to set a custom cursor for the life of the application instance. However, there have been several snags. first, and most importantly, i cannot seem to get this line of code to work: cursor.current = cursors.default nor can i get variations to work (ones...
  16. hayt

    select random value from table

    does anyone know how i can select a random value from a field in a table (using odbc)? i generate a recordset based on a value in a column, and now i need to randomly select a value from another column in one of the records in the recordset. any suggestions?
  17. hayt

    need help getting open sessions

    is there a way to return the users that currently have open sessions or open files on a local machine? i intend for the application to pull the users that have open files on the local machine (hosting the app, not their machine). please please please someone help. i can find absolutely NO...
  18. hayt

    get users currently connected to local machine

    is there a way in vb.net to get a list of users that are currently connected to the local machine??? if so, how?
  19. hayt

    rowfilter not working on datatable populated from view

    i have a datatable that is populated from a database view (not a table), and i have a datagrid bound to the datatable. i am trying to do a defaultview.rowfilter, and it isn't working. i know my syntax is correct as the filter used to work on a datatable populated with the same data (but from a...
  20. hayt

    combobox selectedtext command not working correctly

    I am having an issue with a combo box. I have a list of strings set from a lookup table, and i set the combobox's selectedtext at runtime. the problem is, that the box dispays the selectedtext concatenated with the first item in the list. any ideas????

Part and Inventory Search

Back
Top