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
M

Mr kilany

@Mr kilany
About
Posts
39
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CHANGE FORMAT OF STIRNG
    M Mr kilany

    if i have list view as : dim i1 as listviewitem if k=1 i1=new listviewitem("hi") else i1=new listviewitem("hi") end if listview1.item.add(i1) i need in the case (1) if k=1 add to listview hi as red color but if k<> 1 add it to listview1 hi as blue could you help me?

    kilany

    Visual Basic help

  • CHANGE FORMAT OF STIRNG
    M Mr kilany

    dear all if i have : dim s as string="Welcome" and i need to print s, but i need to change the size(18p) and color(Red) of string , but i dont know how please help me to change the format of string

    kilany

    Visual Basic help

  • SPLIT()
    M Mr kilany

    hi, i need to use split() but i need to split string depends on complete word such as "welcome" and i put split("welcome") but the problem that the string include just three welcome but it gave me more that 60 when i asked lines.length-1 and when i but instead of welcome "w" letter and used split("w") it gave me the wanted value which is 3 i dont know why , i need to split whole word please help me

    kilany

    Visual Basic help

  • maximize form
    M Mr kilany

    may you give me the code ...

    kilany

    Visual Basic

  • Reading from text
    M Mr kilany

    thanx alot man, the most important thing that the open and search function included in vb.net , may you give me the topic which is related to open textpad and reading data from it to let me you search engines, and if you have any links related to this supject please care for me, because i have a project which use VB>NET and should read from notepade and search some things inside it, thanx second time ........

    kilany

    Visual Basic csharp database

  • maximize form
    M Mr kilany

    i need to maximize form by another form in the same project

    kilany

    Visual Basic

  • Reading from text
    M Mr kilany

    how i can read data from textbox (notepad) which has alot of data by form in vb.net so 1- first i need to select the file 2- reading data 3- arrange data and store the arrangment data in sql

    kilany

    Visual Basic csharp database

  • control
    M Mr kilany

    dear friend... if i have a form in vb.net such as (A) and another application in c language such as (B) how can i control the application (B) from the buttons based on form (A) and i mean of control : 1-run application B 2-minimize and mazimize form B 3-close form B 4- the most thing is make the form A always active that mean you cant use the appliation B except throught the form (A) thanx all kilany kilany kilany

    Visual Basic csharp question

  • how to control another application
    M Mr kilany

    dear friend... if i have a form in vb.net such as (A) and another application in c language such as (B) how can i control the application (B) from the buttons based on form (A) and i mean of control : 1-run application B 2-minimize and mazimize form B 3-close form B 4- the most thing is make the form A always active that mean you cant use the appliation B except throught the form (A) thanx all kilany kilany

    Visual Basic csharp tutorial question

  • control another form
    M Mr kilany

    OK I WILL TELL U WHY? i have old appllication build on C and i creat a interface with a vb.net form which let user to write somthing in the old system.the problem that i need to force the user to use the vb.net form to write in old application without click on old application and write on it .. that mean i need a way to make a old system behaive as a child of vb.net form ...do you know when we make as this example : dim a as form1 a.showdialog()// that mean you cant edit a perant without close the child .. that what i need .. i need to make the old system as a child which prevent the user modify except through the vb.lnet form thanx alot for you .. kilany

    Visual Basic csharp question

  • control another form
    M Mr kilany

    still not find it /... may i get more detail kilany

    Visual Basic csharp question

  • control another form
    M Mr kilany

    dear friend... if i have a form in vb.net such as (A) and another application in c language such as (B) how can i control the application (B) from the buttons based on form (A) and i mean of control : 1-run application B 2-minimize and mazimize form B 3-close form B 4- the most thing is make the form A always active that mean you cant use the appliation B except throught the form (A) thanx all kilany

    Visual Basic csharp question

  • Reading from notepad File
    M Mr kilany

    Dear..! i want to read data from notepad(Includes phones number) and fill all the data in listview ...so i need 1- brows and select file which found in C: directory 2- fill all the data inside the listview items thanx alot for you.... kilany

    Visual Basic

  • i ask you too much
    M Mr kilany

    more details .... pls if you have a soluation of my problem just tell me where and how can i search by google .. and about what ... kilany

    Visual Basic help csharp

  • i ask you too much
    M Mr kilany

    I use a usually string character or number but the problem that randomlly after some click on button which make send string ,, the send() function add or remove some character or number ... so how can i delay the message according to time .. that mean i think i should not print all the message one time.. kilany

    Visual Basic help csharp

  • i ask you too much
    M Mr kilany

    BUT THIS PROBLEM WILL BE ALSO IF THE DESTINATION IS NOTEPAD PLEASE TRY TO USE SEND() FUNCTION BETWEEN MINIMIZE AND MIXIMIZE THE WINDOW THEN YOU WILL FIND SOME THING BUFFER OR SOME THING CHANGE LESS OR MORE CHARACTER WILL ADDED TO THE ROOT STRING ... SO THE PROBLEM NOT THE DISTINATION BECAUSE I USE THE FUNCTION IN MANY TARGET APPILCATION ... I THINK THE PROBLEM IS THE DELAIY .. I NEED TO KNOW HOW I CAN DELAIY THE FORM WHEN I MINIZE IT .. THIS IS THE LAST CHANCE TO USE IT ...BECAUSE THE PROBLEM THAT IT PRINTS ALL STRING IN SMALL PERIOD LESS THAN 1 SECOND kilany

    Visual Basic help csharp

  • how can i add
    M Mr kilany

    how can i read and add items from notepad and print them to listview in form vb.net kilany

    Visual Basic csharp question

  • i ask you too much
    M Mr kilany

    i send message from vb.net to another application .. the send operation is done successfully but the problem is some times the message change by adding a character or repeat character such as if : dim s as string ="42945:dn" send.sendwait(s) the message will print as 42945:dn but some time will print in the another application 442945:dn and some time 442294::dn really i dont know why ... some friend advice me to use Trim function but i dont know if it will do as i want or no... please this is the 15 time that i ask you to help me and give me the function that keep the string as i defined it before send it to another application but unfortunatlly no answer .. keep me in ur mind. kilany

    Visual Basic help csharp

  • plz help me.. this is the fifth time ...
    M Mr kilany

    i dont need to write in note pade and the another application read from it. i need to use the sendwait() method but the problem what happed ? really i dont know maybe i shoudl add timer to the button action to slow down the transfer of data from vb.net to another application ..so i need the solution .. because i work with seminar project and i have a 1/5 as a dead date .. the problem is transfer a data from vb.net to another application without any changes of data.. please i send more than 12 to get the answer but still at this moment without a correct soluation...please help me. in the subject example the first time will print 08052 and the second maybe 080052 and the third maybe 0855520 and th fourth maybe 08052 but why doesnt print the correct data in each time click on the button "080052" kilany

    Visual Basic help csharp tutorial question

  • .sendwait("08052")
    M Mr kilany

    i still wait the answer ... if you dont have a anwswer just tell me.. because i hate the wait time kilany

    Visual Basic help csharp tutorial 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