Search results for query: *

  1. S

    Developing vb.net mobile application

    VB.net windows application: I'm new to developing mobile application. I want to develop the database driven mobile application. Most of the wap enabled devices should be able to use my application. And my phase one plan would be Send the SMS with beep as soon as my DB is updated And get the...
  2. S

    Strong type casting

    Asp.net: When I upload the code on the live server, I get errors due to the type casting. As the local server ignores the type casting errors (may be in stored procs or code), I can't trace those easily on local server. So I want to enable the strong typecasting in local server itself which...
  3. S

    Counting no. of visitors online

    Asp.net 2.0 : I have developed a page that displays the count of no. of visitors online. It works fine in the local network server but when I uploaded it on Live server, it shows me the incremented count for every visited page instead of the session start. My code in global.asax is like this...
  4. S

    Publish website

    Asp.net: With microsoft visual studio, I am not able to publish website. When I open a website and build it, it succeeds. After publishing it, it does not create any directory in the path given. The folder remains empty. What might be the reason behind it ? I have : Microsoft Visual Studio...
  5. S

    Fetch the control name in javascript

    Asp.net 2.0 : Can I fetch server control name in javascript as it can be done in asp , document.frmList.getElementById("list") Thanks.
  6. S

    Export tables along with constraints

    I am using sql server 2005 management studio to export the data. 1. Firstly,When I export the data in the table, in the destination table I find the records are shuffled. The corresponding fields values are correct. But I dont see those sorted properly on PK as it was in source table 2...
  7. S

    DB diagram in sql server

    How can i create the database diagram in MS SQL server management studio version 9.0 I don't want to use SQL server 2000 enterprise manager,as i don't have the licensed copy of it. Any soln?
  8. S

    Check box control with images

    VB.Net windows application: As I am using the image as form background, I want to keep the check box images that go along with the form design. Basically, it's mulitple choice questions application. And I am using the check box control for the same. The alignment is not proper when i use...
  9. S

    phpBB 2.0 (for blogs) with asp.net

    Can I embed/interface phpBB 2.0 (for blogs) in asp.net website ? If yes, how? How I can maintain the sessions,cookies? Thanks.
  10. S

    Datagrid,checkbox list control background

    VB.net application: How could I keep the datagrid and checkbox list control background transparent? When I use it, it takes white background. My background image/form image contains gradient effect. Regards.
  11. S

    Forms looks consistency

    I am using the background images in my application. And I want different labels in my application with some defined colors eg My every title in application should be of verdana 14pt Blue color, subtitile in arial 12pt Black color. In short I want to implement it silmilar to .css in web pages.How...
  12. S

    Form background image

    VB.NET: I am fetching data from DB and displaying on the form. My form has the image background and to display my data I can't take the label control as it does not support the multiline property. So I've taken text box but I am not getting the background image displayed as text box does not...
  13. S

    Customized tooltip

    Can I add customized tooltip (image/balloon) to my image button in VB.net ? Regards.
  14. S

    Button control with runtime caption and tooltip

    VB.net : How can I add a column in datagrid with Button as a control ? I want to assign a caption and tooltip runtime for each button in the column.
  15. S

    Live updates control

    Hi, I've developed an application in VB.net wherein I'm providing the Online updates. As my application exe and online updates exe are different I can't continue with the previous form in application. After online updates my application starts again instead of continuing from the same form in...
  16. S

    Text to speech control

    I want to write a control that converts text to speech. I don't understand how to proceed. Please help. Regards.
  17. S

    Shaped form in VB.net

    “I've created the shaped form in VB.net setting the background as the image with stretched property. I've set the transperency key with the magenta color. The form appears good under 24 bit color depth but 32bit color depth shows the color around the round corners of my form. Is there any...
Back
Top