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 Chriss Miller 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: mthakershi
  • Content: Threads
  • Order by date
  1. mthakershi

    Win 2k server event 7123 and 20035 every few seconds

    Hi all, I have win 2k server SP4 as PDC. Since a week I've been getting these two errors in 'System log'. And it repeats every few seconds. ----- Event 7013 Source Service Control Manager Type Error Description The Remove Access Connection Manager service terminated with the following error...
  2. mthakershi

    Cash register type data entry in c#

    Hi everyone, Does anyone know a good third-party control or code or library that does cash register like data entry in C# 2.0? I need to do this in textboxes as well as datagridview. So if the user types 1459, it should convert to 14.59 Any help is appreciated. Malay Thakershi
  3. mthakershi

    DataGridView EditingControlShowing Cells blackout

    Hi all, It would be great if some can help me solve this mystery. I have a DataGridView in C# windows application which uses .NET 2.0. The gridview has a combobox cell, two textbox cells and 2 hidden cells. I have written EditingControlShowing event handler to add a SelectedIndexChanged event...
  4. mthakershi

    Old XDB files?

    Hi everyone, I have Symantec AntiVirus 9.0 on WIN2K server. Today I noticed that there are almost 4 GB of .XDB files directly under my c:. Example: VD1DC809.XDB. All files start with VD. The most recently modified file out of these is in May 2006. Can anyone tell me what are these files for...
  5. mthakershi

    C# word automation richtextbox nested tables issue

    Hi everyone, I am trying to show a RTF document that has nested tables (2 levels) in my c# windows application. The control I am using to display this RTF is RichTextBox control that comes default with .NET framework 2.0. The problem is it won't display the nested table as it does when I open...
  6. mthakershi

    Datagrid: How to achieve multiple selection in a windows application?

    Hi, I am trying to achieve multiple selection like the following in my datagrid in a windows application. Select Col1 Col2 Val1 Val2 Val3 Val4 This could be done by having a check mark button under the select column or simply by retrieving currently...
  7. mthakershi

    .NET application installation disturbs excel add-ins

    Hi, This looks like a combination of .NET and Office version issue. Here is my problem. I have a .Net application using office components such as word, excel, and access. I also have my setup prepared in .NET which is not at all hi-fi. It detects the following Interop and COM assemblies...
  8. mthakershi

    Datagrid Scrollbar does not get enabled

    I am using a Datagrid control in a C# windows application. I don't know why but the scrollbars (vertical and horizontal) won't get enabled even though there are many rows and columns to scroll. It stays visible though. I have to manually enable the scrollbars by resizing or sorting any of the...
  9. mthakershi

    Netgear WG111 issue

    Hi, I have a Netgear WG111 USB wireless adapter. I bought it for 90$ and thought it is one of the high end products. The problem I am facing is it is not working well in the wireless environment that I have at my place. There are simply too many factors (network config, OS, card itself). If...
  10. mthakershi

    Can I detect Digital Vs Analog line?

    I have one VB program that works with RAS lines. If the line is analog it works fine. If the line is digital (whoever introduced digital lines in phones was not so smart to let other programs work with it), RAS does not work and throws some error that I cannot trap even. Is there any way to...
  11. mthakershi

    Urgent! P2BBDE error!

    Hi folks, I really need help on this. I am using latest version of P2BBDE.DLL file and it is database driver in my report. I did so much R&D and search on web to figure out the 'Access Violation' issue it throws. On Windows 2000 & XP machines, when I try to generate the report, it throws...
  12. mthakershi

    Help - tab order does not work in DLL forms!

    Hey Friends, I am facing very strange but simple to understand problem with Borland C++. I have some screens in DLL. I invoke them from EXE. Those forms are MDI children. I am able to show them and achieve the functionality. The problem is tab order does not work at all. Users cannot move from...
  13. mthakershi

    Help - tab order does not work in DLL forms!

    Hey Friends, I am facing very strange but simple to understand problem with Borland C++. I have some screens in DLL. I invoke them from EXE. Those forms are MDI children. I am able to show them and achieve the functionality. The problem is tab order does not work at all. Users cannot move from...
  14. mthakershi

    Lock file has grown too large error

    Hi folks, I am using Paradox database with Borland C++. This is the first time I am using both of them. So I am little bit scared when I face errors. Executable and database are in different directories. When I am running the EXE it generates Paradox lock file in same directory. Once it...
  15. mthakershi

    Access violation in P2BBDE.DLL error

    Hi Friends, I am using Paradox, BDE and Borland C++ on one project. And I am getting 'Access violation in P2BBDE.DLL at some read address' error when I try to do database operation that involves large amount of data. I found solution for this on Crystal Report website. They have 132 KB...
  16. mthakershi

    Access violation error with P2BBDE.DLL

    Hi Friends, I am using Paradox, BDE and Borland C++ on one project. And I am getting 'Access violation in P2BBDE.DLL at some read address' error when I try to do database operation that involves large amount of data. I found solution for this on Crystal Report website. They have 132 KB...
  17. mthakershi

    Lock file has grown too large error

    Hi folks, I am using Paradox database with Borland C++. This is the first time I am using both of them. So I am little bit scared when I face errors. Executable and database are in different directories. When I am running the EXE it generates Paradox lock file in same directory. Once it...
  18. mthakershi

    Data source name not found and no default drivers specified!

    Hi all, I have never connected to Paradox in my life. I need to use it with ADO in a project. I came to know that it needs BDE 5.1 and ADO 2.6 library. I have those. I am using following statement to connect to the database. I have already installed Paradox 9.0 on my system. pCon.Open...
  19. mthakershi

    Distributing CR runtime files for web project!

    Hi All, This is may be a silly question but it would be great if someone can answer it. We have developed web site (ASP / IIS 5.0) that uses CR 7.0 to generate reports. We as a software company possess CR 7.0 software. But unfortunately the clients seem to not have their own CR 7.0 software...
  20. mthakershi

    Internal Server error on first hit to Report.asp!

    Hi Guys & Gals, I am again here looking for some help. Here is the configuration of my web site. I am using IIS 5.0 and CR 7.0 on my web server. My report is ODBC based. I have created system DSN on web server that is of SQL server and client configuration is TCP/IP. My web server IP is...

Part and Inventory Search

Back
Top