Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Divya Rathi

@Divya Rathi
About
Posts
20
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • getting value of specific XML start element
    D Divya Rathi

    I have an XML file which I am reading throuh XMLTextReader. Now instead of traversing every element of XML , I just want to retrieve value of a particular start element. This start element is occusring many times in XML file . How can i retrieve value of only this start element in full XML ? Any suggestions ?? Divya Rathi

    Visual Basic question xml

  • Command to get relative path
    D Divya Rathi

    I have to get the relative path to an excel sheet which is placed in folder where my vb.net project is present. What is the command to get relative path ? Divya Rathi

    Visual Basic question csharp

  • Dynamic Object Names ... how ?
    D Divya Rathi

    Try This .. USe Load function. This function dynamically creates an object & loads it . Divya Rathi

    Visual Basic help data-structures question

  • Printting fucntion
    D Divya Rathi

    use window.print() in javascript Divya Rathi

    Visual Basic tutorial

  • Retrieving UNICODE data
    D Divya Rathi

    when some unicode characters (like sanskrit , chinese) are entered into DB , they are encoded in sense that a character in sanskrti is converted to say "&55;" & then it is stored in db . Divya Rathi

    Database help csharp database sql-server sysadmin

  • asp default button
    D Divya Rathi

    chekc link http://www.porjes.com/idocs/forms/index\_famsupp\_157.html Divya Rathi

    Web Development csharp asp-net question

  • How to Open a notepad from VBA....Urgent
    D Divya Rathi

    why do u explictly need to create notepad ? coz if u want to save data from some text box then there are many file handling operations are there. Divya Rathi

    Visual Basic help tutorial question

  • Sending mail using SMTP
    D Divya Rathi

    You have not created the object myMailServer . You have just declared it Divya Rathi

    Visual Basic csharp com sysadmin data-structures debugging

  • VB6 and excel
    D Divya Rathi

    Excel Spreadsheets determine the datatype of a column, by looking at the content of the first few rows. If it determines that the column is text, then all numeric cells/fields are returned as null and if the column is determined as numeric, then all text fields are returned as null. Divya Rathi

    Visual Basic help com

  • How to Open a notepad from VBA....Urgent
    D Divya Rathi

    /*The following code Opens notepad when a key is pressed . When the up key is pressed , notepad will open */ Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer) Dim keyPress As Double If KeyCode = vbKeyUp Then keyPress = Shell("notepad.exe", vbNormalFocus) End If End Sub Divya Rathi

    Visual Basic help tutorial question

  • DropDownList and SQL question
    D Divya Rathi

    hi I m not telling syntax just the approach 1)in first dropdownlist when u select a product , then retrieve the id of selected item & capture this event of item change . then in this event , retreive the options & populate the second combo 2) for sp create procedure test ( val in , existsval boolean out ) as select count(*) from [table] where value = val if @@rowcount = 0 then /* this value is not there in db */ existsval = false end if return look out for exact syntax of sp Divya Rathi

    Web Development database question sharepoint

  • Microsoft Access driver problem(URGENT)
    D Divya Rathi

    If ODBC is not working , try OLE DB to connect to Access . That is more easy to work . Divya Rathi

    Visual Basic help database question

  • VB.Net to Excel Problem
    D Divya Rathi

    check if Excel 8.0 is installed on that m/c or some other previos verson is installed Divya Rathi

    Visual Basic csharp com testing beta-testing

  • Form.WindowState
    D Divya Rathi

    specify the dimensions / coordiantes of the login window Divya Rathi

    Visual Basic csharp database visual-studio help

  • Using DAO to Create DBASE Files From VB
    D Divya Rathi

    no i dont have code :( as i dont use ODBC . look in google Divya Rathi

    Visual Basic question

  • searching through a site
    D Divya Rathi

    For searching text , you can use Microsoft Index Server .Using it in code will return the pages in site where a particular word exists . But i m not sure if it can return line number . But after getting list of documents in search , perhaps a function can be writeen to find line numbers in those pages Divya Rathi

    Visual Basic com algorithms tools question

  • when does the Sub application_start know when to start?
    D Divya Rathi

    No need to restart IIS daily for purpose of sending mail .Restarting IIS means restarting application . If you want to automatically send email daily , then create a small exe In which can be scheduled to run once in a day .This exe can be created in vb / vb.net . Divya Rathi

    Visual Basic database question com

  • Using DAO to Create DBASE Files From VB
    D Divya Rathi

    Use ODBC Driver for Dbase3 DR

    Visual Basic question

  • checklist on runtime errors in Drive/Directory/File operations
    D Divya Rathi

    thanks !!!!!! The link is exactly what i wanted Divya Rathi

    Visual Basic lounge

  • checklist on runtime errors in Drive/Directory/File operations
    D Divya Rathi

    Can someone provide a checklist on different runtime errors that can occur during drive / directory / file operations ( this is general for any language ) . Divya Rathi

    Visual Basic lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups