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
_

_NinethSense_

@_NinethSense_
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Source code comment line removal
    _ _NinethSense_

    Try RegEX - Regular Expressions for finding and removing. PraVeeN NinethSense.com/blog/

    Web Development javascript html hardware tools xml

  • Any example, article on GhostScript and VB.NET?
    _ _NinethSense_

    First you need to set the printer to one that can either generate Postscript, or to something like RedMon that can directly output to Ghostscript. Second, you need to script Word to print. PraVeeN NinethSense.com/blog/

    Visual Basic csharp tutorial question

  • How to show a fit size of jpg
    _ _NinethSense_

    Change the SizeMode property of PictureBox to StretchImage. PraVeeN NinethSense.com/blog/

    Visual Basic question help tutorial

  • insert values in datagrid
    _ _NinethSense_

    Update DataSet and bind the DataGrid PraVeeN NinethSense.com/blog/

    Visual Basic database help

  • Access Connection Issue In VB.Net
    _ _NinethSense_

    aap.config You have to "add new item" for this. Specify the connectionstring there. Example: <configuration> <appSettings> <add key="Provider" value="MSDAORA" /> <add key="DataSource" value="DBTest" /> <add key="UserID" value="Lavanya" /> <add key="Password" value="Password" /> <add key="MailServer" value="EXCH.XYZ.COM"/> </appSettings> </configuration> or <connectionStrings> <add name="ClaimEZ.My.MySettings.BACFConnection" connectionString="Data Source=MYSERVER;Initial Catalog=MYDB;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="MyDataLayer.My.MySettings.BACFConnection" connectionString="Data Source=MYSERVER;Initial Catalog=MYDB;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> PraVeeN NinethSense.com/blog/

    Visual Basic help csharp database

  • Installed MS Office, how to show document in window form?
    _ _NinethSense_

    Try this simple thing: Add reference to the COM Component "Microsoft Word xx.xx Object Library". Dim wa As New Word.ApplicationClass Dim doc As Word.Document = wa.Documents.Open("C:\test.doc") MsgBox(doc.Content.Text()) PraVeeN NinethSense.com/blog/

    Visual Basic question tutorial

  • HINDI FONT PROBLEM
    _ _NinethSense_

    Go with UNICODE or Dynamic Fonts. Microsoft Web Embedding Fonts Tool - WEFT -> http://www.microsoft.com/typography/web/embedding/weft/default.htm[^] PraVeeN NinethSense.com/blog/

    ASP.NET csharp asp-net help

  • problem with Treeview
    _ _NinethSense_

    Check http://www.15seconds.com/issue/041117.htm[^] PraVeeN NinethSense.com/blog/

    ASP.NET csharp question dotnet visual-studio design

  • load a page within a page
    _ _NinethSense_

    Check this out : http://www.htmlhelp.com/reference/html40/special/iframe.html[^] Also you may check "AJAX" concepts if you wish. PraVeeN NinethSense.com/blog/

    ASP.NET javascript help question
  • Login

  • Don't have an account? Register

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