Fascinating Technology A 3D Printer?
Oct 18, 2011
The current episode (Bedford house, episode 2 of 16) of This Old House has a segment on Z corporation's 3D printer. This printer prints 3D working models complete with moving parts. I found it fascinating.
You can view the episode on the PBS site or local PBS channel.
View 1 Replies
ADVERTISEMENT
May 25, 2009
I need a clarification of COM & DCOM concepts. How to use this technology and with samples codes in vb 6.0 or vb.net so that I can understand easily.
View 2 Replies
Jan 3, 2011
I have worked on .NET 2.0 technologies and now that I want start learning newer technologies, I am currently very confused on how to proceed.
New technologies I am considering consist of AJAX, Workflow, WCF and WPF
Here is my dilemma:
1. Where should I start first?
2. Which technology would allow me quicker understanding?
3. Is there any specific sequence to this learning?
I understand the questions might be stupid; however, this would help me concentrate on one instead of all over the place and archiving nothing.
View 1 Replies
Nov 10, 2009
I am an aid in a technology classroom at a middle school. They have 12 computers that must be logged into everyday. The teacher has given me the password to log in the computers for the students, because he doesn't want them to know it. The teacher's computer is linked to the other 12. I was wondering if it is possible to develop a program that has a list of the 12 computers with 2 fields, one for user name and password. These for each computer. You would enter the username and password and it would log in the computer. This would be done from the teacher's computer. It would make it a lot easier than having to go around and log in those computers. [URL]..
View 17 Replies
Mar 3, 2011
I am creating a dictionary software in Visual studio 2010 (vb). I've already done one in which i used SQL server express 2008 to hold the data. But users find it very annoying to download SQL server (of 58 MB) before installing the software.I am definitely not using SQL this time. But I don't know which database technology does not need a prerequisite software. I guess ADO.NET will not be favorable too. So can anybody suggest me which one to select this time, so that the users can use my software having just the .NET framework 4.0 and nothing else?
View 7 Replies
Jul 13, 2011
I have to make an interviews with programmers. Do you have any ideas how I can test their knowledge from the field of vb.net/C#?
View 2 Replies
May 24, 2011
I have a question about which technology is more efficient and easy to use oracle forms or .net . The database we use is oracle now we have to develope a new project insurance software (application) . I just want your opinion if .net would be more better to use for these kind of projects and if it has the same performance with oracle database as the oracle forms?
View 2 Replies
Feb 24, 2009
I want to print an array WebBrowser each time to a different printer without changing the default Printer (not to use the SetDefaultPrinter function) I tried to work with the PrintDocument object(he have the Print function and also i can choose a printer name) but I cant attach the
[Code]...
View 1 Replies
Apr 21, 2010
i m using this this coding to copy and print the word document
System.IO.File.Copy(Application.StartupPath &"PrintT.doc", Application.StartupPath & "PrintT1.doc", True)
Dim line1 As String
Dim line2 As String
line1 = "Line1 Replace"
line2 = "Line2 Replace"
[Code]...
now i need to print the Word Document with Printer Default Font(Draft 17.5 CPI) in Dot Matricx Printer
View 2 Replies
Jul 2, 2010
For my current application development I need direct printing technique,For the purpose I refer Microsoft Support page Titled"How to send raw data to a printer using VB.Net "The code snippnet specified is perfect for my application.Refers link [URL]But I need something more like Setting the Printer font to Condensed.By default my printer use the font 10cpi ,by using this font size I limited to print only 80char on A4 sheet,but I have more than 80 char on line so I prefer Condensed font size.
View 2 Replies
Dec 7, 2009
get a list of printer's (name,port,model) from a computer over the network. I know how to list my own, but it's from querying the Win32_printer object on my machine, I need to be able to do something similar on a remote machine.
View 4 Replies
Oct 21, 2010
We are using ClickOnce Technology to deploy our applications using In Place Hosting Manager.I install Ver 1.0.0.0 for an application XYZ. More upgrades happen and I install till Ver 1.0.0.7. At this point the minimum required version is set to Ver 1.0.0.5. But,now I want to move back to Ver 1.0.0.3.Will In Place Hosting Manager install Ver 1.0.0.3 though we don't change the minimum required version? My motive is to only change the location of deployment manifest and keep on jumping across versions(Up and Down).
View 1 Replies
Sep 3, 2009
I'm trying to check the printer status of a shared printer on a Win98 platform pc and need some samples to get started.
View 3 Replies
Feb 22, 2011
I have printer vendor provided SDK implementing that i can get printer DEVMODE or HDC with correct printer settings.
My questions is:
I am already using printDocument to print the image (System.Drawing.Bitmap). How can send use this HDC or DEVMOD with printDocument.
I already tried using the "PrintDocument.SetDevMode". it seems not be working.
View 3 Replies
Mar 18, 2011
1. Detect if my printer is busy, because my code tells the printer to print more pages that it can cope with, so I need to delay the command for 'Print the next page' until the printer has finished printing the previous one.
2. Shift the output to my printer so that it gets printed in it's entirety on the paper, instead of seemingly being anchored to some nebulous point on the A4 page. It starts printing at X = 29mm from the left edge, and Y is 28mm from the top, and stops at X = 22mm from the right edge and Y stops at 22mm from the bottom edge, leaving (aprox) 50mm of X and 50mm of Y unprinted.
3. Get useful information on Bounds, which I'm fairly certain is what I need to control where my printing should start and finish.
I've hunted through this forum, MSDN, 'Help' (a misnomer if ever there was one) the VB Library and one or two other forums, which either baffle me with reams of code or suggest code to try which either just don't work or which doesn't declare all the variables and usually don't suggest what type of variable I need, it's all very frustrating
View 9 Replies
Feb 8, 2007
I have a label printer (Argox 1000-x) and i want to print some datas on it. And this printer is connected to my computer via the COM1 port. I can open/write COM1. And when i send some data to printer through COM1, Label Printer's Ready Signal Led will be ON/OFF. But it does not print anything or any label..
View 5 Replies
Nov 21, 2011
im planning to make a "sales and inventory system" with added technology like (barcode/ swipe card <-- this 2 are common) ....
View 6 Replies
Jul 24, 2009
I'd like to be able to specify two different printers for two different jobs. I'm using the following class to handle printing these, but regardless of what I do, the default printer is always the one that's printed to.[code]If I inspect my PrinterSettings attribute immediately before the call to DrawString, the PrinterName attribute is still correctly set to the printer I specify, but it's still the default printer that kicks out the job.
View 2 Replies
Jan 12, 2010
I have a COM component written in C++ that has a Print function. This print function takes the Printer hDC as a parameter that includes all settings to use for the print. Previously, this was called from VB6 code, and Printer.hdc would work here after setting everything on the Printer object.ject?
View 2 Replies
May 28, 2011
I am looking for a free open source .Net based (prefer C#) pdf driver. where I can download one?
View 1 Replies
Mar 21, 2007
In vb.net i want to get the name of the default printer. I have found the following c# code but dont understand c#.
[Code].....
View 6 Replies
Jun 8, 2011
I just want to ask if how can I code to connect to a POS printer...
View 1 Replies
Nov 22, 2009
Does anybody know if there is an API function that would let me cancel a print job.I already know how to get a handle to a printer and how to enumerate the print jobs using the printer handle.
View 1 Replies
May 4, 2009
I have an .INF for a virtual printer that I need to install from a .NET Application. I have done this before using batch scripts, but I am looking for a snippet of code to do this in the .NET Framework.
View 6 Replies
May 13, 2009
i want to list name of printer on my computer and network printer Can i do? How?
View 3 Replies
Jan 14, 2010
I know this says not for VB6, however there does not seem to be a forum for VB6. I have VB6 and Access. I want to print to a printer.There is a Printer class with many properties such as line draw, page, orientation, EndDoc etc. It does not have a print option. All documentation I have been able to find is like this
Dim printer1 as printer
set printer1 = Priinters(2)
printer1.print "This is a test line." ' This does not work, error message "Runtime error '438'" "Object doesn't support this property or method." also I get the same error message for printer1.EndDoc even though it is listed.
View 2 Replies
Jul 18, 2011
I'm using Visual Basic 2006 and i am printing with a third party application call NovaPDF. It works very well.NovaPDF works like any printer and i'm having no problem using it. The thing is that i don't want to queue printing document because i need to rename and change their location. Also NovaPDF append to file. So, what i want to do is : Do some kind of loop that the program will loop in until my printer is done printing everything.[code]....
View 3 Replies
Sep 8, 2010
Does anyone know what 'Printer.DriverName' was upgraded to in VB.NET?
View 3 Replies
Jun 4, 2012
This is pankaj, I am currently working on the printing project. Here I have creating a custom paper(height = 1000mm and width = 800mm) on the printer via code and then trying to print the text on a specific location (for example. top = 1cm and left = 1cm). It does not print the text After trying many time i found that printable area, created by the code, is not changed but it is changing height and width as custom paper i have given in the code. But still it's printable area remains the same as previous paper kindly reply
View 2 Replies
Jun 24, 2008
Try
Dim rptt As String = "The receipt is mine"
Dim ss As System.IO.StreamWriter
[Code].....
The text, The reciept is mine, is written to a file called Receipt.txt as required. and a command is given to the printer but the printer does not print characters on the paper as the paper rolls out of the printer during printing process.
View 3 Replies