Answer Questions
Greg Dillon Problem creating a querry with an embeded variable when using access datafile as connection source
When a Data Connection is established using Microsoft SQL Server Database File (SqlClient) as a data source the following code works perfectly SELECT * FROM ProdMaster WHERE (PRODMASTER.DESCRIPTION LIKE '%' + @DESCRIPTION + '%') The ToolStrip on the form opens an input box so you can type in a choice of DESCRIPTION and when the button is clicked the dataset returns only those values that meet the criteria input BUT If you ...Show All
GNE Registration Key
I have downloaded and installed Visual Basic 2005 Express Edition, but when I am lloking for the registration key, it is empty, were do I get the key from, I did al of that, so when I sine in with my passport id, and the go to product keys, it does not show a key there, but I still can do everything and download the stuff thsat only can be downloaded if you have registar. Choo ...Show All
efontana debugging not working
i'm using VC++ express edition. I was trying to debug one of the examples that come with the help system. but even after setting breakpoints the program doesn't break at the particular break points. it was working fine a couple of hours ago. i tried debugging the same program that i debugged a couple of hours ago. even tht wouldn't work. i don't know if this is a bug in the vc++ .. but its really bugging me. i've been trying for the la ...Show All
A. A. Windows and Processes Question
Here is my goal: I take a program that is forced to full screen mode or minimized mode, and make it a regular window.. I have the name of the window, the name of the process, and I dont know how to get the process id or window id in VB in order to accomplish this task. I figure as soon as I can get the process Id I can get the window ID, or just get the window id directly. I then wish to use window properties to format the window as I desire. ...Show All
iCe.NET Encrypting text, 15 characters max
Ive been using VB.net 2005 for a while now but this has me completely stumped. I have this small program that takes text and converts it into a string of numbers. Unfortunately, it seems that the program doesnt enjoy revealing more than 15 characters in the output. should the output hit 16 or above, i then get a result in psudo scientific notation that has cropped the ending of the result. Dim Encrypt As String = "" Dim letter ...Show All
osubvr registration with product key
I recently downloaded C++ Express Edition and installed it on my home computer but could not register with the product key I received. Where exactly do I do That what i need to do if I get always the following error from the webpage Server Error in '/ProductActivation' Application. Hi, have a look at this link: http://msdn.microsoft.com/vstudio/express/register/ How do I register To register any Visual Stud ...Show All
Roger Williamson Tables and fields
How do I programmatically access the different fields of a table in an SQL DB Thanks. ...Show All
Vishwa visual basic 2005 express
I had started developing a database application in VB.net 2003 where the database is MS Access 2003 (the MDB is 2000 file format). I migrated to VB-2005 Express and it tells me that my MDB file format is not recognized What can I do about this without redoing my MDB in another version Please and thank you. Luis When are you getting this message If you are just using the MDB to connect to there ...Show All
MHV642 Data Events
I'm very familiar with console apps but am new to Windows apps. I understand the concept of event handlers for various objects such as buttons, text boxes, etc. But how to do non-physical events get fired For example, I have a do-while loop with a counter that increments up to 6 and then the loop is terminated. At that point, I need to display various pieces of information. I also need to update time and elapsed time after varous increments of t ...Show All
Ross Grayum Microsoft Making Visual C++ express available to University students/staff
Having downloaded the Visual C++ Express Edition on my PC and installed and registered it, can I then also make it available to students and staff of our University by letting them have the setup exe file and my registration code Or is there a separate procedure for this kind of University-wide distribution Thanks. Zahid, has your question been answered Thread moved to Installing and Registeri ...Show All
Ramesh Narayanan tabcontrol align with visual effect problem
i have encountered the tabcontrol align problem. with the visual effect set to true, the tab text stay horizontal no matter how i aligned the tab to left, right or bottom. how can i fix it i hv encounter the same problem when using VS.net 2003 with the manifest file attached to enable the visual effect. any advices/guides are welcomed. thanks There are websites around that will convert that small a code sni ...Show All
Sean Perkin Vb express
Hi how can I write a new data to mytable in sql express please show it in code I recommend reading the tips on how to post questions. Your subject is not at all descriptive, there is a VB Express forum, and I still am not sure what you want. Do you just want to add a new row to a database Do you want to add a column What do you mean by 'data' You also need to explain how you're using SQL Express. I can tell you how to do this ...Show All
scottaus Mod function
Is there a mod function in C# I need to do a mod so if there isn't a build in mod function does anybody know the math behind the mod function and I'll create my own. Thanks In C# (like C and C++) the mod command is the percent sign (%) so it’s as easy as: int x = 5 % 2; Console .WriteLine(x); //x == 1 ...Show All
Fiona Hughes Where is project temlpates?
Hi,I've installed vwd2005 beta2 after uninstalling March preview and now I don't have any Project Templates in "New Project". What could I do with it Thanks. XASD, there were some known issues with the Beta1 uninstall and unfortunately even if you follow the exact steps provided in the uninstall guide ( http://lab.msdn.microsoft.com/express/uninstall/ ), you may encounter some issues, including a corrupted tem ...Show All
Stephen Orr Problem with searching XmlDocument
Hallo! I have a XmlDocument "neuesXMLdok". With the following command I select one single Node: XmlNode nodeOWN = neuesXMLdok.SelectSingleNode("/GAEB/Award/OWN"); This results in the following XML: <OWN> <Address> <Name1>XY</Name1> <Name2>ZZ</Name2> </Address> </OWN> Now, I want to select node "Name1" and put the value into a variable. So, I did the following: Xm ...Show All
