31 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for AssertNull

Just responded to a post that I made a typo in, did an edit, fixed the typo, and filled in the reason for editing field. It doesn't show up in the Recent Activity that I've made the edit, only that I made the reply, nor does it show anywhere that …

Member Avatar for Dani
0
351
Member Avatar for Ali_46

I've been editing on a (windows based) desktop and now want and need to transition to notebook computers. I've been assured that notebook computers are now showing specs that can rival any desktop based system (if you have the $$$). Specially HP's Z-Book series which is built with video and …

Member Avatar for Kevin_14
0
293
Member Avatar for Elvi

Hello! Anyone here can suggest me please a video editing program? For now I'm using Cyberlink powerdirector but when I produce movies, comes too big sizes :/ but I want it to be produced "mp4" format but not with big size. My movies goes around 1 or 2 gb :@.

Member Avatar for rubberman
0
164
Member Avatar for servent123

Hi there, I'm looking for php library or extension that helps to edit video files frame by frame. I wanna upload images and those images must be placed in an order in the specified position in the video clips for few seconds. I came across www.animoto.com where they generated video …

Member Avatar for RikTelner
0
2K
Member Avatar for mechbas

I sent this to Dani: "As I was posting the page would NOT accept a paste and was quite a while before I could actually type?? and she says: she's never had a prob. like that before and maybe someone else has had the same prob. and "It’s really hard …

Member Avatar for deceptikon
0
190
Member Avatar for Pyler

Right now I'm typing in consolas, a favorite font among programmers but as soon as I submit this post, all that I've written will be in Arial. I'm sorry but, I hate Arial. I can't stand the narrow words. I almost always have to stop and examine each word individually …

Member Avatar for ddanbe
0
280
Member Avatar for abaddon2031

Hello I am new to python coding and have a couple of things that I could really use some help on. I need to move some sor files from one folder to another and to add a date and time to the facts sheet that it produces if any one …

Member Avatar for abaddon2031
0
306
Member Avatar for jackmaverick1

How do Vim and Emacs allow the whole console to be used, even after an enter has been recieved? (this can be Windows-specific) I've got unbuffered input, and I have methods for output to print to anywhere in the console. What methods do Vim/Emacs employ to make the entire screen …

Member Avatar for mike_2000_17
0
257
Member Avatar for glut

Hi, I've already posted a thread about this on stackoverflow, but nobody has said anything useful, and it's been a day since it has been posted. I'm trying to scan for a memory address in a targeted process, but it goes really really slow. Either that, or there's something wrong …

Member Avatar for glut
0
452
Member Avatar for ckeuser

Many on these boards use ckeditor, so I just thought you guys should know that CKEditor 4 was released! :) It's now capable of html5 inline editing, has a cool new skin and plugins repository. Might be worth an update: [Click Here](http://ckeditor.com/demo#inline)

Member Avatar for LastMitch
0
134
Member Avatar for leokin

I quit using Windows last year, except occassionally (XP). My hobbies and love is music (playing jazz guitar and using editing software, my favorite programs being Ardour and Audacity) and photography (favorite programs are Darktable, Gimp and Shotwell), using the Linux distros, Ubuntu and Lubuntu, which I am happy with. …

Member Avatar for sbesch
0
441
Member Avatar for theakshay

Hi, I am pretty new to Joomla. The company i work uses a joomla 1.5 website which was designed before i joined. Now I'm incharge of managing this website by doing some small changes here and there. Problem : There is a page(not index) containing a few images which are …

Member Avatar for squeak24
0
210
Member Avatar for citizen5

Small part of my code: `GetWindowThreadProcessId(hWnd, &dwID);` `hProcess = OpenProcess(PROCESS_ALL_ACCESS, NULL, dwID);` `string value =" [_this] exec \"\\newfolder\\scripts\\start.sqf\"";` `WriteProcessMemory(hProcess, (LPVOID) 0x09BA3F95, (LPVOID) &value, sizeof(&value), NULL);` I am 100 % sure it has to do with my `value` being a `string` but I haven't found anything helpful elsewhere, even though I've …

Member Avatar for citizen5
0
506
Member Avatar for glut

How can I read memory from a selected process? I'm using the [ReadProcessMemory](http://msdn.microsoft.com/en-us/library/windows/desktop/ms680553%28v=vs.85%29.aspx) function and I don't understand the 2nd parameter (lpBaseAddress). Could anyone help me with this, or tell me another way to read memory from a process? This is my function for reading memory, which I pulled off …

Member Avatar for glut
0
899
Member Avatar for ng5

I'm writing a program in visual basic 2010 express and i have a combo box. in that combo box there are 3 selections 20 25 and 30. at first i had a percent sign in front of each but i wanted to take it out... so i took out the …

Member Avatar for ng5
0
344
Member Avatar for ashutoshhshukla

Hi all, I wanna open a MS word file placed on FTP , and then edit it (I wanna add text and table on the top of a file) such that it maintains it's entire content and formatting, and then save it to the other location on FTP. I have …

Member Avatar for veedeoo
0
187
Member Avatar for Gregor007

There's the text given (Duomenys.txt). The program removes vowels of the longest words in each line. How do you redo the program to find numbers in the line (starting with -+0123456789) and insert the word NUMBER before these numbers (in the results file). [CODE]const char Cduom[] = "Duomenys.txt"; // data …

Member Avatar for WaltP
0
148
Member Avatar for Smalls

I know i'm probably goin about this bassackwards. But, window is loaded, binded textboxes get filled, user edits textboxes and clicks a save button it works, all except crashing with a "vb.net 2010 Concurrency violation: the UpdateCommand affected 0 of the expected 1 records." most of the time but the …

Member Avatar for Smalls
0
186
Member Avatar for nsyncpilu

Hy again , I have another problem now , I have an application with a jTabel , you can double click a cell and you can change the value that is inside it , after you changed the value inside the cell and hit enter the value i enterd remains …

Member Avatar for nsyncpilu
0
1K
Member Avatar for ricardo de melo

Hello, I'm trying to do some editing in my website but I just don't know what was wrong that caused some message appear on my website "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/rumahcem/public_html/wp-admin/menu.php on line 82" So can anyone help me …

Member Avatar for happytogether
0
148
Member Avatar for kazekagerandy

i am doing a makeup and hairstyle makeover application in vb.net and i dont know if i can directly edit a photo in a picture box, the features of the project will be: 1. make-up features are a must. 2. it should save the original photo uploaded and the edited …

Member Avatar for kazekagerandy
0
3K
Member Avatar for abhi10kumar

I am working in C#, I am displaying records in a DataGridview. Now, I need to edit a Record into a new small window upon selection of a record. Edit should be done on Button Click. Deletion can also done in same way (only through coding MS Access/ADO).. Please help …

Member Avatar for Momerath
0
106
Member Avatar for iamthesgt

The first day of class today we had an (optional) diagnostic programming assignment. The problem is: to take an input file with a sentence in it, and make all letters except the first one lowercase, make the first letter uppercase, and remove any extra spaces and line breaks. After working …

Member Avatar for mrnutty
0
215
Member Avatar for Mushida

Sorry but I'm having a problem whit this function that is meant to let me edit records in a binary file. After I enter what I want to change an attribute to the file remains unchanged. [CODE]void updateStudent(fstream & file) { S students; long lenth; char snum[10]; char editChoice = …

Member Avatar for Mushida
0
197
Member Avatar for slangjuice

My website is in iframes. I updated the home page of my site and now the tabs to get from page to page works in Firefox and not IE. please help

0
124
Member Avatar for cac186

I'm taking on a new project and was hoping to get some help. I recently helped complete a Java application in which the user enters various inputs (of the type double or string)into text fields. The application then saves these inputs into a text document which is then used for …

Member Avatar for NormR1
0
284
Member Avatar for Graphix

Hey everybody, I currently making a program that needs to activated on startup. So after extensive googling I decided to do it the registry way. However, creating a new value or editing an existing value, is not working. Could you explain how to edit and/or create a value in a …

Member Avatar for Graphix
0
274
Member Avatar for Griff0527

I am writing a code to open a command line, prompt for the name of a file to copy, prompt for a new file name, then it should copy the file (adding a header and line numbers plus adding .lis to the filename of the new file). I BELIEVE I …

Member Avatar for Griff0527
0
220
Member Avatar for nickEncarnacion

The scenario is: i have a textbox, a button and a grid view that make up a simple webpage where you can search and edit/delete an entry. the grid view's datasource ID is set to NONE. And this is the code for populating the grid view that is found in …

Member Avatar for padtes
0
223
Member Avatar for vikramsra

Hi, i am new to python world my problem is that i am getting a output file from a software which is very messy first i just want to delete first 3 rows and the columns F onwards from the excel file and that i just want to change the …

Member Avatar for vikramsra
0
199

The End.