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
A

anom2m

@anom2m
About
Posts
14
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sending parameter while installation
    A anom2m

    hi all, i create installer class that will run while installation but it will receive value from user during installation what is the proper way for this? thank you

    C# question

  • Run Sql Script While installation
    A anom2m

    thank you Ramana, can u tell me how to get the SQL server name dynamically of client machine in this script

    C# database tools question

  • Run Sql Script While installation
    A anom2m

    Hi all, I have many SQL Stored procedures that i need to run before my program start ,so i need to run them while project installation ,how can do this? your support is highly appreciated thank you

    C# database tools question

  • How to Execute sql script in vb.net
    A anom2m

    you can use Imports System.IO public sub RunSQL Dim conn As New SqlClient.SqlConnection Dim sqlCmd As New SqlClient.SqlCommand Dim sqltxt As String conn.ConnectionString = ("Data Source= " + DS + " ;Initial Catalog= " + DB + ";Integrated Security=True") conn.Open() sqltxt = System.IO.File.ReadAllText("SP.sql") sqlCmd.CommandText = sqltxt sqlCmd.Connection = conn sqlCmd.ExecuteNonQuery() conn.Close() this code will read the file once and execute it

    Visual Basic database help csharp tools

  • Entry point for uninstall
    A anom2m

    i create new class that display warning message if he find string in text file and this code inside Sub of the class so how can i call this function from the dll in the setup project while uninstall Code : Imports System.IO Imports System.Windows.Forms Public Class Uninstall Dim str As String Public Sub FixDynamics() str = System.IO.File.ReadAllText("Test.txt") If str.Contains("Auto") = True Then MessageBox.Show("Exist txt") End If End Sub -- modified at 3:26 Thursday 25th May, 2006

    Visual Basic question

  • Entry point for uninstall
    A anom2m

    Hi all, i need to edit file on the target folder and this editing must run in Uninstalling this program what exaclty shall I do?

    Visual Basic question

  • Sql File in DLL problem
    A anom2m

    thank you Rizwan , can u guide me how to do the encryption? so that when file exist in the customer's machine can't be opened!!!

    Visual Basic database tools help question

  • Sql File in DLL problem
    A anom2m

    Hi all, i have SQL script that i will execute it in class and i have to add this SQL file to the class ,but i need no one else see this file ,so i make the copy option to be"Do not copy" , but i use this file to read from it ,so when i use the created dll in another solution , it can't find that file what exactly shall i do? your answers will be appreciated Thank you

    Visual Basic database tools help question

  • fill datagrid
    A anom2m

    hi all, i want to fill datagrid from table in vb6 ,please help thanx:confused:

    Visual Basic help

  • converting from numbers to words "Crystal reports"
    A anom2m

    thank you for help accually i know this function but i need an algorithm to appaly this function as it is only used for english language and i want it for arabic so it must be done step by step and the main problem that crystal does't support recursion thank you again

    Visual Basic

  • converting from numbers to words "Crystal reports"
    A anom2m

    hi i need to know how can convert from number to words thank you

    Visual Basic

  • Crystal reports"Numbers to words"
    A anom2m

    hi i need to know how can convert from number to words thank you

    Visual Basic

  • Control Location
    A anom2m

    hi all, i have a text box in screen of Great plains Product and i want to detremine it's location accroding to the windows screen ,how can i do this? as i really need it thank you

    Visual Basic question

  • register Ocx while setup project
    A anom2m

    try to use property called register for that ocx and make it comselfregister

    Visual Basic csharp workspace
  • Login

  • Don't have an account? Register

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