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: *

  1. xramaas

    Maxtor DiamondMax 8 - slow in benchmarks

    Yeah! But after BIOS detection, I get UDMA 6 (ATA133) mode notification, although XP says UDMA 5. Is it the drivers? Where can I get XP driver for VIA KT33 Motherboard on HD, if it is?
  2. xramaas

    Maxtor DiamondMax 8 - slow in benchmarks

    Check out your system in XP. Double click on IDE/ATA primary, and tell me waht you see in DMA settings! Says fine under current transfer mode Ultra DMA mode 5. I guess it's ATA100. Check it out!
  3. xramaas

    Maxtor DiamondMax 8 - slow in benchmarks

    Hello. I would appreciate if someone could give me a clue why mz new HDD Diamond Max 7200 rpm, ATA 133 is so slow in SANDRA Benchmark - like ATA66 Drive. When I don't bypass Windows cache, it shows even worse. In XP settings, I've seen it works in UDMA mode 5(should it be UDMA mode 6?) Another...
  4. xramaas

    Server Explorer shows only tables,views & stored procedures. Why?

    I guess your problem lies in the fact that the version of Visual Studio you have is probably Professional. My guess is that, I can' t be 100% sure, the creating & erasing procedures and tables is a feature of Enterprise Arhitect, not sure. But SQL debugging is surely a EA feature, so think of...
  5. xramaas

    Workin with multiple forms problem?

    I've created two forms in my app, and I call Form2 from a Button_Click Form2.Show. It shows first time, and second click raises exception saying can not get rid of disposed object. What is the problem? Should I close the Form2? I also want to share a dataset between these two forms. How to do...
  6. xramaas

    How to get row data with a left mouse click

    Try this. Create a form (try wizard) that shows a single data row from your table, and then add a DataGrid to your project. Then, to view all records in a datagrid, load dataset and perform bind - DataGrid1.SetDataBinding(yourdataset,"yourtable"). This will show all your records in...
  7. xramaas

    How to remove SQL datasase from Server Explorer ?

    What is your version of Visual Studio? Some tasks you can't perform without Enterprise Architect.
  8. xramaas

    Server Explorer shows only tables,views & stored procedures. Why?

    I'm wondering why Server Explorer, when I browse my SQL Server (Enterprise Version), shows only tables, views & stored procedures. In Desktop Engine, everything is present - i.e. diagrams & functions. What is the reason for this? My VB .NET is Pro Version.
  9. xramaas

    Motherboard MS 6526GL - L issue

    Thanks, gargouille. Think I need more RAM? Microsoft is really hungry for it, man. Some people told me that 7200 rpm disk are not so reliable as the old ones - so I've tried to make a configuration which is a compromise between stability and demands it needs to fullfil. My workstation is a HP...
  10. xramaas

    Motherboard MS 6526GL - L issue

    Thanks,man. I've found an entry, but I'm not so happy when I've seen what the board has. Could you please give me some recommendation for an integrated MicroStar board - or other - I really need a recommendation - or of some other manufacturer - on an Intel845 chipset - or a clue to a stable...
  11. xramaas

    Motherboard MS 6526GL - L issue

    Does anyone knows anything about MS6526GL- L Motherboard? I know it's integrated, but I need an office machine which will satisfy needs for Vs .NET application, using SQL server on network, and some work in Office XP. With 256MB DDR, is it a good choice?
  12. xramaas

    How to read data from XML file and display it in a form after loading

    Thanks, I'll try it. If you have some time, I would appreciate some simple code.
  13. xramaas

    How to read data from XML file and display it in a form after loading

    Maybe this is a simple question, but I'm new to VB and I would appreciate if someone could tell me how could I read data from XML file, and display it on my form with just one click. [yinyang]
  14. xramaas

    checking for F10 in a textbox

    How do I send a different key when, for example, Enter is pressed, and I want my form to act as if Tab was pressed?
  15. xramaas

    Memory could not be written error...

    I'm almost certain that behind all my problems is IExplorer 6.0. Could this be the reason for this plague? URL Moniker fails here same,buth on both computers, so I don't think that's the problem. Check out Active Scripting Engine - My Java classes report problems. I tried to fix the...
  16. xramaas

    Memory could not be written error...

    Thanks, Kandid. I tried to mess with my registry, but the day was too long and I had no nerves to search further. However, I have another XP machine in perfect condition and I can confirm that classes wich fail on W2K SRV, fail on XP too, all except CLSID_StdFont & StdPict. My error was ...
  17. xramaas

    Memory could not be written error...

    The problem almost certainly lies in a badly registered COM object. Run OLEVIEW.EXE and under ALL OBJECTS try each instance. Few will raise exception. Could someone check out StandardFont and StandardPicture values and notify, also under COM Library in OLEVIEW CLSID_StdFont and CLSID_StdPict...
  18. xramaas

    Memory could not be written error...

    OK. I saw a probable solution on NT Workstation forum on a same error message. Kandid sent an explanation. This error is probably caused by badly registered COM object. Run OLEVIEW.EXE and in ALL Objects group try to see the content of each instance. Some of them will probably raise an...
  19. xramaas

    Memory could not be written error...

    The problem continues. I get this message whenever I connect a network drive, and after, I get a message to close the Internet explorer, beacuse it made an error. It is irritating that a Win XP comfiguration works perfectly, and a Server, with all it's hardware possibilties, can not browse the...
  20. xramaas

    Memory could not be written error...

    I'm having the same problem on a Win2000Advanced Server with IE6 and Visual Studio Pro installed. It seems that the problem occurs only when I map a network drive and open a file from network. Two types appear : explorer.exe - application error Memory could not be read or written. I have a SP2...

Part and Inventory Search

Back
Top