Flex Grid in Smart Device Application in VB .Net |
P: n/a
|
Brian Holbrook
I am new to VB .Net. Is there anything close to what a
flex grid was in VB 6.0? By this I mean being able to
manipulate and add text data that is not in a database. I
would be taking data from a text box and adding it or
updating data that already exists in the grid. Again I am
using VB .Net in a Smart Device application. Any
direction on this would be a great help.
Thanks,
Brian | |
Share this Question
|
P: n/a
|
William Ryan
What do you need to do that the CF Grid won't let you do? You can add to
it, delete rows etc, it has most of the functionality of the standard
desktop grid.
"Brian Holbrook" <Brian.Holbrook@aac-inc.com> wrote in message
news:03a501c3ad4a$8ab13400$a301280a@phx.gbl...[color=blue]
> I am new to VB .Net. Is there anything close to what a
> flex grid was in VB 6.0? By this I mean being able to
> manipulate and add text data that is not in a database. I
> would be taking data from a text box and adding it or
> updating data that already exists in the grid. Again I am
> using VB .Net in a Smart Device application. Any
> direction on this would be a great help.
>
> Thanks,
> Brian[/color] | | |
P: n/a
|
Brian Holbrook
All I see is the DBGrid. Am I not seeing something or is
this an add in.
Brian[color=blue]
>-----Original Message-----
>What do you need to do that the CF Grid won't let you[/color]
do? You can add to[color=blue]
>it, delete rows etc, it has most of the functionality of[/color]
the standard[color=blue]
>desktop grid.
>"Brian Holbrook" <Brian.Holbrook@aac-inc.com> wrote in[/color]
message[color=blue]
>news:03a501c3ad4a$8ab13400$a301280a@phx.gbl...[color=green]
>> I am new to VB .Net. Is there anything close to what a
>> flex grid was in VB 6.0? By this I mean being able to
>> manipulate and add text data that is not in a[/color][/color]
database. I[color=blue][color=green]
>> would be taking data from a text box and adding it or
>> updating data that already exists in the grid. Again I[/color][/color]
am[color=blue][color=green]
>> using VB .Net in a Smart Device application. Any
>> direction on this would be a great help.
>>
>> Thanks,
>> Brian[/color]
>
>
>.
>[/color] | | |
P: n/a
|
William Ryan
Yes, there's only the DBGrid, but what are you trying to do? You can do a
lot with it, granted, it's not the desktop, but you can still get a lot
done. What problem do you need to solve?
"Brian Holbrook" <brian.holbrook@aac-inc.com> wrote in message
news:071301c3ad6f$e8f4ac70$a301280a@phx.gbl...[color=blue]
> All I see is the DBGrid. Am I not seeing something or is
> this an add in.
>
> Brian[color=green]
> >-----Original Message-----
> >What do you need to do that the CF Grid won't let you[/color]
> do? You can add to[color=green]
> >it, delete rows etc, it has most of the functionality of[/color]
> the standard[color=green]
> >desktop grid.
> >"Brian Holbrook" <Brian.Holbrook@aac-inc.com> wrote in[/color]
> message[color=green]
> >news:03a501c3ad4a$8ab13400$a301280a@phx.gbl...[color=darkred]
> >> I am new to VB .Net. Is there anything close to what a
> >> flex grid was in VB 6.0? By this I mean being able to
> >> manipulate and add text data that is not in a[/color][/color]
> database. I[color=green][color=darkred]
> >> would be taking data from a text box and adding it or
> >> updating data that already exists in the grid. Again I[/color][/color]
> am[color=green][color=darkred]
> >> using VB .Net in a Smart Device application. Any
> >> direction on this would be a great help.
> >>
> >> Thanks,
> >> Brian[/color]
> >
> >
> >.
> >[/color][/color] | | |
P: n/a
|
Tian Min Huang
Hi Brian,
Thanks for your post. I agree with William that you can use CF DBGrid for
your Smart Device application. Or you may resort to third-party FlexGrid
controls for mobile devices say, ComponentOne FlexGrid.
ComponentOne FlexGrid http://www.pocketpcdn.com/libraries/..._flexgrid.html
Hope this helps.
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights. | | |
P: n/a
|
Brian Holbrook
I am trying to fill the grid based on data entered by the
user, not coming from a database. As answers are entered
in a text box, I will move to the next row and populate
the columns. Again, I am new to .Net, so is there some
white paper with sample code on how to do this with the
DBGrid?
Thanks,
Brian
[color=blue]
>-----Original Message-----
>Yes, there's only the DBGrid, but what are you trying to[/color]
do? You can do a[color=blue]
>lot with it, granted, it's not the desktop, but you can[/color]
still get a lot[color=blue]
>done. What problem do you need to solve?
>"Brian Holbrook" <brian.holbrook@aac-inc.com> wrote in[/color]
message[color=blue]
>news:071301c3ad6f$e8f4ac70$a301280a@phx.gbl...[color=green]
>> All I see is the DBGrid. Am I not seeing something or[/color][/color]
is[color=blue][color=green]
>> this an add in.
>>
>> Brian[color=darkred]
>> >-----Original Message-----
>> >What do you need to do that the CF Grid won't let you[/color]
>> do? You can add to[color=darkred]
>> >it, delete rows etc, it has most of the functionality[/color][/color][/color]
of[color=blue][color=green]
>> the standard[color=darkred]
>> >desktop grid.
>> >"Brian Holbrook" <Brian.Holbrook@aac-inc.com> wrote in[/color]
>> message[color=darkred]
>> >news:03a501c3ad4a$8ab13400$a301280a@phx.gbl...
>> >> I am new to VB .Net. Is there anything close to[/color][/color][/color]
what a[color=blue][color=green][color=darkred]
>> >> flex grid was in VB 6.0? By this I mean being able[/color][/color][/color]
to[color=blue][color=green][color=darkred]
>> >> manipulate and add text data that is not in a[/color]
>> database. I[color=darkred]
>> >> would be taking data from a text box and adding it or
>> >> updating data that already exists in the grid.[/color][/color][/color]
Again I[color=blue][color=green]
>> am[color=darkred]
>> >> using VB .Net in a Smart Device application. Any
>> >> direction on this would be a great help.
>> >>
>> >> Thanks,
>> >> Brian
>> >
>> >
>> >.
>> >[/color][/color]
>
>
>.
>[/color] | | Post your reply Help answer this question
Didn't find the answer to your .NET Framework question?
| | Question stats - viewed: 952
- replies: 6
- date asked: Jul 21 '05
| |