Search results for query: *

  1. G

    Question Set Focus

    I didn't understand why you need to have focus on first datagrid when you choose second tab. Choosing second tab will display the controls in second tab. If you want that when tab displayed the focus is set to datagrid then you should set focus to datagrid in tabcontrol selected event like...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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.
  8. 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...
  9. G

    Question Do you know any free webhosts supporting ASP.NET?

    free webhosting Yes... Quantasoft Web Hosting - Web Hosting It hosts the website free and your domain would be like "name.qsh.eu".
  10. G

    problem with data

    hi cjard... I read ur FAQ about database. It's a nice article. Now I do the same things as u suggested ie. I set the database to "copy if newer" (my database is "database.mdf"). But i am facing the same problem ie. in my application the messagebox of successful updation is shown but when i...
  11. G

    problem with screen resolution

    Hi... How to develop a screen resolution independent vb.net application.
  12. 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...
  13. G

    search engine on my web page

    try google custom search facility hi... Try google custum search facility. It provides a custom search to integrate with ur website. :) Google Custom Search Engine - Site search and more
  14. 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...
  15. G

    Question Compare Date

    hi zahir... here is the solution code... Private Sub DateTimePicker2_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker2.ValueChanged If DateTimePicker2.Value < DateTimePicker1.Value Then MessageBox.Show("DateTimePicker2 value...
  16. G

    Good VB.net tutorials

    Links for tutorials Hi... Here u can find the video tutorials for vb.net. Just download and learn. u cn also find a lots of tutorial about .net on microsoft's official website msdn.microsoft.com--Learning section.Link is as below... Visual Basic Express - Learn
  17. 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...
  18. G

    Redirect after MessageBox.

    Hi Reder… Instead using javascript u cn use vbscript in your asp.net page. After displaying msgbox u cn use a button called “OK” and when use press the button it’ll redirect to your desired webpage. Example is here… Protected Sub Button1_Click(ByVal sender As Object, ByVal e As...
  19. 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