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

Software Development Network >> grantdi's Q&A profile

grantdi

Member List

sdflksdfsda sdfklsdf sdk ksdfk s
misha_sql
Roland Hasenöhrl
Peter Nimmo
Shehzad Sheikh
tracyfm
PaterPeter
shaufe
kotteesh
Coder24.com
Denispiow
Jose Fuentes
mPaskov
Jorge Tressino Rua
David Navarrete
CNH
AnOracle
John Hunter
Jayaram Ganapathy
Cappy Popp
Only Title

grantdi's Q&A profile

  • Visual Studio Express Editions sample project "addresses" database

    I just downloaded VB Express.   I am a beginner.  In the VBGuided Tour - managing your records, I tried the sample program "addresses" and the 3 addresses came up fine but I couldn't add any addresses to it.  I first hit the add button and blank text boxes came up, then I filled them in and hit the save button but nothing was saved.(that is when I closed the program and then ran it again just the original 3 addresses were there)  I read a few posts about this but now am more confused.  Can VB Express save data or not   If it can what code should be added to the sample project "addresses" so t ...Show All

  • Visual C++ chr() equivalent in VC++

    can anybody tell abt the equivalent VB's chr() in VC++ There is no equvilant because a string is an array of characters and each charater itself is just a storage that holds a 8bit or 16bit value (UNICODE). So a character is just a number. So you can init an integer with a number like this: int i = 65: In the ASCII char set this is the letter A, so ots the same to write this: int i = 'A'; In formated output like printf you can add a char into an output stream: printf("This is my char %c\n",i); Where do you need this! ...Show All

  • Visual Basic Iterating through text boxes using loops

    **This is copied / pasted from the "Language" forum. **Moderator please leave this post here and delete the other if necessary. I'm writing a program for class (so please don't help TOO much with the logic) but I'm not familiar with all I can do with VB yet. The program is a window with 10 virticle text boxes with corresponding labels. These represent the floors of an elevator. Each text box is prepopulated with a number representing people. The elevator needs to start at the first floor, go up, stop at each floor, fill to its capacity and go back down. It then "drops the people" off on the first floor. First ...Show All

  • Visual Basic Glass efect in Visual Studio 2005 with Avalon Technology

    Hi friends! I want the Glass efect in Visual Basic 2005! I want that the border windows forms in Visual Basic or C# have the Glass Efect! Please help me! I have the WinFX SDK installed and the runtime! Please help me! I believe it is illegal to send images from Windows system files. Sorry. You can obtain Vista via a MSDN subsription or you can be asked to beta test via Connnect. ...Show All

  • SQL Server Export from SQL To SQL Mobile

    Supposedly it is possible, but I can't figure it out... Simple - export data from SQL Server 2005 to SQL Mobile SDF. One would think to use the Export from SQL Server 2005, but no provider seems to exist. Or in VS 2005 - can't figure that either. Roger Euan, Thanks for your help. Now I run into the following: In the BIDS (you have to install this from the client tools for SQL Server 2005 BTW), I get several problems. First of all, In the VS2005 Server Explorer Data Connections, I am able to create an SQL Mobile connection, and mess around with the SDF, so at least something works. However in the BIDS, I add a Sql Server Mobile Destinati ...Show All

  • Visual Basic For Each??? Questions

    Dim rNode As Infragistics.Win.UltraWinTree.UltraTreeNode For Each rNode In UltRepairCodes.Nodes If e.KeyCode = Keys.Enter Then rNode.CheckedState = CheckState.Checked Next I just want to access one element and if i hit enter it will check but i am getting them all checked...I know i am saying "for each" node in the list but i just want it to be one item in the list to be checked when i hit enter....what should i do a lil lost! I'm not fimiliar with the infragistics treeview control, however the VS version has a selectednode method that retrieves a reference to the currently selected node on ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find SvcUtil.exe

    I am unable to find svcutil.exe even after intstalling WinFx Runtime components. Looking at other posts, it should be in Program Files/Microsoft Sdks/Windows.... folder but there is no folder of this type. I have written a service, I am stuck at the step of generating the Proxy. Thanks, Akhil Did you also install the WinFX SDK Look here for installation instructions: http://blogs.msdn.com/madhuponduru/archive/2006/05/23/605077.aspx ...Show All

  • Visual C++ How do I build binary with debug information?

    How do I build binary with debug information So that I can debug the program using the debugger Changing the build configuration (the bit in the toolbar that says Release) from release to debug should work. Did you make this project from scratch, or are you reusing someone else's project ...Show All

  • Visual Studio Express Editions VB 5 to VB express ???

    Hi, I have a small program which was developed in VB 5 is it possible to import into VB Express. I have no knowledge of programming, and decided to learn VB Express. Many thanx, Aniamtor IF you have no knowledge of programming, I assume the VB5 app is not yours. You would do better not to bother with it, just work through the VBE book, or tutorials. VB6 was very different to VB.NET, and you'll only pick up bad habits and frustration from VB6 code. ...Show All

  • Visual Studio Team System Goal Base Load Test using Response time

    I wish to set up a goal based load test based on the response time average. which counter do I point this at in the LT properties Ken Please read forum post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144946&SiteID=1 for the answer. ...Show All

  • Visual Studio Tools for Office Unable to create Excel Workbook Project

    I just installed Visual Studio 2005 June CTP on a machine with no previous version of VS 2005. However, I get the following error when I attempt to create an Excel Workbook Project: The project cannot be created. I tried uninstalling and reinstalling both VSTO and VSNET. Then, I tried formatting and reinstalling Windows 2003. Next, I tried it on a Windows XP machine. However, all gave the same result. Note: I can create a Word Document Project without errors. Hi Installation order is quite important so would be useful if you can recall the exact order and if there was any reinstall of othe ...Show All

  • Visual C++ How to compile a simple program.

    Here's some info on how to compile a simple program. First "C:\Documents and Settings\<user>\Start Menu\Programs" is where you can organize "start | All Programs" into subfolders if you've installed more programs that can be displayed by clicking that. That is, after installing  VC++ 2005 Express Beta, it didn't place an icon on the desktop, taskbar, and didn't show up on the "start | All programs" menus. And clicking help on it running didn't show where it was at. Though I did find it after reorganizing by the above and right clicking to see the location: "C:\Program Files\Microsoft Visual Studio 8\Common7\ID ...Show All

  • Visual Studio Express Editions Port number being added to uploaded file's filename (extension).

    If i upload the file "test.txt" the server receives the file as "test.txt21" 21 is the default port number for this program. Here is the code that builds the URI: Dim connectURI As String = Nothing Dim UserName As String = txt_login.Text Dim Password As String = txt_password.Text 'Build FTP address e.g. ftp://anonymous:anonymous@127.0.0.1:21 connectURI = "ftp://" + UserName + ":" + Password + "@" + serverString + ":" + portString Console.Write(connectURI + Environment.NewLine) 'Connect and create connection object request = CType(WebR ...Show All

  • Visual C# How to check that SQL Server or MSDE is installed?

    Hi, 1) How to check that SQL Server or MSDE is installed 2) How to install MSDE automatically from my setup Thank's Alexei Hi, This creates the setup but if I have sql server with sp4 it tells me to install old msde. I don't want to install msde where I have sql server... How can I solev my problem in another way ...Show All

  • Windows Forms Shelling out to an executable

    I need to shell out from a VB6 executable to an existing .Net executable which can accept two optional parameters. When testing and forcing the two optional parameters by hard-coding the optional values in the .Net executable, it works fine. When I try and shell out from the VB6 program, the parameters only show up as empty strings (I have a messa ...Show All

©2008 Software Development Network