User Profile
Collapse
-
On Unix platform... -
Remove spaces
Hi Levi
instead of hspace and vspace, try to use CSS something like this:
<style type="text/css">
#div1
{
float:left;
margin:0;
}
#div2
{
float:left;
margin:0;
}
#div3
{
float:left;
margin:0;
}
</style>
<body>
<div id="div1">...Leave a comment:
-
How can i communication with USB in C?
Hello everyone
How can I communicate with USB drive using C code?
Like in ethernet, we have source ip address, destination ip address for communication between source and destination. How can I do this in USB? What parameters do I need to set in USB for communication.
Any help would be appreciated. -
Help on NCC (Source code analyzer)
Hello everyone
Has anybody used ncc or cat earlier?
I am not getting the function arguments using ncc. Can anybody guide me how i can get the function arguments using ncc?
Thanks -
JosAH is right, we just need to count the definitions.
I was busy earlier with some other work. I saw all the post today and see all the parser example and come back to this thread if there would be any problem.
Thanks to all for helping me out.
NavLeave a comment:
-
I would be grateful if you can give an example or so...
Any helpful link.
Thanks for replyingLeave a comment:
-
Count number of functions in C program
Hello Everybody
I dont have any idea of how to count the number of functions in C program. Help me out... Thanks
Navneet -
Problem loading vb.net dll in Python
Hello Everybody
I am trying to load vb.net dll in Python, but its showing errors.
>>> from ctypes import *
>>> dll = windll.Userdll
>>> dll
<WinDLL 'Userdll', handle 1050000 at cade50>
>>> dll_function1 = dll.xml_load("C :\test.xml")
Traceback (most recent call last):
File "<pyshell#3 >", line 1, in <module>... -
Import dll
Unable to import dll created in vb.net 2008 using Class Library option.
I am able to import it in vb.net by referncing.
But not able to import in Python.
How to give reference for dll in Python. Please help me.
Thanks -
there is a webBrowser control in Vb 2008 which can allow to see webpages in windows form.Leave a comment:
-
instead of java , I suggest u to use Vb which would make it easier for u.Leave a comment:
-
i dont want to open messagebox, i want to open a new window in which i can show other controls or add more controls.Leave a comment:
-
How to create a pop-up window in VB.net
I am new to VB.net
I want to create a pop up window in VB.net. Whenever I click a button, a pop up window should appear.
Early Response would be appreciated.
Thanks
No activity results to display
Show More
Leave a comment: