int aa={300,3,4};
char *p;
p=aa;
p=(char*)((int *)(p));
printf("%d",*p);
p=(int*)(p+1);
printf(" %d",*p);
p++;
printf(" %d",*p); more »
is there also a way to have the data listed within the spreedsheet go to a ticket or receipt (that looks just like the userform) in case the user... more »
When the user enters a date in the date field (txtbox) the data seems to be going to only one date tab (current month). I need the data to go into... more »
Hi,
What I'm trying to do is,
once the users select the files they want to merge, they select a button which will:
1. Open an instance of... more »
Hi all,
I am facing an issue on which I really appreciate some advices.
Here is the thing:
I have a table called Companies which is like this:... more »
Hi
How to import the stored procedure result to the excel sheet.please provide stored procedure code more »
I want to access file from remote PC (LAN PC)but this line EXEC master..xp_cmdshell 'dir "\\192.168.0.2\d$\" /b';
gives "Access denied" message. more »
I am trying to read a txt file with ObjectInputStream, but it is throwing IOException, the "exc" in the code below shows... more »
I am trying to have a large tabpage with scroll bars.
I do the following:
this.TabPage1 = new TabPage();
this.TabPage1.AutoScroll = true;... more »
f = 1;
f = 1;
int x;
System.out.print(f + "\n" + f + "\n");
for(x=2; x<=45; x++)
... more »
hello,i have an image of a table and now i want to change that to word,
what should i do? more »
I have a subform "frm_Obs" on my main form "frm_Main"
If there is no records, I want the user to be able to add one. If there allready is one, I... more »
I am writing a dietary application usng Visual C# 2010. I need to output a decimal value that can be truncated to any number of decimal places I... more »
I have a form at http://www.vtuhub.com/w.html which shows results if a proper roll number is entered... the results are fetched from... more »
Im working on an application which monitors activities in a given location. the console has to be displayed as map just like a radar displays images... more »
I am looking at various threads but I didn’t find any. I used row source property to add column A1:A5 in combo box. If I select A3 in combo box and... more »
Hi,
i want to declare a global class that another classes can use this class.
so, i write this: extern classname a;
but this error occur:
error... more »
Hello Friends, I want to connect turbo c or turbo c++ program with any database like MS Access/SQL Server/Oracle/MySQL.
If any body know then... more »
hi,
This is gaurav karode. i want a little code help.I am making an application in which i have to show a msg box and the content of msgbox... more »
when the form is maximized i want that the objects that are in the form center them selves in the center of the form without any adjustments.
thanx more »
Hi, i need to download a file using perl from a website. The link contains the file name so this is complete file address. Earlier i was able to do... more »
Dear Experts:
I made one GUI interface with Tkinter. I have some buttons on the GUI and one button is designed as "start test" which will invoke... more »
#include<stdio.h>
char garb;
FILE *f ,*g;
int main(){
f=fopen("try1.txt","wt");
g=fopen("try2.txt","wt");
... more »
hie
i am doing a project and i need information i textbox to be read by a command button. more »
Hi There,
I'm trying to write a query that returns the total sames amount by each sales person for each product -- I'm having issues with the join... more »
Hi All,
I have a webpage and striaght after the body tag i have
<script language="javaScript" type="text/javascript"... more »
i tried \w but it shows error in space...what to do...
var illegalChars = /\W/;
if (illegalChars.test(str)) more »
Hi, I'm building a web application in VB.NET 1.1 where users will upload Excel files at this webpage and the web application will transfer the data... more »
<form name="return" method="post" action="a.jsp">
<input type="hidden" name="name" value="bb">
</form>
... more »
Is it possible to insert a Horizontal Rule using CSS?
Please let me know if my idea of inserting HR using CSS is wrong.
Thanks. more »
Hi all
I'm trying to let images appear after a fixed amount of seconds. So 3 second wait, image 1 appears, 3 second wait, image 2 appears, 3... more »
I have a table in SQLServer with a varchar field set to NOT NULL, with a default value of the empty string. This table is linked in access, and the... more »
is there a a way to get from excel spreedsheet to userform? anybody? please more »
I'm looking to use values set for both @@ERROR and @@ROWCOUNT after a query is run.
Unfortunately, it seems that any SQL Statement resets @@ERROR,... more »
so this has been blowing my mind for a few hours now and i have no idea what's going on.
<form action="userLogin.php" method="get">
... more » | | | |