o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

SGrid FontSize Problem [Solved] -

Hi

And here another SGrid 2.0 VBaccellerator problem...

I'm trying to change the Fontsize Property of the grid in Runtime... but it's not working.

when I use

SGrid1.Font.size=18

or

SGrid1.Font.size=SGrid1.Font.size+1
and
SGrid1.Font.size=SGrid1.Font.size-1

in a buttonklick event So the User can individual change the FontSize.... nothing is happening...
I also tried a "Grid1.redraw=true"....

maybe somebnody can help me here....

Kisses

Sarah

###############

 

SGrid FontSize Problem [Solved] -
Hi And here another SGrid 2.0 VBaccellerator problem... I'm trying to change the Fontsize Property of the grid in Runtime... but it's not working. when I use SGrid1.Font.size=18 or SGrid1.Font.size=SGrid1.Font.size+1 and SGrid1.Font.size=SGrid1.Font.size-1


SGrid Deployment -
Hi all, My application has made use of the vbaccelerator sgrid control. When deploying it with PDW and install on a client PC (win98), it has problem. After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the ti


SGrid/OGrid control -
Does anyone know how to implement the SGrid or OGrid, or at least a link to these controls? for those who doesn't know SGrid, its like the one used by outlook. you can put multiple images, multiple rowheight...etc. OGrid is being used by SQL Enterprise Manager, where in multiple column


Calculating FontSize -
Can you calculate a fontsize that is smaller than normal fontsizes? For example, I want to take a fontsize of 7.8 and multiply it by a percentage and assign that percentage value to the fontsize? Example: 7.8 * .70 = 5.46 Picture1.FontSize = 5.46 Is this possible? I am wonde


Saving SGrid with SaveGridData Problem (solved) -
Hi to all... And here is another anoying SGrid 2.0 (VBaccelerator) problem... I'm trying to save the grid with Grid1.SaveGridData "C:\sgrid.tst" or Dim Xfile as String xfile = "C:\sgrid.tst" Grid1.SaveGridData xfile and i get a "Runtime


An error with SGRID 2.0 Control -
Hi all I am using the SGRID 2.0 Control from vbaccelerator and works great, but sometimes I have an error that closes my app telling me that: "a not allowed operation ..." well, this only happens sometimes when i load a form that contains a SGrid control, but for exampl


sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?


sgrid with VBA -
I'm trying to work with sgrid 2.0 with VBA for autocad. when I fire my project it's crash with error " run-time error '0' ". also when i fire the " web sgrid demo " it's fire correctly. someone can help me?? thanks.


Advanced SGrid 2.0 Modification, Custom Scrollbars help -
Ok I need some assistance with combining this: http://pscode.com/vb/scripts/ShowCod...63527&lngWId=1 with SGrid 2.0 I know it will work, because SGrid draws its scrollbars with native win32 scrollbar api's... I don't need help making properties or actually drawing a scroll


SGrid 2 -
I am using the VBbaccelerator SGrid 2 and am having difficulties with the .Ensurevisible property. I have a grid with 400 rows and when I run .EnsureVisible 300,1 (Row 300, Column 1) it only just gets off the starting block with the scroll (5%- subjectively), but it should be more t


changing fontsize -
Hi, I have a command button and a textbox. When the command button is pressed, I want font size to increase. Currently I have: Private Sub Command1_Click() Text1.FontSize = Text1.FontSize + 2 End Sub This works to a point, but in the fontproperty of my textbox optional f


change fontsize of all controls -
hi.. need some hlp with this issue... how can i change the fontsize of all my controls, throughout all the forms in my project ?? (skipping those which do not support fontsize property)


Picture Box & fontsize -
I am using a picture box as a print preview window. Everything is working fine except for one annoying problem. When I set the font size as below:- picture1.fontsize = 8 I then check the property to find that it has set it to 8.25 I come across this with a number of sizes


VBAccelerator SGrid 2.0 - OLE Drag/Drop -
I am currently working with VBAccelerator SGrid 2.0 and I was wondering if anyone has ever found a way to add OLE Drag/Drop or anything that resembles it. It doesn't have to use OLE - but I want to be able to drag the selected list item(s) into a treeview control and have it at least


SGrid 2.0 as a cool alternative to Listview [Updated] -
**Updated versions below this post** Here is a little example I have been toying with lately. It could be usefull in one of my applications managing databases. Allowing users to select and deselect multiple items and rows of data. I thought some of the code heads might appreciate


SGrid - How do I disable horizontal scroll bar and change Column Header color -
I'm currently using SGrid and I need to disable the horizontal scroll bar, and change colours of the Column Header to blue. Does anyone know which properties or settings that do that?


sgrid and printing -
ok, im trying to design a program that will help organize things at these racing events I run. Autocrosses for anybody that may know about these kinda things. I plan on using sgrid to display the information in the program, but we need the ability to print out the charts of racers.


How to align the character to a common baseline(How to find CurrentY) -
Hello every1, My problem looks like a simple one. But it has been bugging me for a while now. Actually I just want to print a name on a form using the "Print" statement. Sounds ez. But the thing is I wanna print each character in a different fontsize. Example: If I wanna pri


Using vbAccelerators SGrid -
After being frustrated by the MSHFlexgrid, I had a look around here and lots of people seemed to like vbAccelerators SGrid I'm feeling like a bit of a fool, but I cant run their demonstration projects. I downloaded the binary, put it in C:\Windows\System32, registered it with r


Dragging height -
Dear VB users, Making a drag/drop program to move files, I discover a problem. At the moment I am dragging, the drag height must be the height of the filename. Searching for this value. The File1.FontSize can have many values. I did try: TextHeight("W") Tex


SGrid and ellipsis button (Woka where r u) -
Hi folks, I am using the SGrid (version 2.0). I need to show an ellipsis button in the grid row, which when clicked would show a file selection dialog. The selected file would be shown in another column. I have been able to place a command button in the grid row. However, when I


Fontsize -
Hi! I create a table like this: myTC1.Controls.Add(New LiteralControl(ZTitelSTR)) myTC1.Font.Size.Point(8) mytr2.Cells.Add(myTC1) However, myTC1.Font.Size.Point has no effect on the fontsize of the cell. How can I change the fontsize of the cell ? Thanks f


SGRID2 Cell Data across multiple rows... -
Hi, I've been using VBaccelerator's Sgrid / Sgrid2 for years. I am developing an scheduling application that shows different views (Daily/Weekly/Monthly) similiar to the way Outlook Calender presents appointments. However, I can't figure out how to show an appointment that stretch


Using timer control to increase font size -
Hello I am new to Visual Basic 6 and am currently trying to figure out how to do a task that I have been set. I assume it is fairly simple, but I seem to be having trouble with it! I have a timer and a label1 with the caption of "watch the text grow". My task is to &quo


Treeview - Size & Position of Node (SOLVED) -
Hi! i looked the forum for this, but all i found was a hint for VB.NET -> but I use VB6. The problem is: "get the position of a specific node in a treeview" this means position relatively to the treeview. i tried to calc this with the fontsize and node.index, b


Fontsize question -
How do you set the same fontsize for all controls on a form (including the form itself)?


Picture in SGrid Cell -
Hi, Guys.. I can't get this resolved... and has nothing to do because i'm Blond... Here is my Gordian Knot and i hope that in this Forum somebody could help... i've searched all the other Forums but nobody seems to know an Answer : I'm using SGrid from VBAccelerator and w


dot matix printing problem (font size) -
I want to increase the FontSize while printing on dotmatrix printer from VB, but i am not increasing the fontsize while printing below code. try to give solution for this. check the Code below :- Printer.FontSize = 60 Printer.Font = "Times New Roman" Printer.Fo


How can I change a ListView's FontSize in run time -
Many controls has FontSize property but some hasn't(e.g ListView).I can only set it in property window but can't set it by my code.


Thank you for your consideration of helping I solved the problem -
Hello everybody, It took me a while to code but I think I solved it. Still have some bags but I am working on it. Thank you Have a good day, Angela


How to really autosize a label (solved) -
Is it possible to autosize a label the right way. With this I mean that the with and height of the label stay the same, but when the caption is to long (or to small) it autoadjust the fontsize so it fits. Is this possible?? I found a way but it's to diffucult. Just add a label make


ListBox Height -
Listbox1 fontsize = 10 Listbox2 fontsize = 9 on resize event of the form i put this code; listbox2.height = listbox1.height but the problem is, the listbox2 sometimes higher than listbox1.. is there a code to fixed this? even API?


A simple Score system -
I have justed started VB coding with the help of a few books. I was hoping to implement a scoring system in the game that I have design. If anyone is able to start the code for me it would be extremely helpful. At the end of the game when the "game over" message is displa


Changing Font -
Can somebody tell me how I can change the font of menus? I searched a lot, but could not find out how. Also, I am having a lot of trouble changing the fontsize of an MSHFlexGrid. I see only cellfontsize, but I want to change the fontsize of the whole grid at one go. Is there any metho


Changing Fontsize while printing -
I am trying to print data to paper using the Printer Object. My first header prints the "date" on left side with fontsize set to 11, prints the Report Header in the middle of the page with fontsize set to 16 and then prints the "time" on the right side with fontsize


Label help :( -
Hi, Not sure if this is possible or not but I would like to loop through all the labels on my form and set the fontsize property to be a certain value. I imagain its something like: Dim Frm As Form Dim Lb As Label Set Frm = FrmMain For Each Lb In Frm Lb.FontSize =


FontSize in RichTextBox with ComboBox -
I'm trying to set the fontsize in a RichTextBox with a ComboBox, but I can't get it to work! I'm“using the following code: Text.SelFontSize = SizeFont.List(SizeFont.ListIndex)


Print preview and font size -
I'm trying to use a picturebox for print preview but the number of lines on the picturebox comes out different from that on the printer even if I scale the screen font by 0.5, the ratio of my picturebox to printer dimensions. The reason is that the screen font sizes are fixed and 0.5*P


[2005] How to change Textbox font size dynamically -
Hi all, we have project in VB.NET (Win forms), I need to increase Textbox fontsize dynamically on selecting the Expand button, Please let me know how to Increase and descrease the fontsize dynamically. Thanks, Mohan


How to change Fontsize of browsed contents -
How to change Fontsize of browsed contents,when programe browser software with webbrowser control,just like IE? thanx