visual basic

  1. dzarelli

    WebBrowser1.Navigate using IE9

    Hey guys... I'm new so please go easy on me. I've had a VB.net application using C# that I created in Visuil Stuido 2010 in use for several months now. Up until today, it worked fine. The application is designed to pull up various webpages in webbrowser windows within the VB application. Now...
  2. iweir

    Question error shown in code,

    hi there, i am new to coding, and have came across an error with a line of my code, i have narrowed it down to this: If TxtAnswer.Text = Answer Then Point = Point + 1 MessageBox.Show("Correct") Answer = Num1 + Num2 End If it is...
  3. B

    .NET opportunities in Michigan

    Hi there! There are several opportunities in Southeastern Michigan for .NET Developers in both C# and VB. The salaries range from $55k - $100K+. Job #1 Troy, MI C# .NET framework 2.0, 3.5, 4.0 SQL Server 2005 or higher Developing web applications Experience with SVN, SharePoint, WordPress, and...
  4. D

    Developer Position in Temecula, CA

    About Us: We are a medical device manufacturing company, dedicated to providing the best value products to our customers. We've been in business for more than 15 years, and are the leaders in our industry. About You: We are seeking a talented software engineer, to work on both new and existing...
  5. A

    Available Swedish company looks for a jr developer in .net/VB

    Hi! I know a company who looks for a quite light developer in .net/VB. The company is called Relation & Brand and are dealing with costumer communication and marketing. A very interesting and unique company with a great chance to start your career. If you are interested contact...
  6. N

    Simplifying Loops

    I would like to simplify a do loop.
  7. W

    Question Flash

    Hi, My name's Will, and I have an issue which I was hoping you could help me with. Last year I created a language learning program in VB.Net (Lingua Magic - Language Learning Software by Will Taylor), and for making the games I found Flash to be the best way of including animation and...
  8. D

    Question How to create a ControlArray instead of a non-working For-Function!?

    Hi everyone, first of all - I hope i posted in the right Forum. My Problem is, that I have some Buttons, Labels and TextBoxes I need to generate after the User told a number of Players. With the Code I'm using now only the last Player will have these Controls working, because they are moved -...
  9. M

    Question Form to retrieve data from a stored procedure and then update from another one

    Hello all, Beginner question: I have a stored procedure to search for a data and another procedure to update the data using the results from the search. This is the Search Procedure: PROCEDURE BUSCAR_LOTE_GESTION(P_NUM_TERM IN NUMERIC, P_FLECHA OUT t_cursor) AS...
  10. Y

    can any one online can help my problem ???

    just give me feedback if there you are now :cool::cool: thankyou it's abbout adding the usercontrol that i cant control the position and the location of each usercontrol added added in a panel it's only added straight to one column down but i want is to have more column as much as the width...
  11. D

    Help with Loading Crystal reportPpath

    How do I load Crystal Report When I deploy it as .exe file Heres my code: Dim strReportPath As String = Application.StartupPath myDataAdapter.Fill(myDataset, "Payroll") Dim rep As New ReportDocument rep.Load("C:/../Payroll.rpt") rep.SetDataSource(myDataset)...
  12. manster

    FYI VB.NET Newbies group

    How can we make sure that our children one day grow up to be the new leaders of the world? We teach them, guide then, lead them and tell them what is good or not. That is how they will grow up to be the leaders of this world. Have we got any expectations for VB.NET in the future or the...
  13. E

    Question problem with ProcessTabKey and combo boxes

    Hello. I'm trying to detect when the tab key was pressed and intercept it in certain cases. Since the form I'm working with has many fields, I've tried overriding ProcessTabKey so that I don't have a separate sub for each control. However, I've found that after adding a simple ProcessTabKey...
  14. T

    Steema TeeChart Pro ActiveX v2010 Release Announcement

    Steema Software is pleased to announce the release of Version 2010 of TeeChart Pro ActiveX Charting Component Library. The major version update is now available for download and it includes renewable one-year subscription service that entitles customers to free product updates and technical...
  15. stianxxs

    Tip How to get favicon in tabbed webbrowser. Tutorial

    Hi, many of you are may working on some sort of project with web browser related settings or information, so to day I'm gonna demonstrate how to get favicon in a tabbed web browser! It's is actually quite simple. But I've been searching for this "How to get favicon in web browser" and i found...
  16. I

    GuessNumber.vb loop URGENT help!

    I need help with this simple guessnumber visual basic program. the book says to write the loops under the comments "Validate Input", but im not sure what to write, for I'm horrible at programming. This is the last program of the chapter and it's due today! Please help! ' GuessNumber.vb - This...
  17. M

    Help in Visual Basic

    My friend and I are taking a visual basic online class. We are total beginners and are having trouble with a programming assignment. We have to create a arithmetic calculator with an enter button multiplication button and an addition button. What we can't seem to code properly is the event...
  18. A

    Senior VB.NET Software Engineer

    I have urgent requirement, for one of my client. If you are comfortable with this requirement, revert back with your updated resume as soon as possible. Title: Senior VB.NET Software Engineer Location: NYC Duration: 3- 6 Months Contract Required Experience: • IT related degree and 10+...
  19. J

    I keep losing Find/Change box

    Lost the Find and Change functions Not sure if this is the right forum, but . . . After using VB 2008 Express for many months, suddenly the Find (Cntl F) and change (Cntl H) functions no longer work. If I highlight a series of lines and press Cntl H, both the blue bar at the top of the page...
  20. S

    Free Workshop on .NET Gotchas and Programming Solutions by Dr. Venkat Subramaniam

    Those of us programming on the .NET framework have come to realize the power and increased productivity that comes with it, says Dr. Venkat Submramaniam. Like any development, however, there are things that one should pay attention to while programming on .NET. Are there things in .NET that, if...
Back
Top