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
M

msleem

@msleem
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB2005 Question.......? [modified]
    M msleem

    Hello Evrybody... I have a problem and I need help , I want to make a button to prevent writing in Textbox without changing its Backcolor or Forecolor and another button to open writing in the same Textbox without also changing the 2 previous colors . thanks for all -- modified at 14:28 Saturday 20th January, 2007 OK when you use Textbox1.Enaled = False that will change the Font color and the back color of the textbox I want to prevent writing in textbox without changing the font color or the back color that is the problem -- modified at 14:29 Saturday 20th January, 2007

    soly

    Visual Basic help question

  • Disconnected Mode Report....
    M msleem

    No one can help me where is the masters of .NET :doh::doh::doh:

    soly

    Visual Basic csharp database help tutorial

  • Search in Combo
    M msleem

    I use VB.NET 2005 and I want to search in combo's items . for example : the combo have many names when I start to write the first litter of the name which I want to find , the combo automatically find the names which begin with the same letter and show them in order. In VB6 I use this code : (General Diclaration) Global IgnoreTextChange As Boolean ' Public Function ComboSearch(CO As ComboBox) Dim I% Dim NewText$ If Not IgnoreTextChange And CO.ListCount > 0 Then For I = 0 To CO.ListCount - 1 NewText = CO.List(I) If InStr(1, NewText, CO.Text, 1) = 1 Then If Len(CO.Text) <> Len(NewText) Then IgnoreTextChange = True I = Len(CO.Text) CO.Text = CO.Text & Mid$(NewText, I + 1) CO.SelStart = I CO.SelLength = Len(Mid$(NewText, I + 1)) Exit For End If End If Next Else IgnoreTextChange = False End If End Function and thanks for any help :):):)

    soly

    Visual Basic csharp help tutorial lounge

  • Disconnected Mode Report....
    M msleem

    Hello ... I use .net by disconnected mode with Access database . I want to make reports by the disconnected mode with Crystal report But I realy failed . I want any one try to help me by any Example . thanks for all:)

    soly

    Visual Basic csharp database help tutorial

  • Realy I need it.....
    M msleem

    TO GUFFA I am Using VB6 not C# read the code and sent reply that have meaning please ;P

    soly

    Visual Basic agentic-ai tutorial question lounge

  • Form load
    M msleem

    if you want to run a EXE (Name : WW) from an other EXE (Name : QQ) with value sent to it you can use sell "ww.exe value",vbnormalfocus it is good and semble

    soly

    Visual Basic question

  • Realy I need it.....
    M msleem

    I want to know how to use Microsoft Agent Control 2.0.ocx? I can use it but I can just show merlin (character) but I cant show the other characters (Robert,Mary,Hal) I use the following code to show merlin ''''''''''''''''''''''''''''''''''''''''''' 'general declarations Dim merlin As IAgentCtlCharacterEx Const DATAPATH = "merlin.acs" Private Sub Form_Load() Agent1.Characters.Load "merlin.acs", DATAPATH Set merlin = Agent1.Characters("merlin.acs") merlin.LanguageID = &H409 merlin.Show End Sub '''''''''''''''''''''''''''''''''''''' but I can't use it with the other characters. I realy neeeeeeeeeeeeed it many thanks for all

    soly

    Visual Basic agentic-ai tutorial question lounge

  • query on date VIP
    M msleem

    I want to do a query by Select Statement on date BUT the problem that I want to make this query at 5 days before the date in the table. For Ex, I have date 6-1-2006 {with format(dd-MM-yyyy)} THEN, I want when the query works give me a message before 5 days from this date, THAT MEANS the query will give me the message at 1-1-2006. I realy wanna do that, and maney thanks for help...........

    soly

    Database help database

  • SYSTEM DIR.
    M msleem

    I work by VB.6 and I want to make a project that project should know the DIR of The windos and The DIR of the System32 file outomaticaly . How can I do that? Is there a code I can Use it to get the windows DIR and the system32 file DIR or not????????????? Thank You For Help

    soly

    Visual Basic question help

  • Crystal Report
    M msleem

    I make a project by VB with Crestal Report it is good and working good but when i change the project place to another it works but the reports give false values it seams to be there is a link between the crystal and the database so I must chang the link when I change the project place after I doing that the project after changing its place works by good reports the question : is there any way (code way) to change the link between crystal and database without opening evry report and instead of change it manually?????????????

    soly

    Visual Basic question database
  • Login

  • Don't have an account? Register

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