Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for xirosen

[CODE]Hi.... can everyone help me pls in how to make program using visual basic that can Preview documents before printing.. Help me pls.. thanks...[/CODE]

Member Avatar for babrad
0
2K
Member Avatar for xirosen

HI, can anyone help me pls on how to set the paper size of my datareport on printing. here is my code but it doesn't work. I don't know the reason why it does not work on me. Printer.PaperSize = 5 'SET TO LEGAL PAPER SIZE dr1.Orientation = rptOrientLandscape dr1.Show …

Member Avatar for AndreRet
0
227
Member Avatar for xirosen

Can a pageset.dll can be use to change the default printer paper size? I have tried using printer.papersize = 5 but this doesn't work on my project. I have tried pageset orientation and it works so i wonder if pageset has the capability to change also the paper size of …

0
53
Member Avatar for xirosen

Hi there... I have some questions on how to optimize copying data.. here is may code... Dim aUnicode() As Byte Dim g1 As Integer Dim g2 As Integer Dim fname As String Function Binary_copy(sourcef As String, destf As String) As Long Dim totalS, chunksize As Long Dim wrtn As Long, …

Member Avatar for AndreRet
0
142
Member Avatar for xirosen

How can i copy file with 60GB of size with much faster than usual copy (OS-Windows XP) using VB6.. any help plz.. thanks... xirosen

Member Avatar for AndreRet
0
194
Member Avatar for xirosen

Hello,, I've got some problem while trying to run my program that was originally made in (VB6) windows xp environment into windows 7.. everytime i try to run it, it says "Run-time Error '3633' Can't load DLL "MSRDO20.DLL"".. Can you pls help me solve this problem.. any idea pls.. thanks..

Member Avatar for vb5prgrmr
0
207
Member Avatar for xirosen

hello,,, pls help me on how to disable/ donot show the dropdown list even if we click the dropdown button.. help me pls...

Member Avatar for jhai_salvador
0
96
Member Avatar for xirosen

Our server growth is too fast from 30GB from last month now it reaches into 50GB. Is their a problem in our database? Can this be possible to shrink this database into a minimal Size? Our server is MS SQL server 2000.

Member Avatar for pclfw
0
137
Member Avatar for xirosen

here is the example content of my file: line1 line2 line3 line 4 line5 line6 i need only to replace "line 4" into "line4" and here the code to view this line by line: Set myObj = CreateObject("Scripting.FileSystemObject") Filestr = "c:\config2.ini" Set myFile = myObj.OpenTextFile(Filestr) Do Until myFile.AtEndOfstream strLine = …

Member Avatar for vb5prgrmr
0
85
Member Avatar for xirosen

Is it possible to have a combo box with a listview view drop down list? Help pls.. I have an attachment and i want to know how it is possible.

Member Avatar for xirosen
0
139
Member Avatar for xirosen

Hi,,, we have a database grown too fast... from 19GB last march 09 into 52GB this Nov 09... I search through internet on what happen why do database grow fast and i find nothing,, i found out on how to "sp_spaceused" query and the result says: database_name database_size unallocated space …

Member Avatar for GrimJack
0
68
Member Avatar for xirosen

Hi,, i am a newbie in SQL server.. we have a database in our office.. I notice that since 2004 - 2008 our database growth was about 19GB, but since jan. 2009 to present our database grows from 19GB to 52GB... is there's something wrong happening in our database's configuration? …

Member Avatar for xirosen
0
127
Member Avatar for xirosen

can anyone help me pls on how to resize treeview while the program is running.. i know how to populate treeview but when the text is to long not all text will be displayed that is why i want to know if there is way on resizing it while running..

Member Avatar for AndreRet
0
77
Member Avatar for xirosen

Here my code to display the menu: Private Sub Text5_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 2 Then PopupMenu t5menu End If End Sub But my problem is the default popup menus such as undo, copy, cut etc. keeps in taking place …

Member Avatar for xirosen
0
108
Member Avatar for xirosen
Member Avatar for xirosen

Good day.. Can everyone help me pls.. i have created a code to create nodes in treeview and i am done with this. my problem is how can i view children's text on the treeview as well as the image when i click the parent? here is my code. Private …

Member Avatar for omoridi
0
180
Member Avatar for xirosen
Member Avatar for abu taher
0
129