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

Software Development Network >> Visual Basic

Visual Basic

New Question

Getting Data from SQL Server through .Net to Excel
Need Help - Auto Fill the Windows Authentication Prompt??
[VB2005]Q of Serialport ----> Need Help
Buying Visual Basic 2005
Hide advanced members not working?
VS 2005 and Express install on Win XP Tablet Edition
Disappearing handles clauses
Traversing all subdirectories and all files in those subdirectories
Xml representation of Typed DataSet.
Opening .NET 1.1 project in VS 2005

Top Answerers

XMLViking
永清吾心
Tr1na
realism
Pizza Snuffles
Seaman Jiang
lambrite
KevinJC
Janga
RFU
Schemachine
Only Title

Answer Questions

  • FF Can't select folder of new project

    Can't select folder of new project If I select new project, the default is WindowsApplication1.  I rename it.  However, there doesn't seem any way I can choose where to locate the project.  I created a number of projects in my folder VS2005Projects, so there must be a way. I must have done something that took the choice away. I searched the forums for new project folders, location of new projects and a number of other variations, ...Show All

  • Richard.Banks Some Questions

    Question 1: I have a datagridview control with a vertical scrollbar. How can I determine the width of that scrollbar What I want to do is to set mydatagrid.width = totalcolumns.width + scrollbar.width Question 2: My datagridview control shows an empty row at the bottom even if I did not add it. Is there some way to hide it Question 3: How do I delete a row in my datagridview control The data in the grid is added manually and has n ...Show All

  • Ghanshyam Singh IE browser help object

    I am new to vb .net and am trying to create a simple widows form that will display a message each time Internet Explorer is launched. I have the form create but don't know how to save as a dll file or register it. Can anyone help me find some sample code or instrucitons that will help   I think you need to say more about your design. To save a DLL file you create a Class library project and build it. After writing and debug ...Show All

  • Tim HK Wong Books on Visual Basic 2005 (express edition)?

    Hi Guys, Can anyone recommend any GOOD books on Visual Basic 2005 (i got the express edition) I really wanna learn this. Also, sooner or later, I'd like to upgrade to the normal edition of Visual Basic 2005 or Visual Studio, which ever It's called. What's gained by doing this what all is included with the Studio program... I'm hope C++,C#, J, Basic, ect... anyhow... thanks! -Chuck K8CPA   ...Show All

  • JDanon VB & Word macro problem.

    I've created a macro in word. I'm trying to use Winsock to establish a TCP/IP connection. When I load the Macro in Word, it keeps telling me that Winsock isn't defined. Is there a way I can load Winsock I tried using "Load Winsock(i)" but that failed as well. Here's my macro: Sub ANewsmtp()     Winsock1.Connect "my.smtp.host", 25     Winsock1.SendData "EHLO my.domain" & vbCrLf     Winsock1.Send ...Show All

  • U3Bunji vb express 2005 beta2 avalon code-behind files don´t show up on solution explorer

    Hi. I have installed winfx beta1 and vs 2005 extensions. When I open a Sample Avalon solution the xaml's code-behind files don’t appear on the solution explorer. I have tried to add them manually with no sucess. Thanks for any info you may provide. Yes. I have got it selected. In the solution explorer - have you got the show all files button selected. Its the second ico ...Show All

  • Sinan Ussakli how can I creat a shortcut in clickonce ... ?

    when I publish my project, ClickOnce Technology not support a shortcut .. so is there any way to create it Can I create shortCut by code how is this If I install the first setup and create a shortcut, then I need to delete it for the next update ot change the path each update, and if user remove the application .. how Can I remove the shortcut!! note: how can I create it do you mean to copy it manually ...Show All

  • pledreau client server

    I know u can do client/server with winsock, but what is it and how do u get it They have wintrousers too. And winshirts. Don't forget sockets. Every windows system after 3.1 have winsocks. Don't they Someday, someone will invent winshoes to go over the winsocks, but winsocks give you a lot more freedom. Definition is Winsock http://en.wikipedia.org/wiki/Winsock There are other ways of doing client se ...Show All

  • John Ravacio OleDBAdapter Update Not Functioning

     have created/binded a datagrid to a table in Access and manged to get the data to be copied from Access into the datagrid table.  I also created a button that can update information in the datagrid when the button is press.  All of this seems to work fine up until the point were I try to get that change I made to the data grid to update the table in the Access database. I am using .Net and have the following code written to try ...Show All

  • Michal Laskowski How do I load a picture from resource file into a picturebox?

    -Visual Basic Express 2005- I have a resource file and have included all my images into. I need to load hundred.jpg into a picurebox when a certain event occurs. I hope to get the simplest line of code possible to do this Can anyone please help Thanks in advance :) This should work. PictureBox1 .Image = My .Resources.<Name_of_res_file>.<Name_of_image_resource> PictureBox1 .ImageLocation = "C:\ ...Show All

  • karls123 graph sin curve with following curve? Help

    I am using the following to graph a cardiod in polar coordinates but am trying to figure out how to graph a sin curve which is not in polar coordinates. How could I change the following code to make it graph in rectangular coordinates Private Sub DrawCardiod(ByVal g As Graphics) ' Drawing an Cardiod Dim x As Double Dim y As Double Dim old_x As Double Dim old_y As Double Dim r As Double Dim t As Double Dim dt As D ...Show All

  • Dr Sardon edit and continue

    I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options. Any help would be appreciated. Thanks, Danny OK, so I found the debugging menu, and edit and continue IS enabled. But when I try to use it I get: "cannot currently modify this text in the editor. It is read-o ...Show All

  • SiddharthK SqlDataAdapter issue with VB.net 2003

    I just installed SqlServer2005 Express and the SqlServer Management Studio Express in place of MSDE. Now when I run the Data Adapter Configuration Wizard in VB.Net 2003 using the Query Builder and using only one table (I'm using the Academic Version), only the Select Command is generated. The Wizard indicates that there are errors (unspecified) preventing the generation of the Update/Delete/Insert commands. Can anyone shed light on this is ...Show All

  • Ramazan Binarbasi importing records

    I have a program I wrote. On occassion, I have to change the database to add some fields to it. The database is written in Access 2003 and the program is in vb2005 express. I am looking for a way to export the data to csv form and then copy the new database and then import the records from the text file so the user will not lose the data and have to re-enter. Can someone help mne with this one, please ...Show All

  • inetnerd Attention: Please Help

    Im not sure if this the right place to put this type of question, but this site has a cluttered GUI. Anyway. Im a Highschool student who is in Computer Programming and Repair. For a closing VB project I have to come up with a project. My question is. I have one form entitled "frm_Main." and created another form "frm_Main2" How do I, using a command, "jump" forms while the program is executed. ...Show All

424344454647484950515253545556575859

©2008 Software Development Network

powered by phorum