Hello guys,
I want use a stored procedure in my project but I have no idea about it. Please could you tell me a little bit about how to use I can use one in my vb.net application ?
Hi All
I have a MainMenu in my app and I would like to have little icons relevant to the Item in each menu. But the MainMenu control does not support this.
I would use the MenuStrip control, though that is a pretty ugly option in my opinion.
Does anybody have any suggestions? Are there any free/open source alt's out there, or would it be easy/possible to implement that feature into the existing MainMenu control?
Thanks
Hi,
I need to monitor on my computer amount of downloaded and uploaded data. Do you know any tool for Windows 7 x64 which would be freeware and gave me this opportunity? Du meter is perfect but it is a little bit to expensive for me. Any ideas? Help please?
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What Qt functions you wish you have noticed earlier?
Heya! My name is Ale, and this is the first time that I post in this website.
I've a little problem: I have to open a linker file, that have ".a" extension. I use Dev-C++, I don't know if it would be useful for you :-P
I hope you will answer soon!
Oh, and excuse me for my bad English, tell me if I made some mistakes!
Thanks!!
In the context of Scheme and CPS conversion, I'm having a little trouble deciding what administrative redexes (lambdas) exactly are:
all the lambda expressions that are introduced by the CPS conversion
only the lambda expressions that are introduced by the CPS conversion but you wouldn't have written if you did the conversion "by hand" or through a smarter CPS-converter
If possible, a good reference would be welcome.
Hi there!
Does anyone know a 100% clone of the C/C++ printf for Delphi?
Yes, I know the System.Format function, but it handles things a little different.
For example if you want to format 3.14 to "003" you need "%03d" in C, but "%.3d" in Delphi.
I have an application written in Delphi which has to be able to format numbers using C format strings, so do you know a snippet/library for that?
Thanks in advance!
Is there any way to automatically wrap comments at the 80-column boundary as you type them? ..or failing that, any way to display a faint line at the coulmn 80 boundary to make wrapping them manually a little easier?
Several other IDEs I use have one or other of those functions and it makes writing comments that wrap in sensible places much easier/quicker.
[Edit] If (like me) you're using Visual C++ Express, you need to change the VisualStudio part of the key into VCExpress - had me confused for a while there!
I'm using the iUI Framework.
How can I add a little margin to the current selected div? Take a look at
the screenshot attachment.
This is the CSS file
The main div has the CSS class "selected"!
Hello all.
I understand that I can change a sql table using the follow sp:
EXEC sp_rename 'customers', 'custs'
How would I go about appending this so that the new table has today's date as a suffix?
I've attempt variations on the below theme with little success!!
EXEC sp_rename 'customers', 'customers +(CONVERT(VARCHAR(8),GETDATE(),3))'
Any help greatly appreciated.
I'm a little unclear on the difference between reflow + repaint (if there's any difference at all)
Seems like reflow might be shifting the position of various DOM elements, where repaint is just rendering a new object. E.g. reflow would occur when removing an element and repaint would occur when changing its color.
Is this true?
So in my scrapy project I was able to isolate some particular fields, one of the field return something like:
[Rank Info] on 2013-06-27 14:26 Read 174 Times
which was selected by expression:
(//td[@class="show_content"]/text())[4]
I usually do post-processing to extract the datetime information, i.e., 2013-06-27 14:26 Now since I've learned a little more on the xpath substring manipulation, I am wondering if it is even possible to extract that piece of information in the first place, i.e., in the xpath expression itself?
Thanks,
I have got this little snippet of code, I want to be able to define each array element as a new data member.
class Core_User
{
protected $data_memebers = array(
'id' = '%d',
'email' = '"%s"',
'password' = '"%s"',
'title' = '"%s"',
'first_name' = '"%s"',
'last_name' = '"%s"',
'time_added' = '%d' ,
'time_modified' = '%d' ,
);
function __construct($id = 0, $data = NULL)
{
foreach($data_memebers as $member){
//protected new data member
}
}
hi
i want to develop a text to speech(TTS) programme using c++ so please suggest me where from where i should start because i have no knowledge about TTS so pease explain a little more.
Hey everybody,
is there a way to get the logged in user name (and group) from a Tomcat system. I read something about configuring Tomcat, so it is getting the user information out of a database. But I found now information about getting the name of the user (in my GWT Project), which is logged in.
I'm trying to write a little GWT project and would like to publish the user name to the front page.
Thx for your help.
I have a bunch of (50+) XML files in a directory that I would like to insert into a SQL server 2008 table.
How can I create a SQL script from the command prompt or Powershell that will let me insert the files into a simple table with the following schema:
XMLDataFiles (
xmlFileName varchar(255)
, content xml
)
All I need is for something to generate a script with a bunch of insert statements. Right now, I'm contemplating writing a silly little .NET console app to write the SQL script.
Thanks.
In your browser, when you want to save an HTML page that you are currently viewing, you normally go to the File menu and click Save As.
Can I have a little button at the bottom of an HTML page that does the same thing? So instead of going to the File menu - Save As, I want my user to be able to click the button to save the page on to the disk.
There is a solution exists using Javascript as far as I know, but it only works for IE. See here: link text
I'm a little confused about when I wouldn't want to use the DistinctRootEntityResultTransformer as the result transformer for a hibernate criteria. Can anyone shed some light on this?
Thanks!
Jeremy
Hi!:)
In my extension, when a button named "mybutton1" in the popup.html is
clicked, it sends a message "getvar1" to the contentscript.js, then
the contentscript.js sends a message "i want var1" to the
background.html to get an object named "var1".If the button named
"mybutton2" is clicked, the contentscript.js gets the "var2" object.
How should i do under this condition?
What's more, i am a little confused about the
chrome.extension.onRequest.addListener method and
chrome.extension.sendRequest method.Could someone tell me the
mechanism of the two methods?
Thanks!
I'm trying to create a tool which will help my team perform code reviews on a more regular basis without it's usual massive overhead.
At the moment the manual process involves using Team Foundation Sidekicks to identify the Changesets and then exporting that to excel to filter the results to find which items need to be reviewed (e.g. code files).
I've heard mention of using a TFS API, but found very little help online possibly because I was asking google 'the wrong questions'.
I was just reading a little bit on them from http://www.cplusplus.com/doc/tutorial/namespaces/
and it seems like a struct is capable of the same things? Or even a class for that matter. Maybe someone here can better define what a namespace is, and how it differs from a struct/class?
Hi to all, I've just made a little server amf on gae and pyAmf ( now down?).
Well I've also made a client in flex 4 and all works well.
Now I'd like to add an authentication method, and I know that there a method in flex to authenticate using
RemoteObject.setCredentials(username:String, password:String, charset:String = null):void
Now I don't understand how use this
in client side and server side, where register user, should I create user tables?
there's a book what is the way to use AMF with flex?
thanks
Given graph, how could i represent it using adj matrix?. I have read lots of tutorials, post, slides, etc but i cant get my head round it, i just need that little push.
Hi there,
since today - I always used simple JSP Tags and JSTL which works but now I'm looking for a little bit more features and maybe more usability.
With googling I've found Freemaker, Velocity and Tiles which seem to be very famous. Does someone of you has some further experiences with some of these and can give me a short brief about it.
Or are there other frameworks which are worth to look into?