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
V

V 2

@V 2
About
Posts
145
Topics
45
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Tranperancy
    V V 2

    Thanks But i already have tried it, the label become transperant for the form(Parent) not for the Windows Media Playe ;P r.... I set the label's parent to WMP but nothing happened... :zzz:

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Tranperancy
    V V 2

    Hi, I m using label control on windows media player i wanna make the label transperant for WMP How can i do it??

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Timer Events
    V V 2

    Thanks for your time.... Recently i found in my search that The Windows Forms Timer simply isn't that accurate :omg: . I know - we'd think that if it promises you millisecond intervals it could produce the goods, but fact is it doesn't. :confused:

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Timer Events
    V V 2

    I set 5 ms the intervel so it fired only 63 times in 1 Seconds In 1 Seconds Intervell(ms)->Fired (Data) 5->63 50->15 100->9 times fired

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Timer Events
    V V 2

    My processor speed is 2.0 GHz and Ram Speed is 1 GB Can u give the reason why it is happening??? Thanks 4 ur reply :-O

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Timer Events
    V V 2

    Hi all :laugh: I have a timer on my form and its intervel is 1 milli sec 1 Seconds =1000 Mili Sec So my timer should be fired 1000 times in 1 Sec but it fires only 60-65 times in 1 sec i have not use lenthy process in it only increase the integer value by 1 each time it fires n check it after 1 sec In Timer event i used only IntValue+=1 After 1 Sec IntValue is reached at 60-65 Can anyone tell me wht is happnening behind it?? Thanks with anticipations :-O

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Threading
    V V 2

    Hi, I wanna use threading in my application for doing this i used this code Me.thread1 = New Threading.Thread(AddressOf Me.process1) Me.thread2 = New Threading.Thread(AddressOf Me.process2) Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me.thread1.Priority = ThreadPriority.Highest Me.thread2.Priority = ThreadPriority.Highest Me.thread2.Start() Me.thread1.Start() End Sub But The problem is that when one process is completed then other process is started while i wanna start both process simultaneously... How can i do this i have searched in google but nothing find benificial Thanks with anticipation

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic help question

  • System DateTimeFormat
    V V 2

    Thanks for reply Actually i wanna change the system short date format for doing this i have tried registery and Current Thread Culture but it fails in some condintion so i wanna do it in right way with also change the resolution of Pc

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • getting finish time of flash file
    V V 2

    Flash file has frame per sec so by calculating the frame u can check wether it is running or completed Hope it will give u some guidance

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    ASP.NET adobe question

  • System DateTimeFormat
    V V 2

    Hi, I wanna change the system date time format and resolution For system date time format i used this code Dim tmpCurrentCulture As System.Globalization.CultureInfo tmpCurrentCulture = New System.Globalization.CultureInfo("en-US") tmpCurrentCulture.DateTimeFormat.ShortDatePattern = "MM/dd/yyyy" System.Threading.Thread.CurrentThread.CurrentCulture = tmpCurrentCulture MsgBox(System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern.ToString) it shows the format MM/dd/yyyy but when i check i controlpanel->regional settings->customise date the format is not changed to MM/dd/yyyy And second thing how can i change the resolution 1024 by 768 pixcel Thanks with anticipations

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Rich textbox
    V V 2

    Thanks for your response How can i call the Api function GetScrollRange and can i also set width using this function??? if yes then how??

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Picturebox transparent
    V V 2

    I have a media plyer on my form and a pictuer box on it i wanna set the picturebox transparent but when i do it the picturebox shows the form's backcolor but i wanna when i set it transparent the music file which is playing in media player should show behind the picturebox How can i do this Thanks with anticipations

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • Rich textbox
    V V 2

    Hi How can i set the richtextbox height according to the text height when i don't know the font size i have only rtf text

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic question

  • UserControl Development and the StyleChanged Event
    V V 2

    Which thing is difficult to understand my english or the meaning of this what i said??? Which default control your are using to create a new user control???? There is 3 methods of doing this 1> Take default control eg textbox n add new features to create new textbox usercontrol 2>Use more than 1 control to create new user control 3>Create own user control without using any default So which method you are using and which control??? May be i help u because i have also created user control before some time....

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic wpf tutorial

  • UserControl Development and the StyleChanged Event
    V V 2

    Hi, First Each n every control has its own style changed event if u still facing the problem in it then check the fous or active control in your form , One the control has focused=true n active means that control's border sytle has changed.... Hope this will help U

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    Visual Basic wpf tutorial

  • Hashcode to string
    V V 2

    Hi Guffa, It doesn't matter if you don't like my quote Everybody should be aggree with me its not compulsory And bytheway you worte ;P

    You should know that no programmer ever delivers 100% all of the time

    And somewhat ironic that you don't make the effort to write out words like "you", "your" and "are"...

    I used U,Ur,R because its a new style to write the quote not the vb.net code where we have to write correct word :zzz: But My 100% means your 100% effort not the 100% time Anyways thanks once again for answered my question :rose:

    Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

    modified on Saturday, July 19, 2008 7:45 AM

    Visual Basic question

  • Freeze Gridview Header [modified]
    V V 2

    Try this Click Here Hope it will help u

    Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...

    ASP.NET

  • Hashcode to string
    V V 2

    Thanks to both of U for ur information

    Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...

    Visual Basic question

  • Hashcode to string
    V V 2

    Hi How can i convert hashcode in string Like this hashcode -694847 Any idea would be appreciated Thanks

    Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...

    Visual Basic question

  • take variable value from other form
    V V 2

    If i understood your post right then First declare the the variable globaly and public on form first not in any procedure Public one as string then on second form dim frm as form1 msgbox(frm.one.tostring) ' u can use it any event of form2 Hope it will help u

    Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...

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