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
B

Bahram Zarrin

@Bahram Zarrin
About
Posts
11
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • need help
    B Bahram Zarrin

    this is my source that i created Private Sub FontToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FontToolStripMenuItem.Click FontDialog1.ShowDialog() RichTextBox1.Font = FontDialog1.Font End Sub Private Sub ColorToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ColorToolStripMenuItem.Click ColorDialog1.ShowDialog() RichTextBox1.ForeColor = ColorDialog1.Color End Sub --------------------------------- when i wanna change color and font in richtextbox,all of text in textbox is changed.how to make source code that change color and font in text that we highlight bah10z

    bah10z

    Windows Forms help tutorial

  • SQL Issue during database creation
    B Bahram Zarrin

    Does anyone see a problem with the following? I am getting a a mesage saying "Syntax Error" when I try to run the query to create the table. sql = "CREATE TABLE tblPrograms ([index] Counter," & _ "[lngPlatformFK] TEXT(255) NOT NULL," & _ "[strCompany] TEXT(255)," & _ "[strProgramName] TEXT(255) NOT NULL," & _ "[strVersion] TEXT(255)," & _ "[strInfo] MEMO NOT NULL," & _ "[strURL] MEMO," & _ "[strLetter] TEXT(1) NOT NULL," & _ "[strNew] NUMBER(1)," & _ "[strMU] TEXT(1) NOT NULL," & _ "[strUpdate] TEXT(255)," & _ "[strType] TEXT(10)," & _ "[strKey] MEMO NOT NULL)" bah10z

    Database database help question

  • Uploading a File on to shared Hosting Environment by using code
    B Bahram Zarrin

    Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files, when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .can anyone tell me how can I upload a file on to my shared hosting environment without prompting authentication window. Thanks in advance. bah10z

    ASP.NET csharp asp-net sysadmin hosting security

  • loading controls on a frame
    B Bahram Zarrin

    Try adding the control to the frame if yor frame is frame1 then write: dim tmpctl as new windows.forms.button frame1.controls. add(tmpctl) tmpctl.visable=true bah10z

    Visual Basic question

  • Context Menu
    B Bahram Zarrin

    I think it's better write this code: Private Sub createlblSlotArray() Dim i As Short ReDim lblSlot(3) For i = 1 To 3 lblSlot(i) = New System.Windows.Forms.Label With lblSlot(i) .Tag = i .BackColor = System.Drawing.Color.Blue .BorderStyle = BorderStyle.Fixed3D .ContextMenu=ContexMenu1 End With Next Me.Controls.AddRange(lblSlot) lblSlot(1).Location = New System.Drawing.Point(50, 50) lblSlot(2).Location = New System.Drawing.Point(100, 70) lblSlot(3).Location = New System.Drawing.Point(100, 90) End Sub bah10z

    Visual Basic question graphics data-structures

  • Right clicking on treeview node won't select it so contextmenus don't work right
    B Bahram Zarrin

    use the context menu property of the treeview. bah10z

    Visual Basic php com help question

  • How can I write With cluse with Linq?
    B Bahram Zarrin

    How can I write With cluse with Linq? bah10z

    Visual Basic question csharp linq

  • Workflow designer
    B Bahram Zarrin

    is there any workflow designer for workflow WF? bah10z bah10z

    WPF question workspace

  • Linq Oracle
    B Bahram Zarrin

    is there any way to support oracle by linq? bah10z bah10z

    LINQ csharp oracle linq question

  • Crystal Report
    B Bahram Zarrin

    how can edit the reports at run time? bah10z

    .NET (Core and Framework) question

  • With clouse
    B Bahram Zarrin

    how I can use with cluse in sql 2005? bah10z bah10z

    Visual Basic database 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