Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
124
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Send mass message to all users
Hi soyemil,
The code below shows you how to send a message to all online users of CuteMessenger.
CuteChat.ChatPortal portal=CuteChat.AppSystem.Instance.GetCurrentPortal();
lock ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
May 9, 2011
Re: Table names/connectionstring conflicts
jjonesdtrt,
Have you checked the following article?
Integration with an existing user membership database (Direct Log In Mechanism)
http://cutesoft.net/ASP.NET+Chat/Developer-Guide/integration_overview.htm
Basically you need to let Cute Chat know who is admin,
how to get the username, a list of all ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
May 4, 2007
Re: Displaying User Names
Thanks Adam for your quick response. Here is how I have implemented this method:
Dim MemberName As String = ''''
Dim cmd As New SqlCommand
cmd.Connection = New ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
pshk_cute
on
December 19, 2006
Re: Which folder are images?
xtinction84,
The files are uploaded into the temp folder
after when the files name appears in the grid.
In your own applications, you need to use the .Copyto method to save the files to the target location.
For example:
void
ButtonTellme_Click(object
sender,
EventArgs
e) ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
April 24, 2009
Re: Get Image name from Image Gallery
Hi
narendrababu,
1. Open file
\CuteSoft_Client\Gallery\Layout\Classic\Code.js
2. Find section below
img.onclick=ToDelegate(this,function()
{
this.Browser.ShowViewer(div.dngphoto);
});
3. ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 3, 2013
Re: Setting CancelButtonStyle has no effect
Hi,
with this requirement, I suggest you use the custom cancel button, like the example below. so you can apply the style for the custom button ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 5, 2016
Re: how can i add a button to the toolbar programmatically?
Hi dubi,
The example page below shows you how to add the custom button to the end of the ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 18, 2012
Re: problem in IsDirty
Dear wolf11th,
I have tested the following code in firefox, it works fine, please refer to it.
<%@ Page Language=''C#'' %>
<%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
December 5, 2010
Re: Refresh after upload
Please test the following code and check whether it is what you need,
<?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
July 5, 2010
How can I update $uploader->UploadUrl="../php/cmds/PHPFileUploadCmd.php" after Page Load then after ajax resulthandler?
Dear Expert,
the code:
<?php
$uploader=new PhpUploader();
$uploader->Name=''myuploader'';
...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
March 2, 2012
More Search Options
« First
...
< Previous
122
123
124
125
126
Next >
...
Last »