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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
T

taherjaorawala

@taherjaorawala
About
Posts
26
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • insert statement
    T taherjaorawala

    in an insert statement how to insert a row when all the values are not supplied please help Thanks

    Database help tutorial

  • get sql instance name
    T taherjaorawala

    Dear friends, How to get the sql instance name running on the computer in window form in vb.net Thanx Taher

    Visual Basic csharp database tutorial

  • VIA Provider error in SQL Server 2005
    T taherjaorawala

    Thanks, but sql is not configured in ODBC Manager so I cannot connect to sql server. So how should i configure sql in odbc manager. and when i tried to configure it it was giving me the error as quoted in the query. How should i solve it.

    Database help csharp c++ database

  • VIA Provider error in SQL Server 2005
    T taherjaorawala

    Dear Friends I have installed SQl Server 2005 on windows xp sp2 but when i add SQL Native Client in ODBC i get the following message SQLState: '8001' SQL Server Error: 126 [Microsoft][SQL Native Client]VIA Provider: The specified module could not be found. Connection Failed: SQLState: 'HYT00' SQL Server Error: 0 [Microsoft][SQL Native Client]Login timeout expired Connection Failed: SQLState: '8001' SQL Server Error: 126 [Microsoft][SQL Native Client]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. TESTS FAILED! Please guide me as to what can be done to solve the problem i am not able to connect through the application developed in vb.net. thnxs.

    Database help csharp c++ database

  • Connecting to the server
    T taherjaorawala

    Dear Friends, I want to connect to the SQL server 2000 from my second PC so what should I install client or server and how to connect to the server and with what setting. Please help. taher

    Database database sql-server sysadmin help tutorial

  • Deploment project
    T taherjaorawala

    Dear friends, I have made the deployment project. Now I want toplace the uninstall icon in the program floder so when the user clicks ont he uninstall icon the setup should run. the user must not have to go to add/remove program to uninstall the program. how should i do it???? Thanks Taher

    Visual Basic sysadmin question workspace

  • deploying the files
    T taherjaorawala

    dear friends I have made setup n deployment project. I want is that when the location is selected for the application the location must be saved to the registry eg. "C:\Program File\new software". so how should i achive this. please help me out. thanxs in advance Taher

    Visual Basic sysadmin windows-admin help workspace

  • edit a string
    T taherjaorawala

    the string contains some value eg. a,b,c,d,e I want to replace 'a' to 'f'. can we do it and if yes please guide me as how to doit? thanx Taher

    Visual Basic tutorial question

  • Checked List Box
    T taherjaorawala

    Dear Friends, I have ckecked list box in the form but it should work as a radio buton. the user can only select one option fom the checked list box. How can I do it. Please help. Thanx in advance. Taher

    Visual Basic

  • how to create
    T taherjaorawala

    about this I have already tried out this it woks well if the database is in sql 2000 but if the database is to be created in sql 2005 it does not allow. to solve the problem i have tried out many way but could not get it so can explain with some example. thanx for the support taher

    Visual Basic database csharp tutorial

  • sql database
    T taherjaorawala

    I am using vb.net as front end I want to make database at runtime and name the database whatever user wants plase help

    Database database help tutorial

  • sql database
    T taherjaorawala

    how to create sql database wit userdefined name at run time. please help thanx taher

    Database database help tutorial

  • how to create
    T taherjaorawala

    how to create sql database in with userdefined name at runtime through vb.net

    Visual Basic database csharp tutorial

  • create sql database
    T taherjaorawala

    dear friends I have developed an application, when the user clicks on create new file the it should create a sql2005 database file with the user defined name? how should i achive it thanx Taher

    Visual Basic database question

  • vb.net
    T taherjaorawala

    but u cannot go back to the previous question u can only navigate the next question

    Visual Basic csharp

  • vb.net
    T taherjaorawala

    just copy paste the code which I think that can solve your problem this is the designer file _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.GroupBox4 = New System.Windows.Forms.GroupBox Me.GroupBox6 = New System.Windows.Forms.GroupBox Me.GroupBox7 = New System.Windows.Forms.GroupBox Me.RadioButton25 = New System.Windows.Forms.RadioButton Me.RadioButton26 = New System.Windows.Forms.RadioButton Me.Label7 = New System.Windows.Forms.Label Me.RadioButton27 = New System.Windows.Forms.RadioButton Me.RadioButton28 = New System.Windows.Forms.RadioButton Me.RadioButton21 = New System.Windows.Forms.RadioButton Me.RadioButton22 = New System.Windows.Forms.RadioButton Me.Label6 = New System.Windows.Forms.Label Me.RadioButton23 = New System.Windows.Forms.RadioButton Me.RadioButton24 = New System.Windows.Forms.RadioButton Me.RadioButton13 = New System.Windows.Forms.RadioButton Me.RadioButton14 = New System.Windows.Forms.RadioButton Me.Label4 = New System.Windows.Forms.Label Me.RadioButton15 = New System.Windows.Forms.RadioButton Me.RadioButton16 = New System.Windows.Forms.RadioButton Me.RadioButton9 = New System.Windows.Forms.RadioButton Me.RadioButton10 = New System.Windows.Forms.RadioButton Me.Label3 = New System.Windows.Forms.Label Me.RadioButton11 = New System.Windows.Forms.RadioButton Me.RadioButton12 = New System.Windows.Forms.RadioButton Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.GroupBo

    Visual Basic csharp

  • vb.net
    T taherjaorawala

    form contains the lable,textbox ect.. so use the gruop box and make the property visibile =false , only make the first group box visibl so after each question when the user clicks on the next button u can set the visiblity next group box group box as true n the previous group box is set to false so if the user wans to navigate the previous question he will be able to do it. try it. taher

    Visual Basic csharp

  • creation of forms
    T taherjaorawala

    set the minimize box property =false maximizebox property =false taher

    Visual Basic tutorial

  • combo box
    T taherjaorawala

    the text file contains text in similar format textfile.txt line1 line2 lin3 end of text file the combo box should contain in a drop down menu and not in single line thanxs taher

    Visual Basic

  • combo box
    T taherjaorawala

    I want to display data from the text file in the combo box but it should be displayed line wise. How should I do Thanks taher

    Visual Basic
  • Login

  • Don't have an account? Register

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