473,749 Members | 2,665 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Resize problem in VSFlexGrid

123 New Member
Hi,

I have kept combobox in VSFlexGrid. Now I want to make height and width of combo box to same height and width of that cell. How to do that?

kindly help me soon if you know the asnwer.
Apr 2 '07 #1
3 2476
hariharanmca
1,977 Top Contributor
Hi,

I have kept combobox in VSFlexGrid. Now I want to make height and width of combo box to same height and width of that cell. How to do that?

kindly help me soon if you know the asnwer.

Go to that EnterCell event

and use

Expand|Select|Wrap|Line Numbers
  1. cmbName.Top = grdName.CellTop
  2. cmbName.Width = grdName.CellWidth
  3. cmbName.Height = grdName.CellHeight
Apr 2 '07 #2
vijaydiwakar
579 Contributor
Hi,

I have kept combobox in VSFlexGrid. Now I want to make height and width of combo box to same height and width of that cell. How to do that?

kindly help me soon if you know the asnwer.
vsflexhave col as inbuilt intity
just use it
Apr 2 '07 #3
Shailja
123 New Member
Go to tat EnterCell event

and use

Expand|Select|Wrap|Line Numbers
  1. cmbName.Top = grdName.CellTop
  2. cmbName.Width = grdName.CellWidth
  3. cmbName.Height = grdName.CellHeight
After executig above code, I am getting an error Message "Height property is read only". I can not change the height of combobox.

Plz suggest me.
Apr 2 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3605
by: Roberto Herrera | last post by:
Hello all, I am also having problems with the vsflexGrid. I can't make work the comboliste that I loaded into the vsFlexGrid Apparently the combolist is loaded, but when I make a click in the vsFlexGrid to chose un item I got an error Another things I can't put pics in the vsFlexGrid. Can we still do that in vb.net? Does anyone knows how to load it or how to make it works?
11
4747
by: Shailja | last post by:
Hi, Can anyone tell me how to enter data into VSFlexGrid at runtime? Kindly send me coding of that.
1
3174
by: Shailja | last post by:
Hi, Can anyone tell me how to add new row dynamically at runtime in VSFlexGrid? I have only one row in my grid at runtime. Now after adding one row, i want second row to be dynamically add in grid. How to do that? kindly let me know.
1
1920
by: Shailja | last post by:
Hi, Can anyone tell me how to set tab settings in VSFlexGrid? Control should move from one column to other. What property i need to set for that? Kindly let me know.
0
1722
by: Shailja | last post by:
Hi, My form contains VSFlexGrid. There are 10 columns in it. I want to put combobox in each cell of column 2. I want to bind that combobox to database also. How to code that? Kindly help me. I am stucked with this problem.
4
5547
by: Shailja | last post by:
Hi, How to lock perticular cell of VSFlexGrid. Suppose I want to lock cell of Row 1 and column 2. How to do that? Kindly let me know if u know.
1
3297
by: Shailja | last post by:
Hi, Please go through the following code: i = VSFlexGrid.Rows i = i - 1 I am writting the statment VSFlexGrid.TextMatrix(i,0). Above statment generates an error "Type Mismatch".
3
2458
by: Shailja | last post by:
Hello, I have serious problem with VSFlexGrid. I am explaining my problem : I have VSFlexGrid in my form. VSFlexGrid consists of data ie. It is filled with data. It has 9 columns. When I click on perticular cell say Row 1 and Column2, and after that I click on next button, to move next record, value of that cell disappears. And again when i click on that cell, value is visible. Do i need to set any property or something else? Kindly...
1
1948
by: Shailja | last post by:
I am using VB. I have one form in my project. I have following fields in that form 1) Bill No 2) Bill Date 3) Combobox of Customer 4) Address of Customer 5) Drug License No1 6) Drug License No2 7) VSFlexGrid.
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.