Answer Questions
AdamChen datagrid view column name
well yes that is an option but i am using different sql statements every time thus it takes time to alter every statement so what i really weant is that at the load of the gridview i would like to change the column name from the db to my customized column name so that the grid_load checks for them just once and alters the names as and when they occour is this confusing... by the way thanks for ur reply one more thing i have a dropdownli ...Show All
Eric T creating dll's
hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) nothing thanks, but that di ...Show All
Ryan Rinaldi Choose Items Error
http://knd.org.uk/files/deskvb.PNG This is what I get when I try to go to Choose Items from the toolbox right click thing. How do I stop this Eliminate the skins: I know it's nice and all, but it can cause problems - and since you are doing things with a specific window (toolbox window), it may be causing problems. To troubleshoot such a problem, go back to as basic an install (of windows) as possible. Stop applications from starting ...Show All
marmarou How do I get back into Form1.vb [Design]?
Visual Basic 2005 Express Edition: I am in the middle of developing a large application. I can get into my Form1.vb code, but, how do I get back into Form1.vb [Design] It is not in my list of Active Files! I do not see a View Designer icon. I have been developing this app for over 3 months. Now, when I press F5 to Debug, I am getting: Error 1 'Sub Main' was not found in 'OrthoLabRx.Form1'. ...Show All
Bob Meyers MSFT System.Drawing.Graphics
There you can draw rectangles, arcs, polygon, bezier,.... I tried all methods "draw", But i can't draw a single pixel. How do i Dim panelGraphics As System.Drawing.Graphics I repeat : your PaintEventArgs has a Graphics object in it, which you need to use. You're just drawing into thin air with this code. How did you try it Your form has a Paint handler, which you can override. The PaintE ...Show All
desifunde How do I round a number to nearest .5
I have a formula in my program which returns values such as 4.67. I would like it to round that value to the nearest .5. In this example, I would like a return value of 4.5. Does anyone know how to do this I am not very familiar with the Round functions. Thanks a bunch. Melissa CY = (TextBoxDepth.Text / 12) * (TextBoxLength.Text * TextBoxWidth.Text) / 27 CYR = Math.Round(CY, 1) - not sure what to put here ...Show All
some Web Express
Ok, another problem. I am attempting to use web express. I do the following: 1. Create a WebSite (Using XP Pro IIS5.5) 2. Create the database and tables 3. Create a web page with only the dataset from one of the tables created in 2. 4. Run 5. Get indication that ASPNET user cannot open the database file. I have read many version of what to do, and nothing I have done will fix this. I have 30 years experience with asp.net and do ...Show All
Mal Hornsby How to enable line numbers in text editor?
Could not find Tools->Options anywhere that will allow me to enable line numbering in my text editor. I must be looking in the wrong place, can anyone help When you do open the Tools -> Options make sure that you check the check box at the bottom that says show all settings. This will open some more values in the tree. From there you can add the line numbers to each of the editors windows, for exampl ...Show All
bioan Project Files
MSVC++ 6.0 had a wonderful feature in which during the compile process of the main code (which had, of course, user #include file(s) in it), the environment would identify ("discover") *all* header files upon which the project was based - automatically. Do the later MSVC versions have this capacity If so, how do I set up my environment to make this happen and where in the IDE would these files be displayed Thanks. ...Show All
DennisWang FORM inside height
How do you retrieve the inside height of a form so that it takes into account of the form bar Mark Hi, Do you mean to get the location of the client (inside where you place your controls) area If so try use the Form.ClientRectangle property to get the client size. If you want to put into consideration the titlebar then use Form.Bounds property. cheers, Paul June A. Domag ...Show All
Jandler Methods and Events of Forms, text box controls, etc.
How can I see all available methods & properties of a form or controls on a form such as textboxes within the code window Is there a way In Visual Foxpro, it will show you all available methods and properties within code window. Sorry guys if Im comparing C# with Visual Foxpro, VFP is a Datacentric and RAD tools but I really want to be well versed in C# programming. Hi, I dont think its the navigation bar, If you can see the multi ...Show All
BrainToaster Using Search Engines via Code
Using VB Express, how do I programmatically use a major search engine to find a specific page/site containing a specific phrase For example, if I type in ‘batman cartoons’ into an edit box, and then click a button, I need a routine to find – search via one or more major search engines – URLs containing my phrase and drop them into a listbox. Can someone point me in the right direction of how to accomplish this (Or better still supply so ...Show All
Tief How can I load data into a 2-dimensional array?
I have some data in a text file in the format: X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,I,O,O,S,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O ...Show All
Keith Sirmons Bug in Error Window, VC# Express
I have a new installation of the Feb05 CTP VC# Express with a Mar05 CTP of Avalon installed. I am checking some older XAML code and have received some errors (not unexpected). However, when I make changes to the size of the column headers in the Errors list, the listbox, headers and all, goes into some strange oscillations and settles on a wierd configuration. If I click the Warnings or Messages windows, I may also get the erro ...Show All
anwarsom1 Build Error with PostBuild script
It seems that regardless of what command I put into the Post-Build property of my project I get the error: 'C:\Documents' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. I've tried even simple things like "echo hello." and I get the same result. echo hello. 'C:\Documents' is not recognized as an internal or external command, operabl ...Show All
