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!

Recent content by xramaas

  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...

Part and Inventory Search

Back
Top