Search:

Type: Posts; User: AFFAN

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    10,075

    Re: VB.NET create Notepad File?

    I think you need to learn from this tutorial this will help you to do this!

    http://www.homeandlearn.co.uk/NET/nets8p2.html

    I hope this helps you!
  2. Replies
    5
    Views
    1,165

    Re: Why people think VB is not good & hate it?

    ''The difference apparent perhaps only in the titles is that one involves hating the entire thing, while the other involves a strange mixture of hatred and love, involving the things within it. The...
  3. Replies
    3
    Views
    4,783

    Re: Adding a new column in datagrid at runtime?

    Hi, Use the following syntax to add Column at runtime

    DataGridView1.Columns.Add ( string ColumnName, string ColumnCaption)

    If your Combobox values are unique then use ComboBox selected value as...
  4. Replies
    4
    Views
    1,096

    Re: What is Reverse Engineering?

    I feel sad about people saying Reverse Engineering as illegal... First of all, Reverse Engineering is a pure technical word, and breaking the software protection is called cracking, a different name...
  5. Replies
    6
    Views
    4,871

    Re: What preparations are required for UGC-NET Exam?

    Hello Champak!

    UGC-NET Exam stands for University Grants Commission National Eligibility Test (UGC-NET)

    Hope this helps you!
  6. Re: Embed all files from folder when application compiles

    I think this can be done with the help of MSBuild script.
    Right now i can only this of this.
    Lets see if some one comes up with any better idea.
  7. Replies
    4
    Views
    2,247

    Re: Ubuntu's Guided Partition Method

    OK
    Now I got your point the Ubuntu makes space for itself in C: and installs itself.
    Thanks for sharing the Information mate. :)
    Well i will try this linux distro. in 2 days!
  8. Replies
    4
    Views
    2,247

    Re: Ubuntu's Guided Partition Method

    Well as far as i know we can not only install linux distribution on the same drive where windows is installed.
    If we have windows on C: then linux can be installed on D: but not on C:
    Since Linux...
  9. Re: vb.net FolderBrowserDialog: last directory visited need to be stored

    If so you may want to check out the settings. Its a nice way to store such information.
    Create a setting as a text field. Then when the box is checked or the dialog box is Ok'd use:

    ...
  10. Replies
    2
    Views
    1,921

    Re: How to lock some columns in a datagrid

    You can use 2 different datagrid for this requirement.
    One is locked & second is free to scroll.

    DataGridTextBoxColumn has a ReadOnly property. You must define a
    DataGridTableStyle that refer...
  11. Thread: Code C# to VB

    by AFFAN
    Replies
    3
    Views
    545

    Re: Code C# to VB

    Please try this code:-


    Private Const RF_TESTMESSAGE As Integer = 41251

    <DllImport("user32.dll", CharSet := CharSet.Auto, SetLastError :=
    True)> _
    Public Shared Function SendMessage(ByVal...
  12. Replies
    3
    Views
    3,369

    Re: Problem reloading MDI child form in main form.

    VB.Net User
    Answer from Microsoft:
    Dim oForm As New Form2()
    oForm.MdiParent = Me.ParentForm
    oForm.Show()
  13. Replies
    3
    Views
    3,369

    Problem reloading MDI child form in main form.

    Hi,
    VB.net problem
    First time the MDi child form loads good.
    Initial MDI Child form loads fine.
    exp.

    Dim objChild2 As New Form2()
    objChild2.MdiParent = Me
    objChild2.Show()
  14. Replies
    3
    Views
    3,365

    Intel Core 2 Duo E8400 cooling question

    Hi,
    I have Intel Core 2 Duo E8400 processor. The heatsink & fan is ordinary.
    The temperature of the CPU while working is around 95 degrees C.
    Is this temp OK or i need to do something regarding...
  15. Replies
    8
    Views
    4,615

    Re: JAVA PHP or (dot) .net?

    Well I think PHP is also in demand in market lots of web-applications are made in PHP. ASP.net aspx, jsp, jsf, struts are used in enterprise applications.

    Actually I just wanted to know the...
  16. Replies
    8
    Views
    4,615

    JAVA PHP or (dot) .net?

    Hey I am doing MCA & i want to know the best possible option for me in India.
    What language Should i go for?
    .NET, JAVA, OR PHP?
    I would prefer Mumbai over Delhi.
    Is it necessary to have...
  17. Replies
    5
    Views
    2,801

    Re: Help with Oracle Certification!

    If you want a job as Database administrator then you have to do a certified course from some reputed institute...
    Most popular institutes are NIIT, Aptech, IIHT, Oracle, etc...
    Do research about...
  18. Replies
    4
    Views
    1,882

    Re: Bachlor degree is must for job abroad

    To be eligible for work visas for U.S, u need to achieve 12 points. These points are achieved when you have three years of degree education and three years of work experience in India. If a person...
  19. Replies
    3
    Views
    3,413

    Re: sql interview questions

    1. What is normalization? Explain different levels of normalization?
    2. What is denormalization and when would you go for it?
    3. How do you implement one-to-one, one-to-many and many-to-many...
  20. Replies
    2
    Views
    1,089

    old laptop memory problem

    Hi,
    I am having problem with my old laptop. It runs fine but if i try to put the new SD ram chip in rear trap door compartment, laptop wont turn on.
    I want to upgrade the ram.
    Please help what...
  21. Thread: A ram question

    by AFFAN
    Replies
    3
    Views
    915

    I think you have a DDR2 RAM & this is the reason...

    I think you have a DDR2 RAM & this is the reason why it shows half.
  22. Replies
    3
    Views
    905

    Being in Mumbai I must say as unindentified said,...

    Being in Mumbai I must say as unindentified said, lamington road is the best place where you can find everything related to computer hardware at good price! Go there & search for the same! Compare...
  23. Thread: Prime number

    by AFFAN
    Replies
    3
    Views
    1,418

    Good evening, In your condition, when you go...

    Good evening,

    In your condition, when you go to the next whole
    i = i + 1 also requires you reset I just like this after j = i - 1

    Note: your algorithm is far from being optimized, you could...
  24. Thread: java or dot net?

    by AFFAN
    Replies
    14
    Views
    3,576

    For web development , dotNet is the best........

    For web development , dotNet is the best.....
    Java is heavily used throughout the industry. It is now open source so does not depend on Sun alone anymore.
    Advantage of Java is that it can run...
  25. Yes You can! Please have alook at this link by...

    Yes You can!
    Please have alook at this link by google!
    http://mail.google.com/support/bin/answer.py?hl=en&answer=10957
  26. Replies
    8
    Views
    1,683

    I like C, C++ and HTML, Javascript, & learning...

    I like C, C++ and HTML, Javascript, & learning .net!
  27. Replies
    3
    Views
    3,903

    "song downloads and Internet multiplayer modes"...

    "song downloads and Internet multiplayer modes" SIMPLY BEST FETURE TO ADD ON!
  28. Replies
    6
    Views
    8,577

    Yahoo IPGET V 1.0 Firstly Login to ur id ,then...

    Yahoo IPGET V 1.0
    Firstly Login to ur id ,then give the victims id on the text box,and click Get IP,this will show ther ip ,It uses one weekness of yahoo messenger.Enjoy..
  29. Replies
    3
    Views
    3,903

    I think it's a brilliant game to ply on....

    I think it's a brilliant game to ply on. :thumbup1:
    I am eagerly waiting to try my hands on this one! :P
  30. Replies
    4
    Views
    2,015

    Well i dont think you really need to think in...

    Well i dont think you really need to think in such a manner. If Xp is running & if its slow you can upgrade the ram so it will be fast again.
    If you want to install linux then any OS is good as far...
  31. Replies
    5
    Views
    6,401

    Hey dude this is what i was searching for last so...

    Hey dude this is what i was searching for last so many days but never got time to actually sit & google for it!
    You just saved me since i have an habit of sleeping in front of my machine watching...
  32. Replies
    5
    Views
    2,139

    Well i am also in need to get such software!

    Well i am also in need to get such software!
  33. Replies
    6
    Views
    2,394

    Vista's defrag certainly isn't one of Microsoft's...

    Vista's defrag certainly isn't one of Microsoft's greatest achievements. Save yourself the trouble and go with something like Diskeeper which offers both comprehensive manual modes and autodefragment...
  34. Replies
    2
    Views
    1,503

    Hey i want to do some work in Linux can anyone...

    Hey i want to do some work in Linux can anyone help me?
  35. Replies
    3
    Views
    1,004

    I'm interested too. I basically use Nero but...

    I'm interested too. I basically use Nero but today, trying burning a DVD, it gave me a minor error: VIDEO_TS.VOB not found! I always authored my movies and I do know how to do it. What happened?...
  36. Replies
    2
    Views
    1,399

    Computer Support - 001, 002 extension?

    Hi,

    I download files from newsgroup, a.b.image, contains 001, 002
    extensions. Which program should I use to combine those files? I
    thought HJSplit would do it but it doesnt work

    Thanks,
    ...
  37. Thread: Memory test

    by AFFAN
    Replies
    4
    Views
    3,070

    Thanks alot emilia! That guide was really helpful...

    Thanks alot emilia! That guide was really helpful to me!
  38. Thread: Memory test

    by AFFAN
    Replies
    4
    Views
    3,070

    OK i will try that but can you tell me what dose...

    OK i will try that but can you tell me what dose "memory test fail" mean?
    Is it true that this error is due insufficient RAM?
  39. Thread: Memory test

    by AFFAN
    Replies
    4
    Views
    3,070

    Memory test

    I have 2 sticks of ram 256mb & 512mb.
    At the boot it shows "memory test failed" & m not able to install windows.
    What is the reason for this? & what to do?
  40. Replies
    10
    Views
    2,315

    Try this! For firefox Browser! Firefox "menu"...

    Try this! For firefox Browser!
    Firefox "menu" -->> select "tools" -->> Select "Option" -->> Click ''Privacy" -->> Click "Saved forms" -->> Click "Settings"
    Select all options in the 'Clear Private...
  41. Replies
    10
    Views
    2,315

    AutoComplete not only makes it easier for you to...

    AutoComplete not only makes it easier for you to automatically fill in forms and logon to secure sites - it also makes it easier for Trojans and hackers to gain access to your personal data and logon...
  42. Replies
    5
    Views
    2,664

    Thanks alot guys for your reply! I will try it...

    Thanks alot guys for your reply!
    I will try it out! :ohyeah:
  43. Replies
    5
    Views
    2,664

    Dual boot need more space for Linux partition.

    Hi,
    i have a simple problem to solve since i have a dual boot with Vista & Linux Ubuntu. I want to allocate more space for my Ubuntu partition drive. I want to know from which operating System...
  44. Clear unwanted Open With entries

    Open With list presents only those programs that you'll want to use. But if the list contains programs that you never want to use, you can remove them with a simple registry edit.

    Just these...
  45. Replies
    6
    Views
    1,325

    Which graphics Design software do you use?

    I am new to graphics design & I want to do a project so I need to know what do people use for graphics designing? Just reply me with the best available graphics tools used & the operating system that...
  46. Hey so the competition is all set to gear up in...

    Hey so the competition is all set to gear up in the 3G market!
    Thats a good news for the customers! :D
    Lets see who wins the race. :P
  47. Replies
    5
    Views
    14,914

    Hi Subodh, Can you give some more information...

    Hi Subodh,
    Can you give some more information about MCA colleges in Mumbai?
    I want to know about the best colleges for MCA available in Mumbai.
    Thanks you!
  48. English language courses in British Council, Delhi

    I come to know that British Council in Delhi offers English Courses at all levels from Beginners to Advanced. I wanted to enroll in the English Course. Please tell me am I eligible to take the...
  49. Replies
    9
    Views
    4,189

    Career in Aviation

    Hi,
    I want to build my career in aviation. Plz suggest me with detail about the courses and the institutes.:ohyeah:
  50. Replies
    7
    Views
    34,326

    Have anyone got the online SBI Recruitment Form?

    Have anyone got the online SBI Recruitment Form?
Results 1 to 50 of 56
Page 1 of 2 1 2
Page generated in 1,711,714,290.93301 seconds with 17 queries