199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for flipjoebanana

Hello, My problem is is that I have an area in the window for an image that is sized relative to that window. I want to place a panel below that image a certain distance from the top based on the height of image after resizing the window occurs(on idle …

Member Avatar for flipjoebanana
0
133
Member Avatar for nukabolhi

HI, I am beginner in j2me. Trying to store the data[array] into next form. It will be helpful if you provide edit and delete the records from the form2. Can you suggest easier way to store the values in j2me [code] import java.io.*; import java.util.*; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public …

Member Avatar for peter_budo
0
250
Member Avatar for lolwtf

Can it be done in vb.net? I've looked online but haven't been able to find anything. If anyone can help me with this, I'd really appreciate it :)

Member Avatar for Stevoni
0
296
Member Avatar for xVent

Hi guys , i got a problem ,i have some radio buttons in my vb.net project and when i select one for the first question and go through the second question to select its answer the radio button changes to the latest one .. i want it to remain on …

Member Avatar for Stevoni
0
102
Member Avatar for jonow

Hi, first of all i am not sure if this is the correct place to post this question. I am trying to get the information from a certain div on a website and dynamically display it on mine. Also when the content of the div is updated it will update …

Member Avatar for jonow
0
111
Member Avatar for nverma

Hi I m using asp.net as front end and MS Access as backend,,,,,and most of the help on internet is regarding asp.net and SQL Server,,,,,from where can i get help reharding asp.net and MS Access

Member Avatar for Ramesh S
0
96
Member Avatar for Kracus

Yes I'm quite noobish I've been learning C# by myself reading various material I can scrounge online but I've run into a small issue while trying to write a small program. I'm simply trying to use a menuitem as a toggle between various instructions. The basic idea is simply to …

Member Avatar for jeremy.adamich
0
116
Member Avatar for gavin1234

Hi all C# experts out there, I'm currently working on a school project. When i use the Decrypt method from the Rijndael algorithm, i would run into a "invalid padding" error when decrypting. What should i do? [code=csharp] public byte[] Decrypt(byte[] cipherTextBytes) { // Convert strings defining encryption key characteristics …

Member Avatar for ronnyron
0
512
Member Avatar for kevin.cochrane

Hi Guys I am using C# to make an app that will read an excel file, edit the data and then generate a graph for me using said data. The program works well, but when I open the graph in excel it is incredibly slow and sometimes crashes excel. I …

Member Avatar for kevin.cochrane
0
239
Member Avatar for 666kennedy

hey there. thanks for all the help i have recieved from the people on this site! i have a new problem, one i could solve if i was using VB but im using C# and i dont really know what to do. i have data.... return1.MV TE244654.MV b43tgwg.sp 01.62 00.83 …

Member Avatar for ddanbe
0
380
Member Avatar for derekn

Please help me. I have a site which we'll call "mysite.com" that contains 3 frames. Frame 1 is stuff that never changes (header image, counter, etc). Frame 2 is a menu. Frame 3 holds the contents of whatever link is clicked in Frame 2. The problem is that I don't …

Member Avatar for derekn
0
99
Member Avatar for NavyMan

I am using Eclipse release 3.4.2 and am getting a popup error saying: "Could not find main class. Program will exit." In the console the error says: "java.lang.NoClassDefFoundError: Inventory" "Exception in thread 'main'" Is there any other information that would be needed to help with this?

Member Avatar for NavyMan
0
191
Member Avatar for you2

I have log file which gives CPU utilization and timestamp value at regular interval. Logs snippet below: ==========LOGS============== a:CPU [ 85%]: asdf asd 123 xyz A: Ts 23086, Netvalue 3286, someothervalues 3456 abc abc xyz xyz a:CPU [ 75%]: asdf asd 123 xyz A: Ts 24088, Netvalue 3266, someothervalues 6576 …

Member Avatar for you2
0
191
Member Avatar for progtick

Suppose I am using the code below to display image [CODE]<img runat = "server" width = "50px" height = "50px>[/CODE] However, the original size of the picture is 500 * 500. So, in terms of bandwidth load, would it be same as displaying the picture in 500*500 dimension or do …

Member Avatar for rblackmond
0
143
Member Avatar for dieg0s

Hi, I'm trying to use grep on a file from within a python script, I was thinking of something like this: [code] variable = 123 s = subprocess.Popen("grep" + "-w "variable" Data.txt") [/code] How do I use a variable from within the call to grep? Cheers Andy

Member Avatar for jlm699
0
7K
Member Avatar for Stefano Mtangoo

After building wxWidgets, I need to free space for any unneeded files. Should I uninstall wxWidgets after buidling? and what exactly building does?

Member Avatar for Hiroshe
0
121
Member Avatar for smoore

Hey all. this is my first day python programming (been programming java for almost a year tho) and I was trying to put together the classic "shout" method. so far it is like this: [CODE] import time def shout(string): for c in string: print("Gimme a " + c) print(c + …

Member Avatar for sravan953
0
123
Member Avatar for Software guy

Hi guys, i am working on this project, which has a C++ program for image processing. I have used Java and matlab for image processing in past so i never had to deal with Magick++ or ImageMagick. At the moment one of my main problem is i cant find Magick++ …

Member Avatar for Software guy
0
2K
Member Avatar for slawted

Hey folks, this is my first program and i dont know what to do to make it output my imput to a .txt file, can anybody tell me or show me what im doing wrong. thanks. [code]/*MuTech Computers Address Book by Michael Grayson.*/ #include <iostream> #include <fstream> #include <string> using …

Member Avatar for Sky Diploma
0
99
Member Avatar for whiteyoh

Hi All, Im busy working on a practice area for a CMS. I have it set so on a click, the edits are saved to mysql, but what im really after is a pop up window to show how it will look. ive tried java script, but the likes of …

Member Avatar for whiteyoh
0
177
Member Avatar for CeJay

Hi All Ok this is a bit of a doozy for me. Work related question, I have been tasked with sorting out this issue at work, but don't really have much background in this field, but theres no one else in my team that can do it. Bit of a …

Member Avatar for jimmyread
0
146
Member Avatar for reidphp

I could not figure out how to pass data to next page. Here is my code. I hope someone who can help me with it. I am trying tp pass id=$_get['id']. Can someone look at the code and tell me what I do wrong. I am kind of new on …

Member Avatar for Mel64
0
143
Member Avatar for MrNoob

Hello i m suppose to make a function that fetch the strings according to num and it will stop when num is finished or it encounter , or ' ' or newline i made the function but its acting weird as if there is a \0 placed in [code] #include …

Member Avatar for Dream2code
0
232
Member Avatar for AhmedHussain

Hi everyone, I am looking for a .NET based Ontology Reasoner plugin. Can someone help me out please. Thank you in advance, regards, [B]Syed Ahmed Hussain[/B]

Member Avatar for AhmedHussain
0
103
Member Avatar for sadgrove

I'd really appreciate anyone's view on how I can solve my problem. [B]What I've got[/B] I have three bricks and mortar shops, selling new and second hand goods, mainly small electrical goods. We also do small pawnbroking-type loans. [B]My problem[/B] I've inherited a Borland Paradox db that manages stock and …

Member Avatar for sadgrove
0
97
Member Avatar for darqer

Hello I need to run method in context of different process. I have w3wp.exe process and I want to start kind of debugger that is included with . In order to do this there I have to run static method (public static StartDebug(string filePath,uint debugParam) of class (DebugServer). Unfortunatelly before …

Member Avatar for darqer
0
113
Member Avatar for J-P

Hi, I'm trying to write a function that takes an image and a given value and then changes the opacity of the image. Though, when I try to run the code nothing happens. Can someone look at the code and tell me what I did wrong? [code] Public Function SetOpacity(ByVal …

Member Avatar for J-P
0
117
Member Avatar for FMcinnis

Hi everyone. I just found this forum and wasn't completly sure where to post this so I figured I'd try here. I'm trying to decide what programming language to use in building a health related piece of software. I'd like the program to be able to track a number of …

Member Avatar for ithelp
0
261
Member Avatar for Whilliam

Hello. Im new to Java and I have a question. I wanna access another class (e.g. the name of the class is Person) from class Main. I wanna access specifically, the main of class Person. How do I do that?

Member Avatar for Whilliam
0
121
Member Avatar for ishamputra

hello, i would like to retrieve data on which the endDate < date.now....something like that.. thanks

Member Avatar for sknake
0
61
Member Avatar for riyas_26

I have done a project in .Net 2008 with .Net Framework3.0 and ajax3.0. I have to integrate SubText blog in my project.. But the Subtext blog has Framework1.0 and Ajax1.0. How can i integrate this SubText blog with my Project.. Help me in this regard.. Thanks in advance..

Member Avatar for riyas_26
0
76
Member Avatar for NargalaX

How would I write if x is lower than y then do this?? Like if(x == 50 or lower){ y = 5; } else{ y = 2; }

Member Avatar for sknake
0
109
Member Avatar for Gueito

I am having an issue where with my program and reading all the posts on your site has been VERY useful in understanding this project thank you! Now for my issue i am having trouble getting the buttons to recognize the class provided for them. For instance (i use Netbeans) …

Member Avatar for Freaky_Chris
0
147
Member Avatar for Nada_ward

the text of dynamic label is not complete , why??? I create graphics variablt to measure size of text , than, I set the width and heigh , ?? [code=vb .net] Public Class Form1 Dim counter As Integer=3 'suppose counter=number of columns in 2-dimention Dim g As Graphics Dim d …

Member Avatar for Nada_ward
0
165
Member Avatar for kheoyleon

hi! i'm new here. i have problem with my database. i asked my friend to key in data. then, i want to combine all data together in ms access at my computer. when i run the system the run time error "13" type mismatch appeared. i don't know what this …

Member Avatar for kheoyleon
0
342
Member Avatar for Nada_ward

How I can declare 2 -dimentional resizable array .. can I use array list as 2- dimensinal ??

Member Avatar for Nada_ward
0
3K
Member Avatar for feoperro

Hi, I'm trying to configure a nested frameset within an Iframe. I'm not sure if it's possible but maybe someone can help me out... [CODE] <iframe src="Home.jsp" allowTransparency="true" width="770" height="580" frameborder="0"> <frameset cols="10%, *" border="0"> <frame name="leftFrame" src="Black.html" /> <frame name="rightFrame" src="White.html" /> </frameset> </iframe> [/CODE] With this code; either …

Member Avatar for essential
0
106
Member Avatar for madcat62

Has anyone ever seen a date time stamp or code like this? [CODE]7CDE8F64DB88782E4EEEBF5DF6B84F034FEEBD54EBB1551E44F3BF5088C93E6B[/CODE]

Member Avatar for sknake
0
152
Member Avatar for Maffyx

Ok, I have been looking around and the only thing I can find is with Flash 8, and doesn't really work. I want to know if its possible for a VB.net application to interact with a Flash file on a website. Say the vb application has a button, and the …

Member Avatar for Zandermander
0
122
Member Avatar for itsrahulk

Hi Folks, I want to maintain all the fields of the Form i.e when a form after posting return with some error then values in the other fields must be retained. Kindly tell me few good methods to do this. Thanks.:icon_wink:

Member Avatar for soldierflup
0
86
Member Avatar for ChipT

I am hoping to build a website that accesses a database (possibly Amazon's SimpleDB, but perhaps not) for both presenting query results and adding additional data to the database. I hope to eventually build a sleek AJAX interface as well. I have been told that Python would be an excellent …

Member Avatar for Stefano Mtangoo
0
133
Member Avatar for phper

I'm new to ASP.NET so i'm probably asking a very stupid question so apologies!! I have 4 pages in my site so far. I want all of them to display the same page title. E.g My Website Title > A Small Description of the page Do i need to create …

Member Avatar for riyas_26
0
292
Member Avatar for jjtao

Please help me, I am getting the following error; There was an error with SQL: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND visible=1' at line 1 Not sure what is …

Member Avatar for jjtao
0
99
Member Avatar for Frederick2

I can't figure out for the life of me how to import a class declared, defined and implemented within a dll into a host app using any GNU build systems. The two compiler suites I have are Dev C++ and the newer Code::Blocks. I have no problem with this using …

Member Avatar for dumrat
0
1K
Member Avatar for jko2326

I've been working on an assignment: Write a program that produces a bar chart of population growth for a small town, at 20 year intervals during the past 100 years. It should read the populations rounded to the nearest 1000 people. for each year it should display the date and …

Member Avatar for jko2326
0
413
Member Avatar for pymatio

I have this code: [CODE] import pygame from pygame.locals import * from sys import exit from random import randint from sys import argv from gameobjects.vector2 import Vector2 def Intersect(s1_x, s1_y, s2_x, s2_y, image): if (s1_x > s2_x - image.get_width()): if(s1_x < s2_x + image.get_width()): if(s1_y > s2_y - image.get_height()): if(s1_y …

Member Avatar for Clueless86
0
184
Member Avatar for NavyMan

I realize this code has been seen a million times already. I am trying to 'start' on part 3 of this. I do not wish for it to be done for me just a starting point for this subclass. These are the directions: Modify the Inventory Program so the application …

Member Avatar for BestJewSinceJC
0
112
Member Avatar for nissan

Hi, I got the following question: We have an AVL tree with n nodes (numbered from 1 to n). Each node i contains a weight - wi which is an integer. Pi is the set of the ancestors of the node i, and w(Pi) is the set of weights of …

Member Avatar for Saschakil
0
75
Member Avatar for Sunyah

I need help with commenting this code. I bet it is easy but I am a newbie and i am really bad in it. Can anyone help me ? The code that should be commented : [url]http://www.opengl.org/resources/code/samples/glut_examples/examples/scube.c[/url]

Member Avatar for mrnutty
0
142
Member Avatar for Antinaris

I want to use ASP.NET to do video stream. But I didn't know how to start. Any sugestions? Thanks

Member Avatar for Ramesh S
0
890

The End.