Software Development Network Logo
  • Visual C++
  • Microsoft ISV
  • Game Technologies
  • Visual C#
  • SQL Server
  • Visual Studio
  • Visual FoxPro
  • Visual Basic
  • VS Team System
  • Windows Forms
  • Architecture
  • .NET Development
  • Windows Live
  • Smart Device
  • VS Express Editions

Software Development Network >> Visual Basic

Visual Basic

New Question

Word Macro Help
List.FindAll question (new to .net 2.0) please help !!!! URGENT !!!
EXECryptor software protection
No message box
Calling Fortran routines from Visual Basic
how to disable Enter Key in TextBox Multiline?
Sending text in text box through mails
Check for existing records based on contents of one column in each row.
Calling a sub while reading an array?
Does calling a function from a dll created from VB class library spawn a new thread when run or it uses the thread that call it?

Top Answerers

Frank Forster
Sphinx06
rakeeb
moinj
Dika
AndyC12345
peterneo
1234aaron
newSB
rileyt
Comparative Analysis of Six
Only Title

Answer Questions

  • LloydM_APFM GetValueByName

    In beta1 there was a fantastic way of getting values out of a gridview using: Gridview1.DataKeys(Gridview1.SelectedIndex).GetValueByName("Name").ToString In beta2 this has been removed - how do I achieve the same results    I used this alot and will  have to change a lot of code, especially if I have to use the reader class. Vince Try instead next (lang=C#): Gridview1.DataKeys[Gridview1.Se ...Show All

  • Christopher Scrosati - MSFT popup window

    how do you invoke the hyperlink in a second browser thank you, target="_blank" in the anchor tag. You can add this to an asp.net tag, and it will get passed through to the html that gets rendered. It won't work for a link button though, because it doesn't get rendered as a link, but a postback and the link/event is generated by your code. ...Show All

  • ShayLawless What's wrong with this code?

    I had this code that i am supposed to use for my current project...Using Crystal Report, I want to sort the record by entering the two dates (dtpFrom, dtpTo), the name of the company(FINAL2.COMPANY), the description(FINAL2.Description) Private Sub ConfigureCrystalReports() Dim mySelectFormula As String = "{FINAL2.Order_Date} >= #"" & dtpFrom & "#" & " and {FINAL2.Order_Date} <= # ...Show All

  • Sanjay_ati Grouping Radio Buttons

    I have, or want, three sets of RadioButtons. However, they all seem to be in the same group, as I can only have one checked at any one time. I want to have three groups of RadioButtons, but I don't see a property where I can set any groups. Another question about radio buttons. Why is the text in a radiobutton aligned with the bottom of the button. I have verdana, 10px font and it's smaller than the radiobutton so it looks like it isn' ...Show All

  • Katherine Can VisualBasic send an SMS message?

    Can VisualBasic v8 (.NET 2005) send an SMS text message to a mobile phone# Mine's running on Windows server 2003. This would be ever so cool !!! Johan, Do you have any suggestions as to where to look as far as programming a VB 2005 app to communicate directly with a mobile phone for the purposes of sending an sms message I'm guessing it would involve talking to the mobile phone manufacturer I'm currently devel ...Show All

  • Arun SB Error with sockets and threads

    Hi I am having a persisting problem with an application that I am developing. I've made a TCP Server class with a thread for listening incoming connections and a thread for polling for received data from the "accepted" sockets and also disposing them. I have 3 puiblic events raised from within the threads, one for notifying the acceptance of a socket, one for Received data and one for a closed socket. The application seems to work OK, ...Show All

  • Nikody Keating Console and windows application in vb.net

    Can I add a windows application to my console application In other words can I have both under one .exe file I know that I can add a form to a consol application and it will appear once I run the .exe file but the thing is that I can not interact with the form. It’s like freezes. Thanks Ali, Is this example written in C# or C++ Sorry I am doing my coding usi ...Show All

  • VB-Newbie Beginner Tuts

    Hey Anyone know where i can find some decent begginer tutorials for VB 2005 express edition Thanks Point Hi, You can take a look at http://msdn.microsoft.com/vstudio/express/vb/easytolearn/ . Also " Introducing Microsoft Visual Basic 2005 for Developers " book at http://msdn.microsoft.com/vbrun/staythepath/additionalresources/IntroTo2005/default.aspx . Best regards, ...Show All

  • Capt. Jean-Luc Pikachu Vertical spaces in a string

    Well, I'd like to know how to put vertical spaces in a string. I was making a program to make it faster when you type If...Then statements. I know you can put these statements on a single line, however, it's just more estetic and easier to have that kind of statements on many lines. I thank you in advance for, I hope, what quick answers there will be. Charles Gauthier-Marcil, Programmer Apprentice ...Show All

  • Michael Rice vb6 activex dll in vb.net 2005

    I found out that I can write ActiveX DLL's in VB.NET 2005 by creating a class library, exposing it as COM in compiler options and registering it with regasm.exe. The DLL will function as a plugin for another application. When I create the DLL in vb6 I can call it from the application by refering to <dllname>.<classname> something like mydllname.classname. In VB.NET 2005 should I also use this Name my class library mydllname and cr ...Show All

  • John Freddy Converting back to VS2003

    Hello all, I am sorry to say but we have wasted a week and 1/2 trying to get to VS 2005 and we have to go back. I have been developing software for over 15 years now and this MS release is the worse I have seen. We are having very bad performance issues, source safe thinks it needs to check unrelated files out, the IDE simply crashes, etc. Has anybody went to VS 2005 and then back to VS 2003 If so, what types of issues did you run ...Show All

  • DrBob Visual Basic installed in Windows XP Media Center

    I've just installed VB4.0 on my Windows XP Media Center machine. This is a new machine replacve my older Windows XP machine. When trying to open the Data Manager I get an error, out of memory.    I'm sure I'm just missing a dll or something like that. Does anyone have any suggestions I have both VB4 and VB6 Again, my problem is VB4, the DataBase manage does not work correctly It comes with error ...Show All

  • jadog Puzzled about Missing Picturebox ???

    I hate to ask really dumb questions but this is going to be a dumb one.   I’ve written perhaps 10,000 lines of VB 2005 to replicate a superset of the functions + of the old Ms Office toolbar. This has been a learning project. I really love VS2005! This project is actually in good shape and I’m putting the finishing touches on it.   Everyonce in a while I hit upon a snafu and I really feel stupid.   The toolbar is a t ...Show All

  • http&amp;#58;&amp;#47;&amp;#47;www.ilkon.com VB 2005 (In Visual Studio 2005) WebBrowser Control - Question

    Hello Ive made a application which features a embedded WebBrowser Control in the form. In the properties box where it states url i dont wish to add a website url as my application runs within the program files directory. Now if i point the link to a html file located in the prog files directory it works fine without any trouble. Id like to know if there is a way to just add the link in the properties box as "start.html" is this p ...Show All

  • GaryHibb Catching Exceptions from a Subroutine

    Say you have a Sub that calls a second Sub and an exception occurs in the second Sub, which you catch. Then when the second Sub drops out, execution continues with the next line of the first Sub (i.e. the calling Sub). I'm wondering if there is anyway to let the first Sub know that an exception occurred in the second Sub and allow the first Sub to also drop out instead of continuing. Here is an example in code. You can recreate it by creatin ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum