Search results for query: *

  • Users: ganesh71
  • Content: Threads
  • Order by date
  1. G

    Crystal Report connection problem

    hi... I am developing a simple window application using visual studio 2005 (vb) which has inbuilt crystal report support in it. I am using a ms access database. I want to use the crystal report using that database file. This mdb file will be in the installation directory after deployment. Now my...
  2. G

    Tab Text not displaying in XP

    Hi... I'm developing a windows application on vb.net 2005. My OS is Vista. In my app. I've used a tab control. The tab control's "Alignment" property is "left". Furthur I've used images on tabs. Now the problem is that when I tested my app. on XP tabs are shown only with the images and text on...
  3. G

    How to show a wait dialog or splash screen

    hi... I designed a application on vb.net 2005. Some of the forms in this application has databindings controls. Now when such forms loads it takes some time. I want a splash screen containg "Please wait" message to appear till the form loads and the wait splash screen would be shown for every...
  4. G

    different view of monthcalendar control in xp and vista

    hi... I am using a monthcalendar control and datetimepicker control in my vb.net 2005 windows applicaion. My operating system is Vista Home Premium. Now my problem is that when I run my application on XP then the view of monthcalendar control changes. I just want that the view of mc control...
  5. G

    how to query from a ms access database

    hi... I am using ms access database in my vb.net 2005 application. the database has a table in which events of a particular date is stored. How could i select a date and query the database for events on that day. I want to use a monthcalendar control for selection of the date.
  6. G

    User Star rating system in website

    hi... I've a website which contains user login control. I want a "star rating system" on my website and which user rated how much would be saved in a database. I'm using vb.net 2005. Please give me a sample code if possible.
  7. G

    collecting information from other website

    hi... There is a official website of a school which shows result of the student when they enter their roll no. in the respected textbox through the website. Now I've also a website and I want that the student enter their roll no. in my website's textbox and the student would be forwarded to the...
  8. G

    problem with screen resolution

    Hi... How to develop a screen resolution independent vb.net application.
  9. G

    problem with data

    hi... I am using a "database.mdf" in my vb.net application. However the data displays correctly but it does not insert or update data.Pls help me. I am using bindingsource & tableadapter inbuilt functions of the toolbox. I'm also using msaccess database in another application. I want that user...
  10. G

    password recovery control not working

    Hi… I am using ASP.Net 2.0 (VB). I used a login control using ms access database. I also used a password recovery control. I don’t want to send password to the user’s mail Id .Instead I prefer it to display the new password on the screen. I am using the code below. Protected Sub...
  11. G

    Language Problem

    Hi… I am developing a software in my mother language (Hindi-Indian). I work on VB.NET (Visual Studio 2005). I used keyboard setting for this language.Now the problem is that the software is not running properly on the another system while it is working very well on which it is developed. I mean...
  12. G

    bgcolor not working properly

    Hi… I designed a software in which I used “active caption” as background colour. Now It works on my computer or current OS but not working properly onto other computers or OS. I mean to say that the background colour goes “dark blue” or some different colour. Kindly help me. Thanks.
Back
Top