elifeinchrist's Q&A profile
Visual Studio Express Editions How to show all records on one form
Ok right now I have my dataset like this. index # {primary key} [checkbox] Name [label] Address [label] State [label] When I drag it out on my form it only displays 1 set of records I would like it to display all records on one page. For example index Name Address State check Bob bob's address NY check Tom Tom's Address VT check TIm Tim's Address CA and so on and so forth maybe i'm barking up the worng tree i have no idea. I'm extremely new to VB but understand programing and vbscript very well. Any help or sugge ...Show All
Visual Studio Express Editions VB 2005 Express and SQL Server 2000
I'm trying to add a connection to an existing SQL Server 2000 database, but I can't quite figure out how. It seems the only options are for SQL 2005 and Access. Do I have to reconfigure VBE to be able to access SQL Server 2000 Or am I missing something incredibly obvious I'd read several posts, however I didn't search for "local data" (since I was more interested in searching for SQL 2000). What was I thinking Thanks for clarifying. ...Show All
Windows Forms intellisense help...
Hi... I have a module in my app (VS 2005 ) that simulates a commanline interface (a textbox where commands are typed). When a command is typed, a tooltip appears (a richtextbox that shows the parameter list). I would like to highlight the help for each parameter, as the users types it (like in VS). I tried to parse the type text, find out which argument the user is typing and tried to select that portion in the tooltip. This is not very robust. Can anybody suggest a better approach. Thanks. Raj Hi, Could you be more clear in what you want to acheive So that atleast someone in the forum can help you out. Thank you, Bhanu. ...Show All
Windows Forms Getting a DataGridView to Update
I hope this makes sense. I have a form with a combo box and a datagridview. I have figured out how to get the values on the form. I cannot for the life of me figure out how to update the Database itself. I've purchased many books and still don't get it. I'm trying to upgrade from Access. I would like the value's in the rows to update when the user tabs to the next field in the rows. Any help would be very very helpful! Here is the code I use: Public Class PriceClaim Dim strConnectionString As String = _ "Provid ...Show All
Windows Forms Making my own Grid - Problems
Hi All, I have made my own grid using labels. It works OK but can be a bit slow to draw even with suspend layout. My problem is this, after I start moving arround my grid it seems that my system is creating multiple labels and putting them over the top of others. As a result when a label click event is fired, it fires for each overlayed control as well. Clearly I need some way of knowing if the label has been made already and using that label instead of creating a new one. All the labels are stored in a two dimentional array so that I can reffer to them by their co-ordinates. Maybe somone out there has already created a table control li ...Show All
Windows Forms MsMq Remote access?
I have problems to enable msmq remote access. i am using FormatName:DIRECT=TCP:62.25.xxx.xx\private$\VtrackOut I am not sure why the remote client can not send the data to the queue any help will be great appreciatedly. Thanks ...Show All
Windows Forms what is rating?
hello sometimes i see on the internet the word rating and beside it i see some stars,so my question what is the real meaning of the rating thank you for the help and for the time hello thank you for these details about this topic,so i understand that the rating is a number which describes the quality of something as if it good&n ...Show All
SQL Server Access OLAP
I have many users who have access the OLAP. For each one of them I have that to create an account in Windows It is necessary to create account on account Exists another way (Without using user GUEST) If all of your users are coming outside of windows domain, you will have to find a way to map every user to some windows domain account. You can go with one-to-one mapping. You can go with many to one mapping- all accounts will be impersonated under single windows domain account. Or you can have many-to-many mapping , you will create few windows domain accounts and map your users to them. Not knowing exactly your applicati ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I need e-book for directx programming
hi.... i need e-book for directx programming on C#... please help me! Yes Glenn's blog is now at http://www.virtualrealm.com.au/ I will edit that old link out of the posts. You are correct that after it expired it was taken over by someone else. ...Show All
Visual C++ array of characters function question
the code below worked on dev c++. then i put the c code into visual studio and i get the following errors: error C2143: syntax error : missing ';' before '[' warning C4091: ' ' : ignored on left of 'char ' when no variable is declared error C2143: syntax error : missing ';' before 'type' error C2143: syntax error : missing ';' before 'type' error C2065: 'pASCII' : undeclared identifier error C2100: illegal indirection error C2100: illegal indirection error C2100: illegal indirection // generator all possible password combinations void generator(int min, int max) { char[32] password; char ASCII[] = "01 ...Show All
.NET Development MSXML transform error "No such interface supported"
The knowledge base says this error occurs when you mix your DOMDocument versions, but I am using all the same DOMDocument versions. The error occurs when the transform is calling an extension function that was created using c#. Or at least that is the exception that gets thrown out from the transform call. I tried switching which version of the DOMDocument I was using and the error persists. Any Ideas We've bee working on this for most of yesterday, what we figured out was that the COM could not figure out which extension function to use, because the parameters all get passed around as object types.&n ...Show All
.NET Development Need help in accessing web control from within Javascript.
wrote in message news:c8a19d3b-91bc-491d-ac47-3120799843cf@discussions.microsoft.com > this is in the header section of the aspx page. > > function faisal() > { > var a1 = document.getElementById(' '); > document.getElementById(' ').Text = "hello"; > return false; > } I don't know any DHTML element that would have Text property. View the source of the HTML page as seen on the client, figure out what HTML element corresponds to your label, check DHTML reference to see how to change the text of this element. It might be value property, or innerText. -- With best wishes, Igor Tandetnik ...Show All
Visual C++ Old dog and new tricks
I need some quick advice. What I want is a pure MFC application with controls that are rendered with the look and feel of those used on forms. I tried doing a form, but it ended up looking very unprofessional. I can get an application to "feel" the way I want using pure MFC, but then my app has that all gray VS1997 look to it. Is there some way to use the forms controls without forms For example, I'd prefer to control windows directly w/o "anchor points", and I'd rather use dockable controls over the static feel of a form. Am I missing the boat here Maybe I just don't "get it" yet. It took me a while to go from straight C to C++ and MFC - ma ...Show All
Visual C# Dialog Box to ask a question (newb alert)
I want to call a dialog box that asks the user a question with a textbox for string input, like the JavaScript alert() fuction Thanks Ok, thanks :| ...Show All
SQL Server Cannot install Microsoft SQL Server 2005 Express Edition x86
I recently (yesterday) installed a fresh copy of Windows XP with Service Pack 2 applied. I proceeded with Visual Studio 2005 Express Editions installation straight away. But I cannot install Microsoft SQL Server 2005 Express Edition x86. I choose to install Microsoft SQL Server 2005 Express Edition x86 component along with every component of visual studio but it simply would not install. In the end, after the installation of each complete is complete, I simply get an error message saying that Microsoft SQL Server 2005 Express Edition x86 failed to install. What is the problem First take a look at the following file: %Pro ...Show All
