Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
5 Endorsements
Ranked #341
Ranked #4K
~26.7K People Reached

53 Posted Topics

Member Avatar for neosonic

Hi, I got a project to load a pdf into a picturebox in vb6. How do I handle that? Is there anyone who sell that .ocx? is there anyway to do it? Thanks

Member Avatar for Giuseppe_1
0
5K
Member Avatar for muthuivs

[QUOTE=NeoInTech08;671564]Hi! I'm trying to print my tiff files and put page number on it. Just want to ask, if it is possible to do this in Microsoft excel using macro codes or in visual basic? You can also send response in my email add: [email]histrionics_2007@yahoo.com.ph[/email] Thank you.[/QUOTE] have you tried …

Member Avatar for arronlee
-1
1K
Member Avatar for neosonic

Hi, I am currently migrating access programs into vb.net with t-sql database backend. I am having 400000 rows of data that I have to pass into recordset and display it on the grid. In the good old access, the data appears almost immediately. Because access does not wait to load …

Member Avatar for gusano79
0
206
Member Avatar for neosonic

Hi, I wrote a drawing tool program by using vb6. I scans a big house plan (A3 size) and load many little pictures as the element of the house. The user can manipulate the house plan and saved it back. I used normal vb6 method to load and save the …

Member Avatar for Jeff-Bennett
0
1K
Member Avatar for neosonic

I have this little problem (at least I hope it is little). My vb6 program behaves differently when I execute it with the execute button in vb6 and when I execute it by using the compiled .exe file. I have a huge 2 picture boxes which loads 2 x 5 …

Member Avatar for neosonic
0
367
Member Avatar for neosonic

Hi all, I need your help. I have an insert query which insert a few rows into the table A. TableA has two primary keys, which are fieldA and fieldB. The SQL is written as follows: INSERT INTO TableA (fieldA , fieldB, fieldC, fieldD) SELECT DISTINCTROW TableB.fieldA, TableB.fieldB, TableB.fieldC, TableB.fieldD …

Member Avatar for neosonic
0
194
Member Avatar for neosonic

Hi, I am working in the program which is written in Access 2003 database with developer extension. It looks really similar with vb6. It is quick and it does the job, but we would like to upgrade it into vb.net considering that the technology might "abandon" it. So, we try …

0
66
Member Avatar for neosonic

Hi all, I am using windows vista home premium. Since I have this computer, I cannot type fast, two fingers are the fastest I can go, and sometimes it is even too fast for this vista. Why? Because if I type too fast, I might accidentally press two button at …

Member Avatar for neosonic
0
205
Member Avatar for neosonic

Hi All, My boss has given his old laptop since he has the new one. His old laptop is connected to the network in the cloud (I forgot what is the name), such as mobileme in apple. So, whenever we are logging off, the data is synchronized back to the …

Member Avatar for neosonic
0
132
Member Avatar for neosonic

Sorry, maybe I post this in the wrong section. But, I hope it is simple enough to be answered :) I have .dot ms word template with mailto hyperlink. something like: [U]neosonic@neosonic.com[/U], link to mailto: [email]neosonic@neosonic.com[/email] I have tried to edit it manually in the .dot file, and that mailto …

Member Avatar for AndreRet
0
354
Member Avatar for neosonic

Hi I'm currently using vb6 and ms access for my database. So far the application runs good, but the rumor (or fact) that access are not powerful enough with multiple access and also it has low data limitation (around 2 Gb), it scares me. I don't want my clients to …

Member Avatar for reygcalantaol
0
836
Member Avatar for neosonic

Hi, I have visual basic 6 program which loading and saving a big .bmp file. This is the bizarre thing: It runs okay (although slow) in windows xp with Intel Pentium 1.5 Ghz processor and 512 Mb of RAM. So, logically it will run okay and faster in windows xp …

Member Avatar for neosonic
0
162
Member Avatar for neosonic

Hi, I have a vb6 program who access an 97 access database. everything works fine when I put the database files into the shared harddrive (we put it as Z:\) It is running very very slow... I dunno why is it happening, it works really fine if I put them …

Member Avatar for AndreRet
0
134
Member Avatar for neosonic

Hi, I just want to ask a simple question.. hopefully. I use package and deployment wizard to create my software's installer. My software can be run by using a lot of pictures and document that because it contains millions of pictureboxes. Those pictures must be located in the same folder …

Member Avatar for AndreRet
0
343
Member Avatar for neosonic

Hi, I am using vb6 to manipulate my word 2003 template .dot and save it into .doc. My current method is: I am creating I word class, called W. then I use: W.activedocument.SaveAs "documentname.doc", 0, 0, "". 1, "", 0, 0, 0, 0, 0 It can be used perfectly for …

Member Avatar for AndreRet
0
2K
Member Avatar for neosonic

Hi all, Please give me some inputs about my situation, because I know that you have more experience than me. I have a program that is written in vb6, which is near to the completion. I would like to start selling the program at the beginning of next year. My …

Member Avatar for AndreRet
0
229
Member Avatar for neosonic

Hi All, I have a sub and trap the error with: ------------------------------------------ private sub mySub(mydoc as string) On error goto goto handlemyerror kill app.path & "\" & mydoc handlemyerror: msgbox "I cannot kill it" end sub ------------------------------------------ mydoc is word document with 2-3 pages length. It works fine to avoid …

Member Avatar for AndreRet
0
125
Member Avatar for neosonic

Hey all, I have a picture box, and I want to detect whether the ctrl key is being pressed. Since I want to simulate... ctrl and left click for multiple selections. what I have done: 1. set beingpressed as boolean 2. in keyDown event, I set beingpressed to true 3. …

Member Avatar for AndreRet
0
744
Member Avatar for neosonic

Hi All, I am using a msflexgrid to display my access database (not editing it in run time). But, I have one column which is a boolean. When I display it, that boolean column doesn't show as "True/ False" or "Yes/ No". It is shown as " -1 / 0 …

Member Avatar for AndreRet
0
100
Member Avatar for neosonic

Hi, I would like to know which software should I use to do the following: I want to do a live presentation in City A, and I want my prospective client in City B to see my presentation (in this my computer screeen). That's way I can save my transportation …

Member Avatar for caperjack
0
127
Member Avatar for neosonic

Hi, I want to call my client at the overseas by using skype or any other software which able in the internet video call. The problem is: they don't need to see me. I want them to hear my voice, and I want to show my computer screen to them …

Member Avatar for neosonic
0
192
Member Avatar for neosonic

Hi, I encounter some graphic problem with windows vista home edition in acer aspire laptop. The graphic becomes pixelated, also sometimes it splits into 6 small screens.. and everytime I refresh the screen, its appearance is changing.. It is so hard to see :( What's the possible solution for this …

Member Avatar for neosonic
0
93
Member Avatar for neosonic

I put one smaller picture box inside the bigger picturebox. The annoying thing is, I cannot have a good picture, because the my smaller picture is in rectangle shape, while the smaller picture box is in square. So there is a residual space in the smaller picture box that I …

Member Avatar for AndreRet
0
285
Member Avatar for neosonic

Hi, I am currently using ms word template .dot to create a ms word document. My current goal is to create .xml file to be used for quickbook sdk input (qbxml). I am using ms word 2003 and I can save those .dot as a .xml document, but it is …

Member Avatar for neosonic
0
200
Member Avatar for neosonic

hi, I have got a polybezier curve which is constructed by 4 points: (xa,ya), (xb,yb), (xc,yc), (xd,yd). I draw it in the large picture box. I want to calculate the length of that curve as close as possible. and I came across this site: [url]http://www.angusj.com/delphitips/beziertext.php[/url] which tells me that I …

0
94
Member Avatar for neosonic

Hi, do you know any function or component that I need to use to make a smooth image rotation? (as smooth as windows image acquisition). I am currently have a sub that enables me to rotate the image, it is okay with small image, but I am dealing with very …

Member Avatar for neosonic
0
3K
Member Avatar for umers56

I think you should unload your current form ( i call it myform in this case ) 'this will make the program exit if mario touches the walls or the goomba If picmario.Top = 960 & picmario.Left = 600 Then 'if your exit function works, you can use. cmdexit_Click End …

Member Avatar for umers56
0
194
Member Avatar for neosonic

Hi All, I have a microsoft word document, and I have got class to handle the manipulation within those documents (I call it "Word"). My code goes this way: ------------------------------- sub form load set W = New Word ' W is the Word object if usingW = true then 'open …

Member Avatar for vb5prgrmr
0
240
Member Avatar for neosonic

Hi, I load many of the picturebox (I named them pic) with the index 0 to 10 (pic(0) to pic(10)) on top of my main (biggest) picturebox. My problem is, pic(1) will always be on top of pic(2). pic(6) will always be at the bottom of pic(5) and so on.... …

Member Avatar for neosonic
0
111
Member Avatar for neosonic

Hi, I would like to know how to free a memory after I am using a imagelist or picturebox/ image file. I have a program who loads picturebox into a imagelist, only 2 pictures at the time. My problem is, after running my program several times (by using "start" command …

Member Avatar for neosonic
0
375
Member Avatar for neosonic

Hi All, I have 2 picturebox in vb6. Both of them has the same dimension and the slightly different picture. they are house plans, one for the ground floor and another one for the upper floor. I want to overlay them. But how can I do it? If I am …

Member Avatar for vb5prgrmr
0
455
Member Avatar for neosonic

I got a textbox within the picturebox. I want to be able to rotate it. So all the writings inside it can be rotated as well. what is the best way to do it? thanks

Member Avatar for hkdani
0
87
Member Avatar for neosonic

Hi All, I have big picture file (3508 x 4925) to be loaded into the picturebox. That picture is very detail, with the small writings all over it. I want to rescale into a A3 size which is around (1123 x 1590 pixel) to fit into my picturebox. I used …

Member Avatar for vb5prgrmr
0
322
Member Avatar for neosonic

Hi All, I have got the multiline textbox in the picturebox. I want to save the whole picture into a bmp file (including the multiline textbox). Is there any easy way to do it? what I have done at the moment is: pic.currentx = textbox.left pic.currenty = textbox.top pic.print textbox.text …

Member Avatar for vb5prgrmr
0
657
Member Avatar for neosonic

Hi All. I have been using ms word 2003 template (doc1.dot) and replacing the bookmark with vb6. My problem is: I want to use the underline in the ms word. for example: Instead of replacing #myname# to alex I want to replace it with [U]alex[/U] That should be an easy …

0
49
Member Avatar for neosonic

I have a large picturebox of house plan, with several textboxes for the notices (need to be edited by the user in run time). after everything is done, I want to save that picturebox with the textbox inside it into .jpg file. My question is: how can I do it? …

Member Avatar for vb5prgrmr
0
85
Member Avatar for neosonic

I would like to create a drawing tool similar to visio, with the linking to the database But i have another half of my .exe project done with visual basic.\ we want to sell it. is it wise to use visio and built macros links to it? is it easy …

Member Avatar for neosonic
0
341
Member Avatar for neosonic

hi all, I'm using wmf file for my picturebox. I want to make 30 * 30 pixel picture1.Picture = LoadPicture(App.Path & "\17.wmf", 0, 0, 30, 30) In picture 1, I have put scalemode in pixel and autosize to true But I cannot resize the image. picture1.Picture = LoadPicture(App.Path & "\17.wmf", …

Member Avatar for neosonic
0
102
Member Avatar for neosonic

Hi All, I have a picturebox with dragover, mouseup, mousedown, and mousemove functions. If I set picture DragMode = automatic, I can use dragover, but I cannot use mouseup, mousedown, and mousemove. If I set picture DragMode = manual, but I can use mouseup, mousedown, and mousemove. But I cannot …

0
46
Member Avatar for neosonic

Hi, I have got the complete vb6 application for doing graphic and costing estimation. I am currently using microsoft access database. The problem is: my client is currently using a quickbook application for their accounting package (for paying employees, suppliers and making an invoice for the customer). As far as …

Member Avatar for vb5prgrmr
0
106
Member Avatar for neosonic

Hi, I have got visual basic program connected with access database, well I am planning convert it into mysql in a short time. On the other hands, I have quickbook set up as the accounting package. I want to pass the information that I have in access/mysql database into quickbook …

0
53
Member Avatar for neosonic

I am using line function to draw line in the picturebox from the x1,y1 to x2,y2. I can draw it, but I also want to write a string on top of the line. My application is drawing a cable across with corresponded voltage, Something like 110 ------------------------------------------- but the line …

Member Avatar for neosonic
0
136
Member Avatar for neosonic

Hi all, I have a picturebox with scalemode pixel dim height as integer dim width as integer height = picbox.scaleHeight width = picbox.scaleWidth picbox.PaintPicture pic, 0, 0, height, width, 0, 0, picheight, picwidth note: picheight and picwidth are the height and the width of pic (in pixel) that has been …

Member Avatar for neosonic
0
2K
Member Avatar for neosonic

I have one big picturebox of the house plan. for the sake of example, assume it is 1600 * 1200 pixels. And on the most top and left of that house plan (position top 0 and left 0), I have another small picturebox of desk (let's say, 30* 30 pixels). …

Member Avatar for vb5prgrmr
0
121
Member Avatar for neosonic

Hi, this is my problem. I have a big picture to be viewed in picturebox. I will need to manipulated that picture (add some graphic in it) and save it in the same size (if the original is 2000x2500, let it be 2000x2500). The problem is that picture's size is …

Member Avatar for neosonic
0
94
Member Avatar for neosonic

Do you have any idea which program which enable us to do it? I'm thinking about matlab, but is it be able to do it? I am doing a project with the visual basic 6, which involving scanning the picture, and I need to read the text inside it. Thanks

Member Avatar for Nick Evan
0
95
Member Avatar for neosonic

Hi all, If I want to read an image and split them into pixel of rgb(red green blue) regarding their color. Is it possible to do it in vb? Or I need to use the different program? if you have any clue, please let me know, thanks.

Member Avatar for neosonic
0
100
Member Avatar for neosonic

Hi All, Thanks for your continuing helps and supports, I really love this forum. (and somewhat depended on it). I have got program written in vb6, this program provide the calculation and links to microsoft access and microsoft words. This program soon will be integrated with microsoft visio or other …

Member Avatar for vb5prgrmr
0
142
Member Avatar for neosonic

Hi All, Thanks for your continuing helps and supports, I really love this forum. (and somewhat depended on it). I have got program written in vb6, this program provide the calculation and links to microsoft access and microsoft words. This program soon will be integrated with microsoft visio or other …

0
53
Member Avatar for neosonic

Hi guys, I have a normal .exe file written in visual basic 6. It's just many forms linked through a database. I want to put it online, so the users can use it online and my application only need to be installed in one central computer. How can I put …

Member Avatar for AndreRet
0
927

The End.