BASIC / Visual Basic (.NET)

Pages: 1, 2, 3
free web hosting
Free Web Hosting > Computers & Tech > Programming > Programming General > BASIC / Visual Basic (.NET)

BASIC / Visual Basic (.NET)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Recent Queries:-
  1. trap key in datagridview - 4.68 hr back. (1)
  2. what are the uses of visual basic - 5.68 hr back. (1)
  3. query - 5.77 hr back. (1)
  4. visual basic cheat sheet - 19.69 hr back. (1)
  5. visual basic.net 2005 edition installer - 27.22 hr back. (1)
  6. crystal report tutorials and configuration visual basic 6.0 - 28.72 hr back. (1)
  7. difference between visual basic and visual basic net - 43.81 hr back. (1)
  8. ms visual studio 2005 random - 47.89 hr back. (1)
  9. vertical align crystal report visual basic .net - 48.93 hr back. (1)
  10. generate application in visual basic express without need for .net framework - 50.09 hr back. (1)
  11. microsoft visual basic 2008 express registration key - 64.33 hr back. (1)
  12. two numbers next to each other without adding them vb 2005 - 70.88 hr back. (1)
  13. vb built-in functions visual studio 2008 - 77.51 hr back. (1)
  14. ".net" visual basic listbox item color - 78.14 hr back. (1)
Similar Topics

Keywords : visual net

  1. Visual Studio 2008 - express edition (9)
    Microsoft visual studio 2008 express edition is out! (a long time ago) It contains ± 80% of
    functions of the full version. Link: microsoft express ...
  2. Visual Basic Help - need help useing visual basic (7)
    i was just wondering, when you are useing the program Visual Basic is there any way to add some
    animation to a form, and if so what is a good(cheep) animation program i could get?...
  3. Visual Basic.NET Help Needed. - (8)
    I have a project to submit this wednesday, and i have to make it a working program. Not a big one ..
    but just sumthing small that includes : Splitter, Progress Bar & Track Bar. I thought of making
    sumthing like the picture below, I would enter the text and hit the button .. the text would come in
    BOTH the labels. Then i move the track bar on the left to increase the font or/and the track bar on
    the right to change the color ( RBG only 3 colors ). The progress bar at the bottom will show the
    progress every time i move either of the track bars to a level. Nothing fanc...
  4. Visual Basic 6 + Crystal Reports 9 - how to distribute (6)
    I have made a software with Visual Basic 6 and Crystal Reprots 9. Now I have to distribute it on the
    client side but the problem is coming in distributing the Crystal Reports. I have tried Setup
    Factory but it is not working. Then I have used Visual Studio Installer from Microsoft and
    downloaded Crystal Report Merge Modules from Business Objects website. It is working properly but
    now the setup file size is very big because it carries a lot of files with it. Is there any other
    installer software which can automatically select the required files to be distribute with the ...
  5. New Features In Visual Studio 2005 Windows Forms - (1)
    i dunno if all of u are by now well versed with the new exciting features in visual studio 2005
    forms, but for me this article was enlightening. for the benifit of others who wre in the dark like
    me.... New Features in Visual Studio 2005 Windows Forms QUOTE The little voice in my head
    shouted "Don't do it! Don't do it!" as I contemplated using the worn out cliché "Good things
    come to those who wait" to describe the experience of designing Windows applications with Visual
    Studio 2005. However, that cliché accurately communicates the idea that building Wi...
  6. Visual Basic: Random Strings! - (10)
    This article will teach you how to get random strings for output to a label caption, or anywhere you
    want it to go. 1. First we need to declare our string names: CODE Private RndString(2)
    This declaration says there will be an array of strings called RndString, and there will be 2
    strings in that array. 2. Then, we need to create a function that will generate a random number.
    CODE Private Function RandomNumber(rUpper As Integer, Optional rLower As Integer) As Integer
    ' Generate random number between upper and lower bound values    Randomize    R...
  7. Lesson1 :introduction To Visual Basic - (2)
  8. Visual Basic: Replace Explained! - (4)
    This tutorial will go over how to effectively use the Replace function in Visual Basic. 1. So
    you have a string. Whether it be a label caption, an entry in a text box by the user of your
    program, or an item in a combo box. Let's say this is a bad string, something you do not want
    to appear. For instance, a user types "X is gay" in a text box, and you want to change that to
    something else. You can simply have it be deleted, or replaced with another value. 2. To make
    this work when a user types something in a textbox, you will need to use this sub: CODE ...
  9. Installed Internet Explorer 7?, Visual Basic Now Broken? - (3)
    This quick guide shows you how to fix this error. Step 1): Go to your control list by right
    clicking the toolbar underneat the default controls and clicking "Components" or by Pressing "CTRL +
    T". Step 2): In the Components Box that pops up scroll down to "Microsoft Internet Controls",
    click on it once so that it becomes highlighted. Now look at its "Location" it will say either
    "C:\Windows\System32\ieframe.dll" or "C:\Windows\System32\ieframe.dll\1". Step 3): Now you need to
    browse for the correct file, so with the "Microsoft Internet Control" still highlighted cli...
  10. Visual Basic: Unload Your Application Correctly! - (1)
    What many of us do not know is that using a button on a form with the function "Unload Form1" or
    even clicking the X in the upper right corner is like pulling the plug out of your computer while it
    is still on. It may not exit the program cleanly and efficiently, may leave background processes
    running, or just give you unwanted errors by exiting improperly. All you need to do is unload all
    components, forms, controls, etc. upon unloading. Say you have 2 forms in your project, 1
    component, and 2 controls. If these ojects are placed onto a form, unload them properly!...
  11. Performing Dos Operations From Visual Basic - The easiest and most powerful way to do (1)
    Performing DOS Operations from Visual Basic By: Abhishek Chatterjee Language: Visual Basic
    6.0 and below Difficulty: Beginner Does your project need to perform some DOS based or Command
    line operations? Although there are many techniques to do the same, but performing tasks like
    calling the DIR DOS command to list the contents of the directory or calling the Move command to
    move a folder, and the like, can't be done as smoothly by the built in functions of VB or the
    Windows API. The technique that I introduce to you is extremely simple, doesn't req...
  12. Visual Web Developer 2005 Express Edition Beta 2 - Visually create asp.net Web page (13)
    Microsoft has released “Visual Web Developer 2005 Express Edition Beta 2”. Claimed to provide
    everything you need to begin building Web applications with ASP.NET 2.0. It provides: QUOTE
    · Visual designers that make creating Web applications easy via an easy-to-use drag-and-drop
    interface · Powerful code editor with rich functionality such as IntelliSense that makes writing
    code and HTML faster · Quickly create data-driven Web applications using the built-in data controls
    and integrated access to Microsoft SQL Server 2005 Express · Support for multiple languages: ...
  13. Text Based Game In Visual Basic? - I might need some help :( (1)
    I am a junior in highschool and for our final project we have to design a game. My idea was a text
    based zombie survival game is this possible to do in VB? thats the language im learning in and I
    have no flexibilty with other programs. also this is my first game and i am quite new to the
    programming scene, is the text based game just If "" then"" statements? i would be extremely
    grateful is someone donated a snippet of code. its the easiest way for me to fiure it out. p.s. if
    you're interested in the game, I will probably need beta's....
  14. Necklace Problem In Visual Basic - (3)
    I was wondering if anyone could write code for this program. Its the usual Necklace Problem I'll
    give you the problem. A Necklace is a collection of numbers that begins with two single digit
    integers, the next number is obtained by adding the first two digits together and saving only the
    ones digit. This process is repeated until the 'necklace' closes by returning to the
    original two numbers. I think it is a Do While Loop but i am not sure. Thankyou...
  15. Microsoft Visual Studio 2005 Express Edition - (5)
    This is an entire group of freeware programming tools. I use it quite often when I am bored and on
    MSDN there is some tutorials teaching various areas of programming. I think it is a very very neat
    piece of free software. Just so you know when it is installed you have to register it which is also
    free just so you know that it's not trialware. This is the website:
    http://msdn2.microsoft.com/en-gb/express/default.aspx note: you need .NET framework 2 for the 2005
    version and beta 3.5 for the 2008 beta 2 version...
  16. Delete A Registry Subkey And Key - Using Visual Basic 2005 Express (8)
    Hi, does anyone know how to delete a registry key/subkey using VB 2005 Express. Also, if any other
    methods using VB, C#, C++, J#, post them as well....
  17. Visual Basic Express Tutorials - Need resources (5)
    I have just downloaded Microsoft Visual Basic Express 2005 and I need a tutorial to help me learn
    how to create simple programs. I have already watched the 16 hour RSS Reader series from Microsoft
    and I'm currently working on that. I also have developed a Web Browser and a weather tracker
    system, from the help of Microsoft E-Books and other Microsoft resources. If you could find any
    non-Microsoft resource on Visual Basic Express, that would be greatly appreciated....
  18. Making A Web Browser With Visual Basic 6 - (2)
    Hi everyone! I'm going to tell you how to make a very simple web browser with Microsoft Visual
    Basic 6.0. Its basically a customized version of Internet Explorer, though, so enjoy! First of all,
    you need to start a new project, make a Standard EXE. Then click on the Project menu and select
    Components . Check Microsoft Internet Controls and click Apply. From the Insert menu, click on the
    icon that has just appeared. Drag it onto the program layout, but make sure you make the program big
    enough and leave a space at the top for all the web buttons. Make a text box ...
  19. Visual Basic Projects: Scoreboard - Making a scoreboard with Visual Basic 6 (0)
    Hi again, I've done another visual basic tutorial in this forum on how to make a simple,
    customized web browser. Now I am going to say how to make a scoreboard. To do so, open a Standard
    EXE project in Visual Basic 6.0 and insert 6 labels and 2 command buttons. Change the captions on
    these to: Label1: SCOREBOARD Label2: LIONS Label3: SWANS Label4: 0 Label5: 0 Label6: Waiting for
    update... Command1: TOUCHDOWN Command2: TOUCHDOWN Once you are done, it shoud look like this.
    Press F5 now to see it in action. It won't do anything, seeing as how there is no path ...
  20. Visual Cheat Sheet - Unix - (2)
    Check out this super cool UNIX command line visual cheat sheet:
    http://www.fermbyg.dk/Prohest/nix/img/Unix..._structures.gif I like it, although it has some
    quirks ("balt" instead of "halt") EDIT #1: Adding another one (not a visual one though, but still a
    cheat sheet), it's a hotlink to a PDF:
    http://fosswire.com/wp-content/uploads/2007/08/fwunixref.pdf EDIT #2: This article is reprinted
    from "The Official Ubuntu Book". While the cheat sheet is specific for Ubuntu Linux, most commands
    will work with other Linux distributions as well: http://www.computerworld...
  21. Visual Studio Reports - Parameter Passing - (2)
    Hello everyone, I've recently started work on a project involving moving database reports from a
    less then reliable reporting suite to using MS Visual Studio reporting tools. Now this is all well
    and good and the actual database interaction I don't really have any issues with but I am less
    then familiar with the reporting tools in Visual Studio and seem to have run into a bit of a snag.
    The old reports are used by various users that don't want to have to dig into a file and put the
    desired query parameters into the raw SQL queries which makes sense since tha...
  22. Visual Css Designer - An Opera Widget (4)
    I have found an excellent VISUAL CSS designer that you can actually see what will happen with the
    text that you are formatting. It is called True Html Editor and can be found here in Opera Widgets
    . Note that you must use Opera to run this /wink.gif" style="vertical-align:middle" emoid=";)"
    border="0" alt="wink.gif" /> It includes a button for W3C Validation. I think that this will be
    helpful because you don't need to reload the browser every time you want to see a change in your
    CSS file or XHTML document. Unless you use a program compatible with server-side docu...
  23. [help] Visual Studio .net 2005 Questions - (8)
    Heya folks, i am back again with my annoying questions /wink.gif" style="vertical-align:middle"
    emoid=";)" border="0" alt="wink.gif" /> I have this project to submit by the 7th of may and i am
    really desperate for some help here. I will put my questions in numbers so it would be easy for you
    to solve them without confusion. 1) Earlier in a post i had asked if i could create Vista
    compatible applications in VB .NET 2005. Well i got a good response and i went ahead and installed
    the needful, but i still think something is wrong. Not that i know alot of whats going on aro...
  24. MS Visual Studio 2005 Express Editions - Free on MSDN (1)
    http://msdn.microsoft.com/vstudio/express/ Got the free software yet? How about some free
    training for them as well? https://www.microsoftelearning.com/visualstudio2005/ ...
  25. Visual Basic Names - Visual Basic Variabe Names (11)
    In Visual Basic, what is the difference between: ResourceName ResourceName$ ResourceName& ...
  26. Opinions On MS Visual Studio Express - (4)
    I just found out that Microsoft has these open source projects. They are Visual C++, Web Developer,
    J# and a few other open-source software. I find it really interesting that Microsoft is offering
    these programs for free. I'm specifically interested in Visual C++, not because of its beginner
    friendly GUI but because it's the program we use for school. I just want to know your thoughts
    and opinions on this program. I haen't downloaded them yet so I'm asking you now before I
    may waste lots of HD space. Does anyone here use it?...
  27. Get Visual Basic 2005 - get vb 2005! (2)
    "this is the visual studio 2005 beta link click to go to microsofts programmer betas site!" here
    is the link: vb and more programmers betas ...
  28. Is There A Free IDE For VB.NET Programming? - Needing info on a free VB.net IDE if avaliable (4)
    I know that VB.net is proprietry to Microsoft /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> but is there a free IDE that has all the support that VB.NET has? I
    found one before but it just didnt support many of the things that VB.NET does such as timers which
    was really annoying. Does anyone know of any IDEs like this that support the same functions and
    features as VB.NET but without the rather hefty (Over priced, in my opinion) price tag? If anyone
    does then drop me a PM or a reply! Thanks...
  29. Visual Basic: Change Your Start Button Text! (XP) - Windows XP ONLY (16)
    Personally, I love this program I made for myself. What the following code will allow you to do is
    change the text of your start button (Duh). You can make it whatever you want, your name, a hobby,
    or even do some extra programming and get it to randomly cycle through captions every 30 seconds or
    so /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> . Here is all the code
    you'll need: CODE Private Const WM_SETTEXT = &HC Private Const WM_GETTEXT = &HD Private
    Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName ...
  30. Basics Visual Basic 6.0 - Basics visual basic 6.0 (0)
    If you never tried coding before and you want to start with vb6.0 or vb.net you'll might have
    something at this little tutorial: 'ALL THE ' IS COMMENTS ENTERED BY ME AND NO CODE OF THE
    ACTUAL PROGRAM IT DOESN'T AFFECT A THING 'Started by ' Private Sub CmdList_Click()
    Meaningless junk. Lost credits: 16 days . Moved to junk. ...



Looking for BASIC, /, Visual, Basic, (.NET)






*SIMILAR VIDEOS*
Searching Video's for BASIC, /, Visual, Basic, (.NET)
advertisement




BASIC / Visual Basic (.NET)



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE