132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Skate Bart

okay. Here's my problem. I have a form in which a Microsoft Hierarchical Flex Gid (fgdCompany) is used to display records taken from a database to relavent textboxes on the same form. When a record from fgdCompany is clicked, then the data in that record is shown on the textboxes. …

Member Avatar for AndreRet
0
583
Member Avatar for etquart

Hi All, I'm currently working on finding a solution to strip/edit a texfile in order to pass it through to Oracle's SQLLOADER which in turn will import the data into a table. The textfile will need to be imported into a clob column inside the first table after which the …

Software Development oracle python
Member Avatar for TrustyTony
0
143
Member Avatar for Valiantangel

hi my complier showing me that i am having 4 errors.In **t1.drawHexagon(int width)**; & **t1.drawPentagon( int width )**.Its says .class and ";" expected. Help. Thank you import java.util.*; import java.awt.*; public class Turtle extends SimpleTurtle { public Turtle (int x, int y, Picture picture) { super(x,y,picture); } public Turtle (int …

Software Development java
Member Avatar for corby
0
136
Member Avatar for AngelicOne

how to do this? I only know how to set the error [CODE]errorprovider.seterror(textbox, "message);[/CODE] remove the error [CODE]error.provider.seterror(textbox, "");[/CODE] But instead of just removing the error, I want to display something like a check mark.

Software Development
Member Avatar for Rash1988
0
193
Member Avatar for Samyx

I need help writing a c program to run in Unix that uses pthread library to create a thread that computes the fibonacci numbers. I should provide a parameter to the thread indicating which fibonacci number to return and use pthread_join to wait and collect the returned value and lastly …

Software Development c operating-system unix
Member Avatar for DeanMSands3
0
3K
Member Avatar for jezguitarist30

Hi, I'm actually doing a project using Local Database (.sdf) in VB.Net 2010 and I'm just wondering If there is a way to share one database in a network? sample: I will going to have server application where it can view all the records in which the client application will …

Software Development client-server vb.net
Member Avatar for Reverend Jim
0
365
Member Avatar for jezguitarist30

Hi, Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen. Im not asking for the code on how to do it but I would really appreciate it if someone could provide it. all I want to know is what are …

Software Development client-server vb.net
Member Avatar for M.Waqas Aslam
0
370
Member Avatar for Viped

Hi, I am trying to make simple gui which switches jpanel inside jframe but my IDE says "Cannot make static reference to non static method setPage(int) from the type Main". Why is that? There is no static modifier on actionPerformed or at setPage or actually anywhere else than public static …

Software Development gui ide java java-swing
Member Avatar for JamesCherrill
0
168
Member Avatar for ZNERB

Hello, I am getting these constant annoying errors in Visual Basic .NET 2010 Express. I'm pretty sure I'm not the only one, but these errors are always relating to images and resources! [QUOTE][B]The Type 'Global.ExampleProject.My.Resources.Resources' has no property named 'example.png'[/B][/QUOTE] I am pretty sure these are bug, due to the …

Software Development vb.net visual-basic
Member Avatar for jsurefo
0
504
Member Avatar for poojavb

Hello Friends, Can anyone tell me how to find the list of SQL servers on the local machine...and not the network... I searched in google but everywhere its for the list of SQL servers on network....I just want my PC SQL server name.... Is it possible to get it? Thanks …

Software Development client-server sql vb.net
Member Avatar for poojavb
0
825
Member Avatar for Mike Askew

I'm after some advice really. I wish to create an application for myself and a friend using DropBox as a means to store and sync a CSV with data in. Is it possible to programatically search through a computers directory to locate folder called 'Dropbox' without hardcoding its location? If …

Software Development file-system seo
Member Avatar for Cap'nKirk
0
149
Member Avatar for VasquezPL

Hi guys, I really don't know how to list the content of that box in AD. Can you give me some hints - I found none so far :( ![security](/attachments/large/3/security.jpg "security") Thx for your help!

Software Development advertising cybersecurity
Member Avatar for VasquezPL
0
274
Member Avatar for srinivas88

Hi, I am trying to use mysql select query in a shell script but i need to know how to store a particular value from the output of the query in a script variable. my script file is given below. I need to store the value under field CheckSum in …

Software Development mysql shell-scripting
Member Avatar for srinivas88
0
3K
Member Avatar for peterparker

A basic program which writes the user name who has logged in the windows machine: ###################### # User info # ###################### import os import datetime from time import strftime def foo(): usr_log = os.environ ['USERNAME'] sys_log = os.environ ['USERPROFILE'] current_time = strftime("%a, %d %b %Y %H:%M:%S") dt_str = str (datetime.date.today()) …

Software Development file-system python
Member Avatar for peterparker
0
209
Member Avatar for pae1800

Dear,programer I use VB2008 and database access and Crystal report. my problem : when ever I change location the database. I will always change location in my report from crystal report. It's very difficults and waste the time because I have many report. Please help me how to set up …

Software Development microsoft-access vb.net
Member Avatar for samsylvestertty
0
154
Member Avatar for SkyAiedail

good day! I'm a begginer at visual basic. for our thesis, our professor, want us to create an examination where the items are from the database and the items will load randomly.. we don't have any idea on how to do it. please help... if it is not possible to …

Software Development visual-basic
Member Avatar for samsylvestertty
0
172
Member Avatar for themaj

Trying to figure out the best way to do create a CSV export file from my source files and need some input. I'm trying to build a CSV export file for import to an Accounting System where there are 3 different tables mapped to a single field in the main …

Software Development dataset vb.net
Member Avatar for themaj
0
276
Member Avatar for triumphost

I'm learning how to detour-hook functions from tutorials online but when I follow along, my DLL says symbols not found. The error I get says: > Linking dynamic library: bin\Debug\GLHook.dll > Cannot export GLHook_glAccum: symbol not defined > Cannot export GLHook_glAlphaFunc: symbol not defined I don't know why though.. I've …

Software Development c++
Member Avatar for triumphost
0
761
Member Avatar for vijivenkat

Hi, I would like to write an app that can read/write to a USB. Is it possible to do that using C++? Thanks in advance, Vijaya

Software Development c++
Member Avatar for vijivenkat
0
117
Member Avatar for arizan

hi, this is the code for my class for matrix multiplication. but i am not getting the required result of multiplication getting error as "Number of indices exceeds the number of dimensions of the indexed array" please help me to solve this problem... thaking you..... Public Class complexnum Private x …

Software Development matrix-multiplication vb.net
Member Avatar for arizan
0
987
Member Avatar for G.CK

Can the two features of C++ Function overloading and function templates be applied together ?? What i mean is ,typically function overloading is applied with functions having different arguments(i am in concern with equal number of arguments but ofcourse different build -in types) Please provide me a simple example or …

Software Development c++
Member Avatar for G.CK
0
327
Member Avatar for rd009

I have tried using the following it saves the data but the data is not visible in database i have attached the Screen SHot of the database below. i am pasting my code below. Kindly help me out as m not getting what to do further. ![Sql_File](/attachments/large/3/Sql_File.png "Sql_File") Private Sub …

Software Development sql vb.net
Member Avatar for jezguitarist30
0
4K
Member Avatar for vy_007

I'm trying to implement image processing s/w that requires me to implement an image enhancement module that performs various operations like Color, Contrast, Brightness, Sharpness manipulation on the same image. I've implemented a module but it works on the same (original) image and changes done are not reflected. Please help. …

Software Development image python tkinter
Member Avatar for vy_007
0
934
Member Avatar for mattyd

Located in the upper, left-hand corner of the GUI window is a small "[COLOR=red][B][I]Tk [/I][/B][/COLOR]"; is it possible to get rid of this entirely? It is only a small detail, but a detail none-the-less that I wish to have control over in regards to the final product. I would also …

Software Development gui python
Member Avatar for ZZucker
0
5K
Member Avatar for viktor.baert

Hello, I'm trying to make a very basic + - calculator in java using constructors after watching thenewboston video tutorial I tried to experiment with it. My litle project is almost finished my only problem is that the boolean I use is being reset after I assign it. If someone …

Software Development java
Member Avatar for viktor.baert
0
939
Member Avatar for trishtren

Hey, I have a need to define a new type such as int,short etc. I have the class with all the base methods it must perform somewhat equivelant but different from the Integer class, Short class etc. However im not sure whether this is an interface i need to define. …

Software Development java
Member Avatar for sepp2k
0
135
Member Avatar for speakon

Hello! I am very new to Java and programming theory and desperately trying to improve my knowledge. This is the first program I've made without help and really would appreciate some feedback. I know there must be 1,000,000 better ways to do what I did. Notes: - Want to Move …

Software Development java oop
Member Avatar for speakon
0
1K
Member Avatar for Sciprios

Hello all, I have recently ran into the issue of not knowing how to pass variables between forms. Basically this is what I have: Main_Form which calls Add_New_Student. When a button (btn_Create_User) is pressed on Add_New_Student I want to close Add_New_Student and pass the variable to Main_Form. I have had …

Software Development
Member Avatar for skatamatic
0
179
Member Avatar for Rubinder singh

I am making a project on Visual Studio 2010 and i want to add some Stylish and Glassy Buttons to it so plz how can i do this ? if i could get some already made Buttons or i can make them myself .............. Thnks :)

Software Development gui visual-studio
Member Avatar for skatamatic
0
317
Member Avatar for poloblue

Good Afternoon, I'm having some difficulties on an assignment where I need to write a program which will generate a list of signed random numbers, find the average of all the numbers, the average of the positive and negative numbers and the largest e number. So far I have this …

Software Development c++
Member Avatar for poloblue
0
330
Member Avatar for Irbis

I use Visual Studio C++ Express Edition 2010. I need to use Magick++ library in my project, so I downloaded ImageMagick for windows [Click Here](ftp://ftp.imagemagick.org/pub/ImageMagick/windows/). Next I ran a wizard(configure.exe) with default options from VisualMagick/configure. Then I built generated VisualDynamicMT.sln (debug and release). I set my project: C\C++ \ General …

Software Development c++ visual-studio
Member Avatar for DeanMSands3
0
340
Member Avatar for MasterHacker110

I know that windows has the #include <windows.h> Header but what does linux have and does it pay to program for linux, I mean like if i program for microsoft ofcourse ill get paid but are there linux "companys" that will also pay good? Reason why i ask is becuase …

Software Development c++ gui
Member Avatar for L7Sqr
0
209
Member Avatar for iEpic

Im having a lot of trouble trying to figure out something that seems like it would be easy. For my final project I have to create a GUI application. I got it set up and working where when you click the button it will display some text depending on what …

Software Development gui java
Member Avatar for trishtren
0
171
Member Avatar for maurices5000

Just a simple question, I'm just wondering if it is possible to wake a computer from hibernation with code. I've been thinking about trying to create an application that runs on a computer. It only activates at certain time intervals. The rest of the time, i'd like the computer to …

Software Development
Member Avatar for maurices5000
0
117
Member Avatar for GlenRogers

Hi, this is part of an assignment question and probably something I should know. I have 2 classes. I have a method in one class that creates an instance of the other class and sets one of its attributes to a certain value. The class that has its attribute set …

Software Development java
Member Avatar for GlenRogers
0
292
Member Avatar for miaa

hi i am a 3rd year Bsc student and i have to do a project on "Text To Speech Conversion and Speech Recognition", as part of my college project, and i want to implement it as a mobile app..so plz help me with some suggestion..

Software Development java
Member Avatar for trishtren
0
117
Member Avatar for Chuckleluck

Hello, I have a simple question. Say I have two files in a folder "Cpp Projects". One file is called "main.h", and the other is inside another folder, say, "Cpp Files", and it is called "main.cpp". Thus, their filenames would be: "...\Cpp Projects\main.h" "...\Cpp Projects\Cpp Files\\main.cpp" Is there a way …

Software Development c++
Member Avatar for mike_2000_17
0
16K
Member Avatar for perllearner007

I am trying to learn how to fetch hyperlinks using perl for an input list of names with ids. Here is what I have come up with so far. Am I heading in the right direction? Any simple ways to get hyperlinks using perl without the HTML table? #!/usr/bin/perl use …

Software Development perl
Member Avatar for d5e5
0
128
Member Avatar for saqi1986

Please Help me to bubble sort of a String array.

Software Development
Member Avatar for klklklk
0
1K
Member Avatar for heavy.is.happy

Hello. How do i make a vertical webbrowser? It's look like this now, but i want vertical. Is there any button to twist or write to so the webbrowser will be vertical? http://i47.tinypic.com/16gd8jp.png

Software Development
Member Avatar for Cap'nKirk
0
201
Member Avatar for deshazer.jad

My application has a lot of buttons on it, and in order to create a skin for my application, I've been just creating a lot of images in my working directory and loading them all into my application as ImageIcons. I like working with ImageIcons, but not working with a …

Software Development image java
Member Avatar for deshazer.jad
0
271
Member Avatar for alvarogomezuria

Hi, Maybe is an easy question. I have a function that return a String, and I would like to use this String like a name of another function, but I can't because obviously is a String :(. For example, the function foo return a String foo2, and foo2 is a …

Software Development c++
Member Avatar for alvarogomezuria
0
204
Member Avatar for learner_new

> what exactly is char **?? how is it used in getline function?

Software Development c++
Member Avatar for NathanOliver
0
6K
Member Avatar for Mr.Sunny

I want to make 6 Timer right on top of each other. With a label to the left of it. Each label has a different time to start the countdown on. Like label 1 7 min. Label 2 6 min and so on. How do you do this in VB …

Software Development vb.net
Member Avatar for Gé48
0
180
Member Avatar for Rubinder singh

I am unable to find line , oval ,rectangle etc Drawing tools in Visual Studio 2010 ......... I am also unable to find VisualBasic.PowerPack ........... Plz tell how to get them Thnks :)

Software Development vb.net visual-studio
Member Avatar for Cronicle8
0
308
Member Avatar for sean.downes.96

Hi, im using Visual Basic 2010, I don't have any sort of database i.e. from Access or anything im literally using VB and thats it. I want to create an automated reference number for my system so every time the user press's 'Create New Log' the form opens and it …

Software Development vb.net visual-basic
Member Avatar for Reverend Jim
0
206
Member Avatar for gosensgo87

**Hello i am a noob when it comes to java so sorry if its obvious but the code below is giving me a error when i try to compile it, the error is: Exception in thread "main" java.lang.Error: Unresolved compilation problem: at goodcalculator.main(goodcalculator.java:127). Can anyone help me? ** CODE: import …

Software Development gui java java-swing
Member Avatar for JamesCherrill
0
313
Member Avatar for sbutt

Hi All, I am kind of find it difficult to build my (xslt 1) template: I have this following XML input: <Ticket> <ItineraryItem> <Flight ArrivalDateTime="2012-08-31T09:40:00" DepartureDateTime="2012-08-31T06:00:00" DirectionInd="Outbound"> <DepartureAirport LocationCode="BRN"/> <ArrivalAirport LocationCode="ZTH"/> <OperatingAirline Code="2L" FlightNumber="5320"/> </Flight> </ItineraryItem> <ItineraryItem> <Flight ArrivalDateTime="2012-09-14T11:00:00" DepartureDateTime="2012-09-14T10:15:00" DirectionInd="Inbound"> <DepartureAirport LocationCode="ZTH"/> <ArrivalAirport LocationCode="CFU"/> <OperatingAirline Code="2L" FlightNumber="5321"/> </Flight> </ItineraryItem> …

Software Development xml
Member Avatar for Mike Askew
0
399
Member Avatar for G.CK

I am trying to write code for a calculator in a way it appears in GUI.What i mean here is ,i want to display a zero and then replace it with a value (typed) there after perform operations.I am using Visual Studio 2010 ,i want my output to appear as …

Software Development c++ gui visual-studio
Member Avatar for G.CK
0
149
Member Avatar for ashish karna

HI, how can i integrate these both code mentioned below so that the output displayed on the black edit box must be as:(2+2)/2+2*3=8 here is the code of BODMAS calculation: #include <stdio.h> int calc(char *exp_str){ FILE *fp; int ret; fp=fopen("calc_aux.c","w"); fprintf(fp, "int main(){ return %s; }", exp_str); fclose(fp); system("gcc calc_aux.c …

Software Development c gui storage
Member Avatar for TrustyTony
0
176

The End.