make main form large: entire workspace less 10% margins on each side Programming Software Development by hery …)=right (4)=bottom SystemParametersInfo &H30, 0, workspace(1), 0 ' &h30 = get workspace size Dim X As Long, Y As Long…, w As Long, h As Long X = workspace(1) * Screen.TwipsPerPixelX Y = workspace(2) * Screen.TwipsPerPixelY w = workspace(3) * Screen.TwipsPerPixelX - X h… Re: eclipse workspace Programming Software Development by tux4life …*: use the *Browse...* button and browse to the Workspace directory which contains the projects to be imported. ->… select the projects you want to import into the Workspace (or use the *Select All* button to select…you've copied your projects to your target Workspace already, and selected this Workspace as root directory, then click *Finish*. … eclipse workspace Programming Software Development by hwoarang69 I just download new version of eclipe on to my computer and it create a folder called 'workspace'. Is there way i can put all my project from my old workspace in to new workspace? i tried copying from old workspace and pasting in to new workspace. than i open eclipse but no changes. Re: make main form large: entire workspace less 10% margins on each side Programming Software Development by hery … want... I want how to make main form large: entire workspace less 10% margins on each side. But thanks your replies… Re: make main form large: entire workspace less 10% margins on each side Programming Software Development by sknake … want... I want how to make main form large: entire workspace less 10% margins on each side. But thanks your replies… Notepad++ Workspace... create new files??? Programming Web Development by momo219 …++ and I have just been investigating using the Workspace. If I want to create a new file… in the workspace I either have to manually locate the actual…. Then I have to go back to the Workspace and add in the file I just created...… to right click the appropriate folder in the Workspace view and create new file in that folder?… Pygtk Workspace Change Programming Software Development by mmxbass … I make my pygtk windows switch to another workspace. I'm working on a box-oriented task… follow windows to their new workspaces when they change workspace. This is my code thus far: [code]…-closed", self.winclose_event) self.appw.connect("workspace-changed", self.winspace_event) self.window.set_app_paintable(True)… images in workspace Programming Web Development by bharatgs7 … this, I am storing images in my workspace. But the problem is, since my workspace is in C drive, I dont want… to store those images in workspace because of the space matter. Can I store those images… Re: Notepad++ Workspace... create new files??? Programming Web Development by clivepaterson Yep, dunno why this feature isn't there. What I do is Right Click the workspace and select "Add Files..." Then in the browser windows I right click and select New > Text Document. And then rename the new file and click open. It's not a perfect solution but it's a bit better. Sharing Files in a Workspace Networking Hardware and Software Networking by damson … me? I networked 12 computers and want to create a workspace where all the computers can send data and view data… the computers, which means data can only be viewed on workspace alone but others data in the computer would not be… Re: Sharing Files in a Workspace Networking Hardware and Software Networking by bobbyraw … full acces to the file in a particular directory say workspace. As for each pc and securing other files, this can… Re: Open application in specific workspace Hardware and Software Linux and Unix by rubberman … an X-Windows tool, such as this, to a specific workspace, is dependent upon the application supporting those options. Multiple workspaces… specific window managers. You will have to switch to the workspace you want to run it on first, and then start… Open application on specific workspace using the terminal in UNIX Hardware and Software Linux and Unix by singularity~ How can I open an application on a specific workspace using the terminal in UNIX? **** I cannot use any external addons like Devil's Pie **** Open application in specific workspace Hardware and Software Linux and Unix by singularity~ I am trying to open gmemusage in a specific workspace using perl; however, gmem doesn't accept the -xrm parameter. … Re: Open application in specific workspace Hardware and Software Linux and Unix by singularity~ Text based? Here is a link to the program [gmemusage](http://oss.sgi.com/projects/gmemusage/). I am using gmemusage for the example. I am trying to open *any* program into any workspace. Re: Someone know how I can recover google workspace? Hardware and Software Microsoft Windows by Sheraz_2 For recovering Google Workspace, you can try contacting Google Support directly, as they have built-in recovery options. If you’re looking for a third-party solution, apps like Spinbackup or SysCloud offer good backup and recovery services for Google Workspace. Re: Someone know how I can recover google workspace? Hardware and Software Microsoft Windows by rproffitt … your tag is Microsoft Office and the title says Google Workspace. Read https://afi.ai/blog/recover-deleted-g-suite-drive… Re: Someone know how I can recover google workspace? Hardware and Software Microsoft Windows by pcbugfixer Do a google search for " recover google workspace account " and you take your choice of fixes. Not may people I know use it. Regards Roger Hass / PC-Bug Fixer now in Tanilba Bay NSW 2319 Australia Re: Someone know how I can recover google workspace? Hardware and Software Microsoft Windows by Devsharma Go to the Google Workspace login page, and click on "Forgot password." Enter your account's email address, and follow the steps to reset your password. Google will send a verification code to your recovery email or phone. Re: make main form large: entire workspace less 10% margins on each side Programming Software Development by sknake [code=vb.net] Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim newHeight As Integer = Math.Truncate(SystemInformation.WorkingArea.Height * 0.8) Dim newWidth As Integer = Math.Truncate(SystemInformation.WorkingArea.Width * 0.8) Me.Height = newHeight Me.Width = newWidth… Re: make main form large: entire workspace less 10% margins on each side Programming Software Development by GeekByChoiCe the code that snake posted is exactlly what you wanted. just add this code in your form.load event of your main form and its doing its job as requested. Re: Notepad++ Workspace... create new files??? Programming Web Development by momo219 bomp bomp? Re: Notepad++ Workspace... create new files??? Programming Web Development by momo219 looking for notepad++ guru please? Re: images in workspace Programming Web Development by stultuske ehm, sure. but a few remarks. this is a webapp, so it'll only be on your c drive while developing, after that, it should be on a server. you should also make sure your images are as compressed as possible. what kind of images do you have in your application, and how many of them, that storage space becomes an issue at all? Re: images in workspace Programming Web Development by jwenting and that means not putting c:\images\myimage.png as the image location in the html you generate. Re: images in workspace Programming Web Development by Hemanth Malli Hi, Yes you can store the images in C drive. There is no problem the database is available. Re: Sharing Files in a Workspace Networking Hardware and Software Networking by DenisOxon Hi, Seems dead simple to me, unless I don't understand your question. Here is my suggestion, Create a folder on one of the Workstations, (This must be left powered on all the time, others are working) Share folder so everyone can read and write. Map the folder on everyones' PC to same drive letter, say S for shared, so everyone finds it … Re: Sharing Files in a Workspace Networking Hardware and Software Networking by DimaYasny yup, what you basically need is a file server. or, if you're looking at collaboration, you might want to set up a collaboration server or a wiki. Re: Sharing Files in a Workspace Networking Hardware and Software Networking by damson How do I creat a web server or collaboration server ? What is a wiki? I am still very new in Networking. Thankl you Damson [QUOTE=DimaYasny;501621]yup, what you basically need is a file server. or, if you're looking at collaboration, you might want to set up a collaboration server or a wiki.[/QUOTE] Re: Sharing Files in a Workspace Networking Hardware and Software Networking by DimaYasny whoa! people study for years to learn all those things. get a professional, or get a book and learn it.