limiting and renaming columns in datagridview
Wed, 14 Jun 2006 16:47:59 GMT
I'm fairly new to VB 2005 and definitely new to the DataGridView
control. I'm trying to populate one with only 2 columns in a table (out of
7). In addition, one of the columns needs to be renamed.
Do I need to use a SELECT statement to fill the dataset for the grid, or is
there a way to do this through pro ...
|
32 or 64 bit executable - how can I tell?
Tue, 13 Jun 2006 18:02:02 -0700
Oh Boy! I get to port code to the windows x64. First question of many:
How can I tell the difference between a 32 and 64bit executable.
For example, on unix I would use the "file" command and see output like this:
% file xxxxx
xxxxx: ELF 32-bit MSB executable, SPARC, version 1 (SYSV), dynamically
linke ...
|
Why is VS.Net 2005 so SLOW?
Tue, 13 Jun 2006 09:15:37 -0400
I've been porting apps from VS.Net 2003 to 2005. The one thing I
notice is the speed of VS. If I make a change to a control in design
view and then switch to code view, this takes 10 seconds while it
thinks about it or something. This is only one example. It's as if I
went from a P4 system to a P2. This ...
|
PPC2003 deploy error
Tue, 13 Jun 2006 12:57:43 +0200
I can't connect to my Pocket PC 2003 device using VS2005: "The bootstrap
could not be loaded" is the error message!
However I can connect to Pocket PC 2005 device: why?!?
M
...
|
Settings
Tue, 13 Jun 2006 10:01:16 +0200
Where can I find VS2003 (or VS2005) settings on my file system?
I need to save them and copy/paste on another PC..
Mhaxx
...
|
Visual Studio 2005 form design bug
12 Jun 2006 08:33:02 -0700
Greetings,
Every so often we are noticing during form design that my screens flash
and repaint themselves. When that happens almost guaranteed some of the
controls haved ended up drawn off the bottom of the form.
Definitely not in the place where they were originally designed.
Depending on the nature of t ...
|
how capturing selected test out of own form
Mon, 12 Jun 2006 08:05:01 -0700
Hi, i developed a dictionary now want to add some new features like babilon
style selection capture. How can i get text selected out of my form when my
form is not active ...
|
|
|
Mixing managed non managed projects
12 Jun 2006 06:27:40 -0700
I have a code base I am currently working on, represented in vstudio by
one "solution"
1. The first project is the core simulation code. This I have tried to
keep as close as possible to standard/ISO C++, as some of my users will
want to run simulations in unix/linux/mac environments.
2. I need to start c ...
|
extern In Ansi C
Sat, 10 Jun 2006 16:02:19 +0200
I have V.Studio 6.0,
use windows console application, and use mostly the ansi C.
I need an example of : how to use "extern" statement, please.
Thanks :)
...
|
error: converting CStrings in VS2005
Fri, 9 Jun 2006 10:40:41 -0500
I am trying to port a VS6 project over to VS2005.
I have a lot of functions that assign default CString values explicitly like
CString strTest = "test"
VS2005 complier doesn't like this. Is there any way short of changing all
this code to make the VS2005 compiler work like VS6 did?
Thanks
Eric
...
|