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

aphei

@aphei
About
Posts
28
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • passing parameter to run method at msscriptcontrol
    A aphei

    umm.. so, i just write msScript.Run("Main", ref strParam)? it returns error name ref is not declare comma, ')', or a valid expression continuation expected. do i need to imports anything? thanks

    Visual Basic help tutorial data-structures question

  • passing parameter to run method at msscriptcontrol
    A aphei

    in my project, i need a lot of different formulas so there is no standard formula and parameter the parameter will write on textbox, the formula in richtextbox example: formula 1 Parameter = test1, test2 (so there are 2 parameters) formula = test1 * test2 formula 2 Parameter = test1, test2, test3 formula = (test1 * test2) / test3 when i execute the formula i write strExec = "Dim formula" & vbCrLf strExec = strExec & "Sub Main (" & parameter & ")" & vbCrLf strExec = strExec & formula & vbCrLf strExec = strExec & "End Sub" & vbCrLf i use VBScript as the language the problem is, when the run method msScript.Run("Main", xxx) the parameter doesn't have a standard value, i may 2 or 3 parameter how to write in the xxx part? i have try using array, but it return error thanks

    Visual Basic help tutorial data-structures question

  • Compressing in vb .net 2003
    A aphei

    is there any way to compress file in vb .net 2003 without using outside reference?

    Visual Basic csharp question

  • sub report with dataset in .NET 2005
    A aphei

    i have a problem in load sub report's data, the field become not consecutive i am using this code "ReportFile.Subreports(strSubRepName).SetDataSource(dtDataSubRep)" is there anything wrong with that?? i have try it in usual report ( not sub report ), and that is ok, but if in sub report, it become problem, please help, thanks

    Visual Basic help csharp question

  • datagridview readonly property
    A aphei

    thanks Bhaskar Shetty. your answer is help me very much.:)

    Visual Basic csharp question

  • datagridview readonly property
    A aphei

    thanks Tom.. your answer is help me very much..:-D

    Visual Basic csharp question

  • datagridview readonly property
    A aphei

    that's nothing wrong with that script. but i still can't edit the columns. when i write "datagrid1.Columns.Item(0).ReadOnly = False" it become error how can i edit my datagrid when i bind it?? thank's -- modified at 2:22 Tuesday 21st August, 2007

    Visual Basic csharp question

  • datagridview readonly property
    A aphei

    i am using vb .net 2005 is there a way to make datagridview readonly property become false when we bind a datagridview with datatable ??

    Visual Basic csharp question

  • combobox with AutoCompleteMode
    A aphei

    if i use the SuggestAppend AutoCompleteMode property... when i use the mouse scroll it will not display all item in the combo box.. it just display item that like w type when we scroll it..

    Visual Basic question csharp help

  • combobox with AutoCompleteMode
    A aphei

    hmm.. but i need the 13 keypress event ....

    Visual Basic question csharp help

  • combobox with AutoCompleteMode
    A aphei

    hi all, i am developing program with vb.net 2005 i am using combobox and i set the AutoCompleteMode property to Suggest, so when i type something to there, it will appear a list for every the content that likes what i type.. the problem is.. when we click on the list... it will return keycode 13 or enter... how can i disable that... is anybody have the answer? Thanks...

    Visual Basic question csharp help

  • Making a particular cell of datagrids uneditable [modified]
    A aphei

    you can try this code first you must set your grid readonly property to false Dim intI, intJ As Integer With grid For intI = 0 To .Rows.Count - 1 .Rows(intI).ReadOnly = True if intI = x then .Rows(intI).ReadOnly = False For intJ = 0 To .Columns.Count - 1 if intJ = y then .Columns(intJ).ReadOnly = False end if Next End If Next End With hope this can help to solve your problem

    Visual Basic help question

  • Merge Cell
    A aphei

    Hi all... is there any way to merge two or more cell in datagridview of .NET 2005?? Thank's

    Visual Basic csharp question

  • combo in datagridview
    A aphei

    thanks a lot Rich Feldman... your code is very help me to solve my problem...:)

    Visual Basic tutorial

  • combo in datagridview
    A aphei

    hi all, how to fill a value to combo in datagridview thanks

    Visual Basic tutorial

  • count of file in a directory
    A aphei

    thanks.. your code is very help me...

    Visual Basic question csharp help tutorial

  • code on form minimize button
    A aphei

    you can make a new button to minimize you form and hide the form minimize button... so you can write some code in the new minimize button that you made

    Visual Basic csharp

  • count of file in a directory
    A aphei

    hi all, how to know that how many file and what is the name of file in the directory that our specified in vb .net 2005?? anyone can help me??

    Visual Basic question csharp help tutorial

  • minimize to system tray
    A aphei

    thanks for your help....

    Visual Basic tutorial

  • minimize to system tray
    A aphei

    sir/madam.. i want to make my program when it minimize it will appear at system tray... how to make that.. thanks...

    Visual Basic tutorial
  • Login

  • Don't have an account? Register

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