473,544 Members | 2,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
11
75,579
thread by: Fabio | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
How Can I open a form inside a panel of other form? Is it possible??? Thanks in advance, Fabio
5
75,482
thread by: Mel | last post Jul 21 '05 by: Els
is it possible to draw a border around a row of a table ? example please... thanks
5
75,473
thread by: mukeshrasm | last post Apr 9 '08 by: harshmaul
Hi I want to create table based structure but without using table tag. I want to use div tag. How can I do that?
14
75,444
thread by: white lightning | last post Sep 17 '08 by: Doug Gunnoe
How to have <select onchange="this.form.submit()"and also a Submit button on one form? I have something like this: <form action="<?php $_SERVER; ?>" method="post" enctype="multipart/form-data" name="form1"> <select onchange="this.form.submit();" name="prod"> <option value="">Select product</option> <option value="12">abc</option>
4
75,411
thread by: Albert Oppenheimer | last post Dec 9 '05 by: Albert Oppenheimer
I have a small program, test.c. It runs OK. This is on Linux (kernel 2.6.8.1, GCC 3.4.1). I decided to convert it to C++ before expanding it to a larger program. I changed the filename to test.cpp and added extern "C" { } around main and all the non-static subroutines. It compiles OK, but when I
3
75,377
thread by: OutdoorGuy | last post Jun 20 '06 by: Mythran
Greetings, I have a "newbie" question. I was wondering if there is anything in C# that corresponds to VB's "Left" function? I simply want to retrieve the leftmost characters of a string and I wasn't sure what the best way was to do that. Thanks in advance!
35
75,118
thread by: pinkfloydhomer | last post Dec 24 '05 by: Alex Martelli
How do I check if a string contains (can be converted to) an int? I want to do one thing if I am parsing and integer, and another if not. /David
5
75,059
thread by: Andrew Robinson | last post Dec 20 '05 by: Jon Skeet [C# MVP]
Any easy answer what is wrong here? private List<string> BodyWords = new List<string>(); string word = "Andrew"; the following causes a compilation error:
2
75,015
thread by: DaveN | last post Feb 17 '06 by: Anthony England
Hi all, I'm trying to update a record in a table with data from text boxes on a form. As a background to this, I managed to add a new record to the table in a similar manner with the following: Set db = CurrentDb Set rs = db.OpenRecordset("Project Table") rs.AddNew rs("Project_Number") = Me!
3
75,013
thread by: David Veeneman | last post Jul 24 '06 by: David Veeneman
I'm trying to set images in a bound DataGridView image column. My enum has three possible values, and I have an image that I want to show for each value: EnumValue.OK --GreenLight.gif EnumValue.Caution --YellowLight.gif EnumValue.Violation --RedLight.gif I want to display the graphic, instead of the enum value, in each row of the grid.
1
75,008
thread by: Peter | last post Jul 17 '05 by: Peter
I have a program which was working fine. In it a function works out the number of .jpg files in a specified folder. I then realised that I needed to make sure the folder exists first & added the code for this. After this I get the Runtime Error 91 - Object variable not set. I've rem'd out my added code to no avail. Tried rebooting to. The...
3
74,977
thread by: Ryan | last post Oct 20 '06 by: Dustin Campbell
3
74,922
thread by: :) | last post May 26 '06 by: :)
Hi all: I have a HEX string such as 0x0010026AB0, I can I convert it into an integer in C#. Does it have some build-in function. Thanks in advance.
3
74,898
thread by: | last post Jul 21 '05 by:
hey all, i wonder if it is posible to make a A:HOVER without a class defintion.. so <a href="#" style="{color:red;};HOVER{color:blue}">test</a> because i am sending html email in the body and the web interface filters out the classes..
2
74,888
thread by: Celtix | last post Oct 11 '06 by: dynamicleo
I am trying to compile a program for school and i get a error message back. "In function ... too many arguments to function. What does this mean?
8
74,878
thread by: J. B. Moreno | last post Aug 31 '05 by: Jim Davis
What's the best (i.e. fastest) way to find out if an array contains a given value? Other than looping, the only way I know to do it is to use an associative array/hash instead.... Is there a better/faster way? I.e if I have a list of names, what's the best way to find out if the aray contains "jane"? --
30
74,860
thread by: Stephen Ferg | last post Jul 18 '05 by: Andrew Dalke
I have a question that is not directly Python-related. But I thought I'd ask the most erudite group that I know... :-) When did Windows start accepting the forward slash as a path separator character? At one time, it was accepted as a truism that Windows (like MS-DOS) was different from Unix because Windows used the backslash as the path...
14
74,792
thread by: Eric Bantock | last post Nov 14 '05 by: Dave Thompson
Very basic question I'm afraid. Once an array has been declared, is there a less tedious way of assigning values to its members than the following: myarray=8; myarray=3; myarray=4; myarray=0; myarray=0; myarray=1; myarray=8;
15
74,773
thread by: baranitharan | last post Aug 20 '10 by: tsubasa
i need a code to disable user print and save as.if there is any javascript plz help me.last 1 month i need this code.the end user never save my pages and print my pages including text image
3
74,738
thread by: michael | last post Jul 20 '05 by: michael
I guess this is partly a javascript questions, but is there a way to check if a CSS id or class exists anywhere on a page. For example, if the id "bla" exists, it should return true only if the following tag is on the page: <a href="bla.html" id="bla">
2
74,646
thread by: SKB | last post Feb 4 '06 by: Bill Karwin
Hi, I am absolutely new to this area. I am getting the following difficulty : Access denied for user 'ODBC'@'localhost' (using password: NO) when I try the mysql command from within the C:\Program Files\MySQL\MySQL Server 5.0\bin on the command window. Please note that the MySQL is runnging as I have tried the command NET START MySQL and it...
2
74,610
thread by: PhpNew | last post Sep 22 '08 by: Jerry Stuckle
I'v downloaded the newest apache and php versions. Apache and PHP instalation and starting went without problems. I set the ini file into the windows / system32 After that i was trying to set the *.conf file in C:/program files/apache group /apache2/conf/. In the part of Dynamic Shared Object (DSO) Support i set:
8
74,543
thread by: Pedro Pinto | last post Nov 3 '06 by: Ian Collins
When compiling my program i got this error: Error: 'for' loop initial declaration used outside c99 mode What is it and how can i solve it? Thanks in advance! Regards
4
74,384
thread by: GS | last post Oct 25 '06 by: GS
Hello, In a DataGridView, I programmaticly select a row with: dataGridView1.Rows.Selected = true; That row is selected and blue, but... In the RowHeader, the little black arrow is still on the first row until I click on the row with the mouse.
6
74,318
thread by: Michael B Allen | last post Nov 14 '05 by: Chris Torek
Which is the preferred method for preprocessor tests and why? #ifdef XYZ or #if XYZ or #if defined(XYZ) and

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.