NeedSQLHelp's Q&A profile
Visual Studio Express Editions mySQL from C#
HI! I wanted to connect ti mySQL nativily using the dll and .lib provided with mySQL and I wanted to know if there was a way of doing that in C# Thanks Glenn Wilson wrote: Here is a link to the MySQL .Net provider, you can also try that. http://dev.mysql.com/downloads/connector/net/1.0.html Yes you can use the .Net provider above... ...Show All
Visual C++ Importing class from dll
Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. I removed WINAPI, and now it works. typedef int (* _writeSerialPort)(int numberOfBytesToWrite, char* data, unsigned long *bytes_sent); but there is still one problem: Untill now, the program worked, only the debugger stopped it with that error message. So it sad it wrote 1 byte to the serial port, or it wrote ...Show All
Smart Device Development Anchor names in Webbrowser cf 2.0
Hi all, I’ve read " HTML Reference for Pocket Internet Explorer" and I know PIE (pocket internet explorer for short) supports anchor names. I’m using the following code: string htmlBuilder; htmlBuilder = "<body onload='document.location.href='#" + versiculo + "';'><table width=100% cellpadding=5><tr><td><h2><center>" + nome_do_livro + " " + Geral.capitulo_actual + "</h2></center></td></ ...Show All
Visual Basic Questions?
HELLO! I AM NITESH MENON AND I HAVE SOME QUESTIONS. I HAVE BEEN USING VB FOR 3 DAYS AND NEED HELP. QUESTION 1- When using a web browser is there a way to go back to the previous page in VB (like back in internet explorer) QUESTION 2- When using a web browser is there a way to go back to the next page in VB (like forward in internet explorer) QUESTION 3- How can I display another form other than the main one. QUESTION 4- How do ...Show All
Visual Basic Nedd help with prime factors do while loop
I am trying to complete a homework assignment and I think I am doing something wrong in my do loop. Here is the code I have so far. The display I am getting does not make sense. Any advice Option Strict On Public Class Form1 Dim N As Integer Dim F As Integer Dim validNumber As Boolean Const INVALID_NUMBER_ERROR As String = "Must be a whole number greater than one" Const INV ...Show All
Software Development for Windows Vista Missing RPCSHIM.DLL file?
I am working on developing a installation that will work under Vista. I have resolved most problems but have encountered one item. Our application will not open with the 3D capabilities enabled. When I try to use dependency walker, it indicates that there is a missing dll file. The call we are making is from advapi32.dll. Advapi32 has dependencies on this file in Windows Vista. I have not been able to see the same dependency for XP or 2000. ...Show All
Visual C++ Linker Error with the file atlsd.lib
Hi all, I am facing a problem when building my code in VC++. Actually i built my code on a machine which contained VS2003. When i copied the same files into my machine which has VS 6 in it gives me a linker error saying, LINK : fatal error LNK1104: cannot open file "atlsd.lib". What is the reason for this to occur ,I think there will be a simple solution for this. Please look into it and gimme a suggestion. Thanks &am ...Show All
Visual Studio Express Editions Visual Basic 2005 Express Questions
Hey Guys, I'm trying to break into the world of desktop programming. I have a few questions before I attempt to fully learn a programming language. 1: For someone new to programming would this be the ideal tool to start with If not, what language should I start with or what tool should I learn to begin with 2: How do I find answers to programming questions Let me explain what I mean exactly. I do understand that for simpler programs whe ...Show All
Smart Device Development Visual Studio 2005 - Cross compiling - BREW
Hello. I've been charged with developing a build system for our (ahem) BREW projects. This involves building native x86 versions of our software (C++) for the BREW emulator, and cross-compiling (with ADS ARM) for the target. Now, because Qualcomm and Microsoft compete in this area, and also due to the generally conservative nature of the handset guys, official BREW support has been lmiited to some add-ins for Visual Studio 6 and some auto- ...Show All
SQL Server Variables Not Seen In Custom DataFlow Destination
I have run into a HUGE problem (possibly a BUG)! I have a custom XML Destination script which uses a FILE Conn to send to another path using the original file name. (found in my foreach container (varFileNm) The problem is that my destination will not use the value found for the varFileNm. I can see the value just fine in the Flat File Receive, but I can't see the value in my custom XML Destinati ...Show All
Visual C# help me with datagrid and datagridView (noob problem)
Hi I know that this is for u guys a dumm question.. but please help What is the diference between datagrid datagridView datagrid source... I use the Mysql Server for an sql server.. and i have a little database named 'Test' how can i get all the rows there in my DataGrid View/ Some nobish tutorial abit how tu use themm will be helpfull!! Thanks !! Here is the nobish tutorials you asked for, click ! And here is a other list of articles: ...Show All
Visual Studio Team System Deleting a Team Project
I am using Beta 3 Refresh. I tried using the TFSDeleteProject utility to delete permanently a team project but it does not work. Here is what I use at the command prompt: TFSDeleteProject "My Project Name" All I get in return is the help for the utility. The project is not deleted. Then I tried specifying the server name: TFSDeleteProject /SERVER-NAME "My Project Name" and I get the error: Unrecognized option '/SERVER-NAME' What am I doing wrong ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Face animation
As I told in the visual studio forum, i've got a project for school about A.I. Now I'm bussy with the programming stuff, while my mate is making the animations and models. The question is: How do I load a Lightwave animation, into Visual studio, and let it work in Directx 9.c or when released Directx 10. Can I just Dim Directx 9/10 and say load model, or do i have to convert it I'm not afraid for a lot of programming, but I'm just starting so it ...Show All
Visual Basic Newbie Database Question
This is a very basic question, but I've wasted a few hours trying to figure it out already, so I'm groveling for help. I'm looking for basic code to help me open a database, read some of the contents into variables, and that's it for now (close the database). The database in question is a flat table in mdb format; 8 columns, 15 rows - each row is a record with a name (p01, p02, etc) and seven associated strings - pretty primitive. The 1st column ...Show All
Windows Forms Position of context menu
Hi, How can I get the position of context menu Thank's Alexei Normally, the context menu will be shown at the center of the control when the keyboard is used to invoke the context menu of a control (Shift+F10, for example). You can customize the location as follows. Override WndProc in the grid and check if the Message.Msg is WM_CONTEXTMENU (0x007b) If so, check if the Message.LParam is -1, which means this was due to a keyboa ...Show All
